public static final class PreBuiltDocValuesFormatProvider.Factory extends Object implements DocValuesFormatProvider.Factory
| Constructor and Description |
|---|
Factory(org.apache.lucene.codecs.DocValuesFormat docValuesFormat) |
Factory(String name,
org.apache.lucene.codecs.DocValuesFormat docValuesFormat) |
| Modifier and Type | Method and Description |
|---|---|
DocValuesFormatProvider |
create(String name,
Settings settings) |
DocValuesFormatProvider |
get() |
String |
name() |
public Factory(org.apache.lucene.codecs.DocValuesFormat docValuesFormat)
public Factory(String name, org.apache.lucene.codecs.DocValuesFormat docValuesFormat)
public DocValuesFormatProvider get()
public DocValuesFormatProvider create(String name, Settings settings)
create in interface DocValuesFormatProvider.Factorypublic String name()
Copyright © 2009–2016. All rights reserved.