Uses of Class
org.apache.lucene.util.fst.BytesRefFSTEnum.InputOutput
-
Packages that use BytesRefFSTEnum.InputOutput 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 -
-
Uses of BytesRefFSTEnum.InputOutput in org.apache.lucene.codecs.blockterms
Fields in org.apache.lucene.codecs.blockterms declared as BytesRefFSTEnum.InputOutput Modifier and Type Field Description private BytesRefFSTEnum.InputOutput<java.lang.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.InputOutput Modifier and Type Method Description (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.InputOutput Modifier and Type Field Description private BytesRefFSTEnum.InputOutput<T>
BytesRefFSTEnum. result
Methods in org.apache.lucene.util.fst that return BytesRefFSTEnum.InputOutput Modifier and Type Method 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()
-