Uses of Class
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.FieldsGroup
-
Packages that use PerFieldPostingsFormat.FieldsGroup Package Description org.apache.lucene.codecs.perfield Postings format that can delegate to different formats per-field. -
-
Uses of PerFieldPostingsFormat.FieldsGroup in org.apache.lucene.codecs.perfield
Methods in org.apache.lucene.codecs.perfield that return PerFieldPostingsFormat.FieldsGroup Modifier and Type Method Description (package private) PerFieldPostingsFormat.FieldsGroupPerFieldPostingsFormat.FieldsGroup.Builder. build()Methods in org.apache.lucene.codecs.perfield that return types with arguments of type PerFieldPostingsFormat.FieldsGroup Modifier and Type Method Description private java.util.Map<PostingsFormat,PerFieldPostingsFormat.FieldsGroup>PerFieldPostingsFormat.FieldsWriter. buildFieldsGroupMapping(java.lang.Iterable<java.lang.String> indexedFieldNames)
-