Package | Description |
---|---|
org.apache.lucene.codecs.blockterms |
Pluggable term index / block terms dictionary implementations.
|
org.apache.lucene.codecs.memory |
Term dictionary, DocValues or Postings formats that are read
entirely into memory.
|
org.apache.lucene.util.fst |
Finite state transducers
|
Modifier and Type | Field and Description |
---|---|
private BytesRefFSTEnum.InputOutput<java.lang.Long> |
VariableGapTermsIndexReader.IndexEnum.current |
Modifier and Type | Method and Description |
---|---|
(package private) void |
FSTTermsReader.TermsReader.SegmentTermsEnum.updateEnum(BytesRefFSTEnum.InputOutput<FSTTermOutputs.TermData> pair) |
(package private) void |
FSTOrdTermsReader.TermsReader.SegmentTermsEnum.updateEnum(BytesRefFSTEnum.InputOutput<java.lang.Long> pair) |
Modifier and Type | Field and Description |
---|---|
private BytesRefFSTEnum.InputOutput<T> |
BytesRefFSTEnum.result |
Modifier and Type | Method and Description |
---|---|
BytesRefFSTEnum.InputOutput<T> |
BytesRefFSTEnum.current() |
BytesRefFSTEnum.InputOutput<T> |
BytesRefFSTEnum.next() |
BytesRefFSTEnum.InputOutput<T> |
BytesRefFSTEnum.seekCeil(BytesRef target)
Seeks to smallest term that's >= target.
|
BytesRefFSTEnum.InputOutput<T> |
BytesRefFSTEnum.seekExact(BytesRef target)
Seeks to exactly this term, returning null if the term
doesn't exist.
|
BytesRefFSTEnum.InputOutput<T> |
BytesRefFSTEnum.seekFloor(BytesRef target)
Seeks to biggest term that's <= target.
|
private BytesRefFSTEnum.InputOutput<T> |
BytesRefFSTEnum.setResult() |