java.lang.Object
org.elasticsearch.index.codec.PerFieldFormatSupplier
Class that encapsulates the logic of figuring out the most appropriate file format for a given field, across postings, doc values and
vectors.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.codecs.DocValuesFormat
getDocValuesFormatForField
(String field) org.apache.lucene.codecs.KnnVectorsFormat
org.apache.lucene.codecs.PostingsFormat
getPostingsFormatForField
(String field)
-
Constructor Details
-
PerFieldFormatSupplier
-
-
Method Details
-
getPostingsFormatForField
-
getKnnVectorsFormatForField
-
getDocValuesFormatForField
-