Class UniformSplitTermsReader

java.lang.Object
org.apache.lucene.index.Fields
org.apache.lucene.codecs.FieldsProducer
org.apache.lucene.codecs.uniformsplit.UniformSplitTermsReader
All Implemented Interfaces:
Closeable, AutoCloseable, Iterable<String>
Direct Known Subclasses:
STUniformSplitTermsReader

public class UniformSplitTermsReader extends FieldsProducer
A block-based terms index and dictionary based on the Uniform Split technique.
See Also:
WARNING: This API is experimental and might change in incompatible ways in the next release.