Uses of Class
org.apache.lucene.codecs.uniformsplit.sharedterms.STBlockWriter
-
Packages that use STBlockWriter Package Description org.apache.lucene.codecs.uniformsplit.sharedterms Pluggable term index / block terms dictionary implementations. -
-
Uses of STBlockWriter in org.apache.lucene.codecs.uniformsplit.sharedterms
Methods in org.apache.lucene.codecs.uniformsplit.sharedterms with parameters of type STBlockWriter Modifier and Type Method Description private java.util.Collection<FieldMetadata>
STUniformSplitTermsWriter. mergeSegments(MergeState mergeState, NormsProducer normsProducer, java.util.List<STUniformSplitTermsWriter.TermIterator<STUniformSplitTermsWriter.SegmentTerms>> segmentTermsList, STBlockWriter blockWriter, IndexDictionary.Builder dictionaryBuilder)
java.util.Collection<FieldMetadata>
STUniformSplitTermsWriter.SharedTermsWriter. writeSharedTerms(STBlockWriter blockWriter, IndexDictionary.Builder dictionaryBuilder)
private java.util.Collection<FieldMetadata>
STUniformSplitTermsWriter. writeSingleSegment(Fields fields, NormsProducer normsProducer, STBlockWriter blockWriter, IndexDictionary.Builder dictionaryBuilder)
-