Package | Description |
---|---|
org.apache.lucene.codecs.uniformsplit |
Pluggable term index / block terms dictionary implementations.
|
org.apache.lucene.codecs.uniformsplit.sharedterms |
Pluggable term index / block terms dictionary implementations.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,UniformSplitTerms> |
UniformSplitTermsReader.fieldToTermsMap |
Modifier and Type | Class and Description |
---|---|
class |
STUniformSplitTerms
Extends
UniformSplitTerms for a shared-terms dictionary, with
all the fields of a term in the same block line. |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.