Package org.elasticsearch.index.codec
Class PerFieldMappingPostingFormatCodec
java.lang.Object
org.apache.lucene.codecs.Codec
org.apache.lucene.codecs.lucene87.Lucene87Codec
org.elasticsearch.index.codec.PerFieldMappingPostingFormatCodec
- All Implemented Interfaces:
org.apache.lucene.util.NamedSPILoader.NamedSPI
public class PerFieldMappingPostingFormatCodec
extends org.apache.lucene.codecs.lucene87.Lucene87Codec
This postings format is the default
PostingsFormat for Elasticsearch. It utilizes the
MapperService to lookup a PostingsFormat per field. This
allows users to change the low level postings format for individual fields
per index in real time via the mapping API. If no specific postings format is
configured for a specific field the default postings format is used.-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.lucene.codecs.lucene87.Lucene87Codec
org.apache.lucene.codecs.lucene87.Lucene87Codec.Mode -
Constructor Summary
ConstructorsConstructorDescriptionPerFieldMappingPostingFormatCodec(org.apache.lucene.codecs.lucene87.Lucene87Codec.Mode compressionMode, MapperService mapperService, org.apache.logging.log4j.Logger logger) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.codecs.DocValuesFormatgetDocValuesFormatForField(String field)org.apache.lucene.codecs.PostingsFormatgetPostingsFormatForField(String field)Methods inherited from class org.apache.lucene.codecs.lucene87.Lucene87Codec
compoundFormat, docValuesFormat, fieldInfosFormat, liveDocsFormat, normsFormat, pointsFormat, postingsFormat, segmentInfoFormat, storedFieldsFormat, termVectorsFormatMethods inherited from class org.apache.lucene.codecs.Codec
availableCodecs, forName, getDefault, getName, reloadCodecs, setDefault, toString
-
Constructor Details
-
PerFieldMappingPostingFormatCodec
public PerFieldMappingPostingFormatCodec(org.apache.lucene.codecs.lucene87.Lucene87Codec.Mode compressionMode, MapperService mapperService, org.apache.logging.log4j.Logger logger)
-
-
Method Details
-
getPostingsFormatForField
- Overrides:
getPostingsFormatForFieldin classorg.apache.lucene.codecs.lucene87.Lucene87Codec
-
getDocValuesFormatForField
- Overrides:
getDocValuesFormatForFieldin classorg.apache.lucene.codecs.lucene87.Lucene87Codec
-