| Class | Description |
|---|---|
| AndFilter | |
| ApplyAcceptedDocsFilter |
The assumption is that the underlying filter might not apply the accepted docs, so this filter helps to wrap
the actual filter and apply the actual accepted docs.
|
| CachedFilter |
A marker indicating that this is a cached filter.
|
| EmptyScorer | |
| FilteredCollector | |
| LimitFilter | |
| MatchAllDocsFilter |
A filter that matches on all docs.
|
| MatchNoDocsFilter |
A filter that matches no docs.
|
| MatchNoDocsQuery |
Query that matches no documents.
|
| MoreLikeThisQuery | |
| MultiPhrasePrefixQuery | |
| NoCacheFilter |
A marker interface for
Filter denoting the filter
as one that should not be cached, ever. |
| NoCacheQuery |
Queries are never cached directly, but a query can be wrapped in a filter that may end being cached.
|
| NoopCollector | |
| NotFilter | |
| OrFilter | |
| Queries | |
| RegexpFilter |
A lazy regexp filter which only builds the automaton on the first call to
RegexpFilter.getDocIdSet(AtomicReaderContext, Bits). |
| ResolvableFilter |
A filter implementation that resolves details at the last possible moment between filter parsing and execution.
|
| XBooleanFilter |
Similar to
BooleanFilter. |
| XCollector |
An extension to
Collector that allows for a callback when
collection is done. |
| XConstantScoreQuery |
We still need sometimes to exclude deletes, because we don't remove them always with acceptDocs on filters
|
| XFilteredQuery |
A query that applies a filter to the results of another query.
|
| XFilteredQuery.CustomRandomAccessFilterStrategy |
Extends
FilteredQuery.RandomAccessFilterStrategy. |
| XMoreLikeThis |
Generate "more like this" similarity queries.
|
Copyright © 2009–2016. All rights reserved.