Uses of Interface
org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitTermsWriter.SharedTermsWriter
-
Packages that use STUniformSplitTermsWriter.SharedTermsWriter Package Description org.apache.lucene.codecs.uniformsplit.sharedterms Pluggable term index / block terms dictionary implementations. -
-
Uses of STUniformSplitTermsWriter.SharedTermsWriter in org.apache.lucene.codecs.uniformsplit.sharedterms
Methods in org.apache.lucene.codecs.uniformsplit.sharedterms with parameters of type STUniformSplitTermsWriter.SharedTermsWriter Modifier and Type Method Description private void
STUniformSplitTermsWriter. writeSegment(STUniformSplitTermsWriter.SharedTermsWriter termsWriter)
Writes the new segment with the providedSTUniformSplitTermsWriter.SharedTermsWriter
, which can be either a single segment writer, or a multiple segment merging writer.
-