Uses of Class
org.apache.lucene.util.fst.BytesRefFSTEnum.InputOutput
Packages that use BytesRefFSTEnum.InputOutput
Package
Description
Pluggable term index / block terms dictionary implementations.
Term dictionary, DocValues or Postings formats that are read entirely into memory.
Finite state transducers
-
Uses of BytesRefFSTEnum.InputOutput in org.apache.lucene.codecs.blockterms
Fields in org.apache.lucene.codecs.blockterms declared as BytesRefFSTEnum.InputOutputModifier and TypeFieldDescriptionprivate BytesRefFSTEnum.InputOutput<Long>
VariableGapTermsIndexReader.IndexEnum.current
-
Uses of BytesRefFSTEnum.InputOutput in org.apache.lucene.codecs.memory
Methods in org.apache.lucene.codecs.memory with parameters of type BytesRefFSTEnum.InputOutputModifier and TypeMethodDescription(package private) void
FSTTermsReader.TermsReader.SegmentTermsEnum.updateEnum
(BytesRefFSTEnum.InputOutput<FSTTermOutputs.TermData> pair) -
Uses of BytesRefFSTEnum.InputOutput in org.apache.lucene.util.fst
Fields in org.apache.lucene.util.fst declared as BytesRefFSTEnum.InputOutputModifier and TypeFieldDescriptionprivate final BytesRefFSTEnum.InputOutput<T>
BytesRefFSTEnum.result
Methods in org.apache.lucene.util.fst that return BytesRefFSTEnum.InputOutputModifier and TypeMethodDescriptionBytesRefFSTEnum.current()
BytesRefFSTEnum.next()
Seeks to smallest term that's >= target.Seeks to exactly this term, returning null if the term doesn't exist.Seeks to biggest term that's <= target.private BytesRefFSTEnum.InputOutput<T>
BytesRefFSTEnum.setResult()