Uses of Class
org.apache.lucene.codecs.uniformsplit.TermBytes
Packages that use TermBytes
Package
Description
Pluggable term index / block terms dictionary implementations.
Pluggable term index / block terms dictionary implementations.
-
Uses of TermBytes in org.apache.lucene.codecs.uniformsplit
Fields in org.apache.lucene.codecs.uniformsplit declared as TermBytesMethods in org.apache.lucene.codecs.uniformsplit that return TermBytesModifier and TypeMethodDescriptionBlockLine.getTermBytes()
protected TermBytes
BlockLine.Serializer.readIncrementallyEncodedTerm
(DataInput blockInput, boolean isIncrementalEncodingSeed, TermBytes reuse) Methods in org.apache.lucene.codecs.uniformsplit with parameters of type TermBytesModifier and TypeMethodDescriptionprotected TermBytes
BlockLine.Serializer.readIncrementallyEncodedTerm
(DataInput blockInput, boolean isIncrementalEncodingSeed, TermBytes reuse) protected BlockLine
Resets thisBlockLine
to reuse it when reading.protected void
BlockLine.Serializer.writeIncrementallyEncodedTerm
(TermBytes termBytes, TermBytes previousTermBytes, boolean isIncrementalEncodingSeed, DataOutput blockOutput) Constructors in org.apache.lucene.codecs.uniformsplit with parameters of type TermBytes