Uses of Class
org.apache.lucene.index.FreqProxTermsWriterPerField
-
Packages that use FreqProxTermsWriterPerField Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of FreqProxTermsWriterPerField in org.apache.lucene.index
Fields in org.apache.lucene.index declared as FreqProxTermsWriterPerField Modifier and Type Field Description (package private) FreqProxTermsWriterPerField
FreqProxFields.FreqProxDocsEnum. terms
(package private) FreqProxTermsWriterPerField
FreqProxFields.FreqProxPostingsEnum. terms
(package private) FreqProxTermsWriterPerField
FreqProxFields.FreqProxTerms. terms
(package private) FreqProxTermsWriterPerField
FreqProxFields.FreqProxTermsEnum. terms
Fields in org.apache.lucene.index with type parameters of type FreqProxTermsWriterPerField Modifier and Type Field Description (package private) java.util.Map<java.lang.String,FreqProxTermsWriterPerField>
FreqProxFields. fields
Constructors in org.apache.lucene.index with parameters of type FreqProxTermsWriterPerField Constructor Description FreqProxDocsEnum(FreqProxTermsWriterPerField terms, FreqProxTermsWriterPerField.FreqProxPostingsArray postingsArray)
FreqProxPostingsEnum(FreqProxTermsWriterPerField terms, FreqProxTermsWriterPerField.FreqProxPostingsArray postingsArray)
FreqProxTerms(FreqProxTermsWriterPerField terms)
FreqProxTermsEnum(FreqProxTermsWriterPerField terms)
Constructor parameters in org.apache.lucene.index with type arguments of type FreqProxTermsWriterPerField Constructor Description FreqProxFields(java.util.List<FreqProxTermsWriterPerField> fieldList)
-