Interface | Description |
---|---|
Search<R extends SearchResult> |
A 'recipe' of search operations.
|
SearchCache |
A cache that BlackLab will notify of search results, and will query for
previously cached results.
|
Class | Description |
---|---|
AbstractSearch<R extends SearchResult> |
Abstract base class for all Search implementations,
to enforce that equals() and hashCode are implemented
(to ensure proper caching)
|
FutureSearchResult<T extends SearchResult> |
Future result for a search operation, executed in a thread.
|
FutureSearchResultCache |
A cache containing [future] results for searches.
|
SearchCacheDebug | |
SearchCacheDummy |
A dummy cache that does nothing.
|
SearchCollocations |
Search operation that yields collocations.
|
SearchCollocationsFiltered |
Search operation that yields collocations.
|
SearchCollocationsFromHits |
Search operation that yields collocations.
|
SearchCollocationsSampled |
Search operation that yields collocations.
|
SearchCollocationsSorted |
Search operation that yields collocations.
|
SearchCollocationsWindow |
Search operation that yields collocations.
|
SearchCount |
A search operation that yields a count as its result.
|
SearchCountFromResults<T extends Results<?>> |
A search operation that yields a count as its result.
|
SearchCustom<S extends Search<T>,T extends SearchResult> |
A custom search action.
|
SearchDocGroups |
A search that yields groups of documents.
|
SearchDocGroupsFiltered |
A search that yields groups of documents.
|
SearchDocGroupsFromDocs |
A search that yields groups of documents.
|
SearchDocGroupsSampled |
A search that yields groups of documents.
|
SearchDocGroupsSorted |
A search that yields groups of documents.
|
SearchDocGroupsWindow |
A search that yields groups of documents.
|
SearchDocs |
A search that produces DocResults.
|
SearchDocsFiltered | |
SearchDocsFromHits | |
SearchDocsFromQuery | |
SearchDocsSampled | |
SearchDocsSorted | |
SearchDocsWindow | |
SearchEmpty |
Empty search that just knows about its index and annotated field to search,
and serves as a starting point for actual searches.
|
SearchFacets |
A search that yields multiple doc groupings with only counts (no stored results).
|
SearchHitGroups |
A search that yields groups of hits.
|
SearchHitGroupsFiltered |
A search operation that yields groups of hits.
|
SearchHitGroupsFromHits |
A search operation that yields groups of hits.
|
SearchHitGroupsSampled |
A search operation that yields groups of hits.
|
SearchHitGroupsSorted |
A search operation that yields groups of hits.
|
SearchHitGroupsWindow |
A search operation that yields groups of hits.
|
SearchHits |
A search that yields hits.
|
SearchHitsFiltered |
A search that yields hits.
|
SearchHitsFromPattern |
A search that yields hits.
|
SearchHitsSampled |
A search that yields hits.
|
SearchHitsSorted |
A search that yields hits.
|
SearchHitsWindow |
A search that yields hits.
|
SearchResults<R extends Results<?>> |
A search that yields results.
|
Copyright © 2020 Instituut voor Nederlandse Taal (INT). All rights reserved.