R
- results type, e.g. Hitspublic abstract class SearchResults<R extends Results<?>> extends AbstractSearch<R>
Modifier and Type | Method and Description |
---|---|
SearchCount |
count()
Count hits.
|
SearchCount |
count(boolean fetchAllResults)
Count results.
|
SearchCount |
docCount()
Count docs.
|
SearchCount |
docCount(boolean fetchAllResults)
Count docs.
|
SearchCount |
hitCount()
Count hits.
|
SearchCount |
hitCount(boolean fetchAllResults)
Count hits.
|
cancelSearch, equals, execute, executeAsync, executeInternal, getFromCache, getFromCacheBlock, hashCode, queryInfo, toString
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
fetchAllResults, log, toString
public SearchCount count()
public SearchCount hitCount()
public SearchCount docCount()
public SearchCount count(boolean fetchAllResults)
fetchAllResults
- should all results be fetched in the cache thread..?public SearchCount hitCount(boolean fetchAllResults)
fetchAllResults
- should all results be fetched in the cache thread..?public SearchCount docCount(boolean fetchAllResults)
fetchAllResults
- should all results be fetched in the cache thread..?Copyright © 2020 Instituut voor Nederlandse Taal (INT). All rights reserved.