Interface SearchResultTotal

All Known Implementing Classes:
SimpleSearchResultTotal

public interface SearchResultTotal
The total for a search result, pertaining to all matched documents, independently from the offset/limit used when fetching hits.

The total includes in particular the total hit count, which may be exact (default) or just a lower bound estimate (when particular search options are used).