Package | Description |
---|---|
org.apache.lucene.codecs.blocktree |
BlockTree terms dictionary.
|
org.apache.lucene.codecs.compressing |
StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.
|
org.apache.lucene.codecs.idversion |
A primary-key postings format that associates a version (long) with each term and
can provide fail-fast lookups by ID and version.
|
org.apache.lucene.codecs.lucene70 |
Components from the Lucene 7.0 index format.
|
org.apache.lucene.codecs.lucene80 |
Lucene 8.0 file format.
|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.index.memory |
High-performance single-document main memory Apache Lucene fulltext search index.
|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Method and Description |
---|---|
TermsEnum.SeekStatus |
SegmentTermsEnumFrame.scanToTerm(BytesRef target,
boolean exactOnly) |
TermsEnum.SeekStatus |
SegmentTermsEnumFrame.scanToTermLeaf(BytesRef target,
boolean exactOnly) |
TermsEnum.SeekStatus |
SegmentTermsEnumFrame.scanToTermNonLeaf(BytesRef target,
boolean exactOnly) |
TermsEnum.SeekStatus |
SegmentTermsEnum.seekCeil(BytesRef target) |
TermsEnum.SeekStatus |
IntersectTermsEnum.seekCeil(BytesRef text) |
Modifier and Type | Method and Description |
---|---|
TermsEnum.SeekStatus |
CompressingTermVectorsReader.TVTermsEnum.seekCeil(BytesRef text) |
Modifier and Type | Method and Description |
---|---|
TermsEnum.SeekStatus |
IDVersionSegmentTermsEnumFrame.scanToTerm(BytesRef target,
boolean exactOnly) |
TermsEnum.SeekStatus |
IDVersionSegmentTermsEnumFrame.scanToTermLeaf(BytesRef target,
boolean exactOnly) |
TermsEnum.SeekStatus |
IDVersionSegmentTermsEnumFrame.scanToTermNonLeaf(BytesRef target,
boolean exactOnly) |
TermsEnum.SeekStatus |
IDVersionSegmentTermsEnum.seekCeil(BytesRef target) |
Modifier and Type | Method and Description |
---|---|
TermsEnum.SeekStatus |
Lucene70DocValuesProducer.TermsDict.seekCeil(BytesRef text) |
Modifier and Type | Method and Description |
---|---|
TermsEnum.SeekStatus |
Lucene80DocValuesProducer.TermsDict.seekCeil(BytesRef text) |
Modifier and Type | Method and Description |
---|---|
TermsEnum.SeekStatus |
FilterLeafReader.FilterTermsEnum.seekCeil(BytesRef text) |
TermsEnum.SeekStatus |
FreqProxFields.FreqProxTermsEnum.seekCeil(BytesRef text) |
abstract TermsEnum.SeekStatus |
TermsEnum.seekCeil(BytesRef text)
Seeks to the specified term, if it exists, or to the
next (ceiling) term.
|
TermsEnum.SeekStatus |
SortedSetDocValuesTermsEnum.seekCeil(BytesRef text) |
TermsEnum.SeekStatus |
SortedDocValuesTermsEnum.seekCeil(BytesRef text) |
TermsEnum.SeekStatus |
MultiTermsEnum.seekCeil(BytesRef term) |
TermsEnum.SeekStatus |
FilteredTermsEnum.seekCeil(BytesRef term)
This enum does not support seeking!
|
static TermsEnum.SeekStatus |
TermsEnum.SeekStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TermsEnum.SeekStatus[] |
TermsEnum.SeekStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TermsEnum.SeekStatus |
MemoryIndex.MemoryIndexReader.MemoryTermsEnum.seekCeil(BytesRef text) |
Modifier and Type | Method and Description |
---|---|
TermsEnum.SeekStatus |
FuzzyTermsEnum.seekCeil(BytesRef text) |