Package | Description |
---|---|
org.apache.lucene.misc | |
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.spatial.geohash |
Support for Geohash encoding, decoding, and filtering.
|
org.apache.lucene.spatial.tier |
Support for filtering based upon geographic location.
|
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Method and Description |
---|---|
protected DocIdSet |
ChainedFilter.finalResult(OpenBitSetDISI result,
int maxDocs)
Deprecated.
Either use CachingWrapperFilter, or
switch to a different DocIdSet implementation yourself.
|
DocIdSet |
ChainedFilter.getDocIdSet(IndexReader reader)
|
Modifier and Type | Class and Description |
---|---|
protected class |
FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet |
class |
FilteredDocIdSet
Abstract decorator class for a DocIdSet implementation
that provides on-demand filtering/validation
mechanism on a given DocIdSet.
|
Modifier and Type | Field and Description |
---|---|
static DocIdSet |
DocIdSet.EMPTY_DOCIDSET
An empty
DocIdSet instance for easy use, e.g. |
Modifier and Type | Method and Description |
---|---|
protected DocIdSet |
CachingWrapperFilter.docIdSetToCache(DocIdSet docIdSet,
IndexReader reader)
Provide the DocIdSet to be cached, using the DocIdSet provided
by the wrapped Filter.
|
protected DocIdSet |
BooleanFilter.finalResult(OpenBitSetDISI result,
int maxDocs)
Deprecated.
Either use CachingWrapperFilter, or
switch to a different DocIdSet implementation yourself.
|
DocIdSet |
SpanFilterResult.getDocIdSet()
Returns the docIdSet
|
DocIdSet |
RemoteCachingWrapperFilter.getDocIdSet(IndexReader reader)
Uses the
FilterManager to keep the cache for a filter on the
searcher side of a remote connection. |
DocIdSet |
DuplicateFilter.getDocIdSet(IndexReader reader) |
DocIdSet |
TermsFilter.getDocIdSet(IndexReader reader) |
DocIdSet |
BooleanFilter.getDocIdSet(IndexReader reader)
Returns the a DocIdSetIterator representing the Boolean composition
of the filters that have been added.
|
DocIdSet |
QueryWrapperFilter.getDocIdSet(IndexReader reader) |
DocIdSet |
CachingWrapperFilter.getDocIdSet(IndexReader reader) |
abstract DocIdSet |
FieldCacheRangeFilter.getDocIdSet(IndexReader reader)
This method is implemented for each data type
|
DocIdSet |
SpanQueryFilter.getDocIdSet(IndexReader reader) |
DocIdSet |
Filter.getDocIdSet(IndexReader reader)
Creates a
DocIdSet enumerating the documents that should be
permitted in search results. |
DocIdSet |
CachingSpanFilter.getDocIdSet(IndexReader reader) |
DocIdSet |
MultiTermQueryWrapperFilter.getDocIdSet(IndexReader reader)
Returns a DocIdSet with documents that should be
permitted in search results.
|
DocIdSet |
FieldCacheTermsFilter.getDocIdSet(IndexReader reader) |
Modifier and Type | Method and Description |
---|---|
protected DocIdSet |
CachingWrapperFilter.docIdSetToCache(DocIdSet docIdSet,
IndexReader reader)
Provide the DocIdSet to be cached, using the DocIdSet provided
by the wrapped Filter.
|
Constructor and Description |
---|
FilteredDocIdSet(DocIdSet innerSet)
Constructor.
|
SpanFilterResult(DocIdSet docIdSet,
java.util.List positions) |
Modifier and Type | Method and Description |
---|---|
DocIdSet |
GeoHashDistanceFilter.getDocIdSet(IndexReader reader) |
Modifier and Type | Method and Description |
---|---|
DocIdSet |
CartesianShapeFilter.getDocIdSet(IndexReader reader) |
DocIdSet |
LatLongDistanceFilter.getDocIdSet(IndexReader reader) |
Modifier and Type | Class and Description |
---|---|
class |
DocIdBitSet
Simple DocIdSet and DocIdSetIterator backed by a BitSet
|
class |
OpenBitSet
An "open" BitSet implementation that allows direct access to the array of words
storing the bits.
|
class |
OpenBitSetDISI |
class |
SortedVIntList
Stores and iterate on sorted integers in compressed form in RAM.
|
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.