Uses of Class
org.apache.lucene.index.FreqProxTermsWriterPerField.FreqProxPostingsArray
-
Packages that use FreqProxTermsWriterPerField.FreqProxPostingsArray Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of FreqProxTermsWriterPerField.FreqProxPostingsArray in org.apache.lucene.index
Fields in org.apache.lucene.index declared as FreqProxTermsWriterPerField.FreqProxPostingsArray Modifier and Type Field Description private FreqProxTermsWriterPerField.FreqProxPostingsArrayFreqProxTermsWriterPerField. freqProxPostingsArray(package private) FreqProxTermsWriterPerField.FreqProxPostingsArrayFreqProxFields.FreqProxDocsEnum. postingsArray(package private) FreqProxTermsWriterPerField.FreqProxPostingsArrayFreqProxFields.FreqProxPostingsEnum. postingsArray(package private) FreqProxTermsWriterPerField.FreqProxPostingsArrayFreqProxFields.FreqProxTermsEnum. postingsArrayConstructors in org.apache.lucene.index with parameters of type FreqProxTermsWriterPerField.FreqProxPostingsArray Constructor Description FreqProxDocsEnum(FreqProxTermsWriterPerField terms, FreqProxTermsWriterPerField.FreqProxPostingsArray postingsArray)FreqProxPostingsEnum(FreqProxTermsWriterPerField terms, FreqProxTermsWriterPerField.FreqProxPostingsArray postingsArray)
-