Package | Description |
---|---|
org.apache.lucene.codecs.blockterms |
Pluggable term index / block terms dictionary implementations.
|
org.apache.lucene.codecs.blocktree |
BlockTree terms dictionary.
|
org.apache.lucene.codecs.blocktreeords |
Same postings format as Lucene50, except the terms dictionary also
supports ords, i.e.
|
org.apache.lucene.codecs.bloom |
Codec PostingsFormat for fast access to low-frequency terms
such as primary key fields.
|
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.codecs.memory |
Term dictionary, DocValues or Postings formats that are read
entirely into memory.
|
org.apache.lucene.codecs.simpletext |
Simpletext Codec: writes human readable postings.
|
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 |
BlockTermsReader.FieldReader.SegmentTermsEnum.seekCeil(BytesRef target) |
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 |
IntersectTermsEnum.seekCeil(BytesRef text) |
TermsEnum.SeekStatus |
SegmentTermsEnum.seekCeil(BytesRef target) |
Modifier and Type | Method and Description |
---|---|
TermsEnum.SeekStatus |
OrdsSegmentTermsEnumFrame.scanToTerm(BytesRef target,
boolean exactOnly) |
TermsEnum.SeekStatus |
OrdsSegmentTermsEnumFrame.scanToTermLeaf(BytesRef target,
boolean exactOnly) |
TermsEnum.SeekStatus |
OrdsSegmentTermsEnumFrame.scanToTermNonLeaf(BytesRef target,
boolean exactOnly) |
TermsEnum.SeekStatus |
OrdsSegmentTermsEnum.seekCeil(BytesRef target) |
TermsEnum.SeekStatus |
OrdsIntersectTermsEnum.seekCeil(BytesRef text) |
Modifier and Type | Method and Description |
---|---|
TermsEnum.SeekStatus |
BloomFilteringPostingsFormat.BloomFilteredFieldsProducer.BloomFilteredTermsEnum.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 |
FSTTermsReader.TermsReader.SegmentTermsEnum.seekCeil(BytesRef target) |
TermsEnum.SeekStatus |
FSTTermsReader.TermsReader.IntersectTermsEnum.seekCeil(BytesRef target) |
TermsEnum.SeekStatus |
FSTOrdTermsReader.TermsReader.SegmentTermsEnum.seekCeil(BytesRef target) |
TermsEnum.SeekStatus |
FSTOrdTermsReader.TermsReader.IntersectTermsEnum.seekCeil(BytesRef target) |
TermsEnum.SeekStatus |
DirectPostingsFormat.DirectField.DirectTermsEnum.seekCeil(BytesRef term) |
TermsEnum.SeekStatus |
DirectPostingsFormat.DirectField.DirectIntersectTermsEnum.seekCeil(BytesRef term) |
Modifier and Type | Method and Description |
---|---|
TermsEnum.SeekStatus |
SimpleTextTermVectorsReader.SimpleTVTermsEnum.seekCeil(BytesRef text) |
TermsEnum.SeekStatus |
SimpleTextFieldsReader.SimpleTextTermsEnum.seekCeil(BytesRef text) |
Modifier and Type | Method and Description |
---|---|
TermsEnum.SeekStatus |
SortedSetDocValuesTermsEnum.seekCeil(BytesRef text) |
TermsEnum.SeekStatus |
FilteredTermsEnum.seekCeil(BytesRef term)
This enum does not support seeking!
|
TermsEnum.SeekStatus |
SortedDocValuesTermsEnum.seekCeil(BytesRef text) |
TermsEnum.SeekStatus |
FreqProxFields.FreqProxTermsEnum.seekCeil(BytesRef text) |
TermsEnum.SeekStatus |
MultiTermsEnum.seekCeil(BytesRef term) |
abstract TermsEnum.SeekStatus |
TermsEnum.seekCeil(BytesRef text)
Seeks to the specified term, if it exists, or to the
next (ceiling) term.
|
TermsEnum.SeekStatus |
FilterLeafReader.FilterTermsEnum.seekCeil(BytesRef text) |
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) |