Package | Description |
---|---|
nl.inl.blacklab.search.results |
Classes for dealing with results, either per-hit or per-document or grouped
|
Modifier and Type | Field and Description |
---|---|
static MaxStats |
MaxStats.NOT_EXCEEDED |
Modifier and Type | Method and Description |
---|---|
MaxStats |
ResultsStatsStatic.maxStats() |
abstract MaxStats |
ResultsStats.maxStats()
Get information about exceeding maximums.
|
MaxStats |
ResultCount.maxStats() |
MaxStats |
HitsFromQueryParallel.maxStats() |
MaxStats |
HitsFromQuery.maxStats() |
MaxStats |
HitsList.maxStats() |
MaxStats |
HitsFiltered.maxStats() |
abstract MaxStats |
Hits.maxStats()
Did we exceed the maximum number of hits to process/count?
NOTE: this is only valid for the original Hits instance (that
executes the query), and not for any derived Hits instance (window, sorted, filtered, ...).
|
Constructor and Description |
---|
ResultsStatsStatic(int processed,
int counted,
MaxStats maxStats) |
Copyright © 2020 Instituut voor Nederlandse Taal (INT). All rights reserved.