List of usage examples for org.apache.lucene.codecs DocValuesFormat getName
@Override
public final String getName()
From source file:org.elasticsearch.index.codec.docvaluesformat.PreBuiltDocValuesFormatProvider.java
License:Apache License
public PreBuiltDocValuesFormatProvider(DocValuesFormat postingsFormat) { this(postingsFormat.getName(), postingsFormat); }