public abstract class SearchHitGroups extends SearchResults<HitGroups>
Constructor and Description |
---|
SearchHitGroups(QueryInfo queryInfo) |
Modifier and Type | Method and Description |
---|---|
SearchHitGroups |
filter(HitGroupProperty property,
PropertyValue value)
Get hits with a certain property value.
|
SearchHitGroups |
sample(SampleParameters par)
Sample hits.
|
SearchHitGroups |
sort(ResultProperty<HitGroup> sortBy)
Sort hits.
|
SearchHitGroups |
window(int first,
int number)
Get window of hits.
|
count, count, docCount, docCount, hitCount, hitCount
cancelSearch, equals, execute, executeAsync, executeInternal, getFromCache, getFromCacheBlock, hashCode, queryInfo, toString
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
fetchAllResults, log, toString
public SearchHitGroups(QueryInfo queryInfo)
public SearchHitGroups sort(ResultProperty<HitGroup> sortBy)
sortBy
- what to sort bypublic SearchHitGroups sample(SampleParameters par)
par
- how many hits to sample; seedpublic SearchHitGroups filter(HitGroupProperty property, PropertyValue value)
property
- property to testvalue
- value to test forpublic SearchHitGroups window(int first, int number)
first
- first hit to selectnumber
- number of hits to selectCopyright © 2020 Instituut voor Nederlandse Taal (INT). All rights reserved.