java.lang.Object
org.apache.lucene.codecs.uniformsplit.BlockWriter
org.apache.lucene.codecs.uniformsplit.sharedterms.STBlockWriter

public class STBlockWriter extends BlockWriter
Writes terms blocks with the Shared Terms format.

As defined in STUniformSplitTermsWriter, all the fields terms are shared in the same dictionary. Each block line contains a term and all the fields TermStates for this term.

WARNING: This API is experimental and might change in incompatible ways in the next release.