Uses of Class
org.apache.lucene.index.FreqProxTermsWriterPerField.FreqProxPostingsArray
Packages that use FreqProxTermsWriterPerField.FreqProxPostingsArray
-
Uses of FreqProxTermsWriterPerField.FreqProxPostingsArray in org.apache.lucene.index
Fields in org.apache.lucene.index declared as FreqProxTermsWriterPerField.FreqProxPostingsArrayModifier and TypeFieldDescriptionFreqProxTermsWriterPerField.freqProxPostingsArray(package private) final FreqProxTermsWriterPerField.FreqProxPostingsArrayFreqProxFields.FreqProxDocsEnum.postingsArray(package private) final FreqProxTermsWriterPerField.FreqProxPostingsArrayFreqProxFields.FreqProxPostingsEnum.postingsArray(package private) final FreqProxTermsWriterPerField.FreqProxPostingsArrayFreqProxFields.FreqProxTermsEnum.postingsArrayConstructors in org.apache.lucene.index with parameters of type FreqProxTermsWriterPerField.FreqProxPostingsArrayModifierConstructorDescriptionFreqProxDocsEnum(FreqProxTermsWriterPerField terms, FreqProxTermsWriterPerField.FreqProxPostingsArray postingsArray) FreqProxPostingsEnum(FreqProxTermsWriterPerField terms, FreqProxTermsWriterPerField.FreqProxPostingsArray postingsArray)