Modifier and Type | Method and Description |
---|---|
CodecModule |
CodecModule.addDocValuesFormat(String name,
Class<? extends DocValuesFormatProvider> provider) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDocValuesFormatProvider
Simple abstract
DocValuesFormat requiring a name for the provider; |
class |
DefaultDocValuesFormatProvider
The default doc values format.
|
class |
PreBuiltDocValuesFormatProvider
Pre-built format provider which accepts no configuration option.
|
Modifier and Type | Method and Description |
---|---|
DocValuesFormatProvider |
PreBuiltDocValuesFormatProvider.Factory.create(String name,
Settings settings) |
DocValuesFormatProvider |
DocValuesFormatProvider.Factory.create(String name,
Settings settings) |
DocValuesFormatProvider |
PreBuiltDocValuesFormatProvider.Factory.get() |
DocValuesFormatProvider |
DocValuesFormatService.get(String name) |
static DocValuesFormatProvider |
DocValuesFormats.getAsProvider(String name) |
static DocValuesFormatProvider |
DocValuesFormatProvider.Helper.lookup(Settings indexSettings,
String name,
Map<String,DocValuesFormatProvider.Factory> docValuesFormatFactories)
Looks up and creates
DocValuesFormatProvider for the given name. |
Modifier and Type | Method and Description |
---|---|
DocValuesFormatProvider |
FieldMapper.docValuesFormatProvider() |
Modifier and Type | Field and Description |
---|---|
protected DocValuesFormatProvider |
AbstractFieldMapper.docValuesFormat |
protected DocValuesFormatProvider |
AbstractFieldMapper.Builder.docValuesProvider |
Modifier and Type | Method and Description |
---|---|
DocValuesFormatProvider |
AbstractFieldMapper.docValuesFormatProvider() |
Modifier and Type | Method and Description |
---|---|
T |
AbstractFieldMapper.Builder.docValuesFormat(DocValuesFormatProvider docValuesFormat) |
Constructor and Description |
---|
AbstractFieldMapper(FieldMapper.Names names,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
NamedAnalyzer indexAnalyzer,
NamedAnalyzer searchAnalyzer,
PostingsFormatProvider postingsFormat,
DocValuesFormatProvider docValuesFormat,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings) |
AbstractFieldMapper(FieldMapper.Names names,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
NamedAnalyzer indexAnalyzer,
NamedAnalyzer searchAnalyzer,
PostingsFormatProvider postingsFormat,
DocValuesFormatProvider docValuesFormat,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings,
AbstractFieldMapper.MultiFields multiFields,
AbstractFieldMapper.CopyTo copyTo) |
BinaryFieldMapper(FieldMapper.Names names,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
Boolean compress,
long compressThreshold,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
Settings fieldDataSettings,
AbstractFieldMapper.MultiFields multiFields,
AbstractFieldMapper.CopyTo copyTo) |
BooleanFieldMapper(FieldMapper.Names names,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean nullValue,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings,
AbstractFieldMapper.MultiFields multiFields,
AbstractFieldMapper.CopyTo copyTo) |
ByteFieldMapper(FieldMapper.Names names,
int precisionStep,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
Byte nullValue,
Explicit<Boolean> ignoreMalformed,
Explicit<Boolean> coerce,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings,
AbstractFieldMapper.MultiFields multiFields,
AbstractFieldMapper.CopyTo copyTo) |
DateFieldMapper(FieldMapper.Names names,
FormatDateTimeFormatter dateTimeFormatter,
int precisionStep,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
String nullValue,
TimeUnit timeUnit,
boolean roundCeil,
Explicit<Boolean> ignoreMalformed,
Explicit<Boolean> coerce,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings,
AbstractFieldMapper.MultiFields multiFields,
AbstractFieldMapper.CopyTo copyTo) |
DoubleFieldMapper(FieldMapper.Names names,
int precisionStep,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
Double nullValue,
Explicit<Boolean> ignoreMalformed,
Explicit<Boolean> coerce,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings,
AbstractFieldMapper.MultiFields multiFields,
AbstractFieldMapper.CopyTo copyTo) |
FloatFieldMapper(FieldMapper.Names names,
int precisionStep,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
Float nullValue,
Explicit<Boolean> ignoreMalformed,
Explicit<Boolean> coerce,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings,
AbstractFieldMapper.MultiFields multiFields,
AbstractFieldMapper.CopyTo copyTo) |
IntegerFieldMapper(FieldMapper.Names names,
int precisionStep,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
Integer nullValue,
Explicit<Boolean> ignoreMalformed,
Explicit<Boolean> coerce,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings,
AbstractFieldMapper.MultiFields multiFields,
AbstractFieldMapper.CopyTo copyTo) |
LongFieldMapper(FieldMapper.Names names,
int precisionStep,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
Long nullValue,
Explicit<Boolean> ignoreMalformed,
Explicit<Boolean> coerce,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings,
AbstractFieldMapper.MultiFields multiFields,
AbstractFieldMapper.CopyTo copyTo) |
Murmur3FieldMapper(FieldMapper.Names names,
int precisionStep,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
Long nullValue,
Explicit<Boolean> ignoreMalformed,
Explicit<Boolean> coerce,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings,
AbstractFieldMapper.MultiFields multiFields,
AbstractFieldMapper.CopyTo copyTo) |
NumberFieldMapper(FieldMapper.Names names,
int precisionStep,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
Explicit<Boolean> ignoreMalformed,
Explicit<Boolean> coerce,
NamedAnalyzer indexAnalyzer,
NamedAnalyzer searchAnalyzer,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings,
AbstractFieldMapper.MultiFields multiFields,
AbstractFieldMapper.CopyTo copyTo) |
ShortFieldMapper(FieldMapper.Names names,
int precisionStep,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
Short nullValue,
Explicit<Boolean> ignoreMalformed,
Explicit<Boolean> coerce,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings,
AbstractFieldMapper.MultiFields multiFields,
AbstractFieldMapper.CopyTo copyTo) |
StringFieldMapper(FieldMapper.Names names,
float boost,
org.apache.lucene.document.FieldType fieldType,
org.apache.lucene.document.FieldType defaultFieldType,
Boolean docValues,
String nullValue,
NamedAnalyzer indexAnalyzer,
NamedAnalyzer searchAnalyzer,
NamedAnalyzer searchQuotedAnalyzer,
int positionOffsetGap,
int ignoreAbove,
PostingsFormatProvider postingsFormat,
DocValuesFormatProvider docValuesFormat,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings,
AbstractFieldMapper.MultiFields multiFields,
AbstractFieldMapper.CopyTo copyTo) |
TokenCountFieldMapper(FieldMapper.Names names,
int precisionStep,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
Integer nullValue,
Explicit<Boolean> ignoreMalformed,
Explicit<Boolean> coerce,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings,
NamedAnalyzer analyzer,
AbstractFieldMapper.MultiFields multiFields,
AbstractFieldMapper.CopyTo copyTo) |
Constructor and Description |
---|
GeoPointFieldMapper(FieldMapper.Names names,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
NamedAnalyzer indexAnalyzer,
NamedAnalyzer searchAnalyzer,
PostingsFormatProvider postingsFormat,
DocValuesFormatProvider docValuesFormat,
SimilarityProvider similarity,
Settings fieldDataSettings,
Settings indexSettings,
ContentPath.Type pathType,
boolean enableLatLon,
boolean enableGeoHash,
boolean enableGeohashPrefix,
Integer precisionStep,
int geoHashPrecision,
DoubleFieldMapper latMapper,
DoubleFieldMapper lonMapper,
StringFieldMapper geohashMapper,
boolean validateLon,
boolean validateLat,
boolean normalizeLon,
boolean normalizeLat,
AbstractFieldMapper.MultiFields multiFields) |
GeoShapeFieldMapper(FieldMapper.Names names,
org.apache.lucene.spatial.prefix.tree.SpatialPrefixTree tree,
String defaultStrategyName,
double distanceErrorPct,
ShapeBuilder.Orientation shapeOrientation,
org.apache.lucene.document.FieldType fieldType,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
AbstractFieldMapper.MultiFields multiFields,
AbstractFieldMapper.CopyTo copyTo) |
Modifier and Type | Method and Description |
---|---|
VersionFieldMapper.Builder |
VersionFieldMapper.Builder.docValuesFormat(DocValuesFormatProvider docValuesFormat) |
Constructor and Description |
---|
AllFieldMapper(String name,
org.apache.lucene.document.FieldType fieldType,
NamedAnalyzer indexAnalyzer,
NamedAnalyzer searchAnalyzer,
EnabledAttributeMapper enabled,
boolean autoBoost,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings) |
BoostFieldMapper(String name,
String indexName,
int precisionStep,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
Float nullValue,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
Settings fieldDataSettings,
Settings indexSettings) |
FieldNamesFieldMapper(String name,
String indexName,
float boost,
org.apache.lucene.document.FieldType fieldType,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
EnabledAttributeMapper enabledState,
Settings fieldDataSettings,
Settings indexSettings) |
IdFieldMapper(String name,
String indexName,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
String path,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
Settings fieldDataSettings,
Settings indexSettings) |
IndexFieldMapper(String name,
String indexName,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
EnabledAttributeMapper enabledState,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
Settings fieldDataSettings,
Settings indexSettings) |
RoutingFieldMapper(org.apache.lucene.document.FieldType fieldType,
boolean required,
String path,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
Settings fieldDataSettings,
Settings indexSettings) |
SizeFieldMapper(EnabledAttributeMapper enabled,
org.apache.lucene.document.FieldType fieldType,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
Settings fieldDataSettings,
Settings indexSettings) |
TimestampFieldMapper(org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
EnabledAttributeMapper enabledState,
String path,
FormatDateTimeFormatter dateTimeFormatter,
String defaultTimestamp,
boolean roundCeil,
Boolean ignoreMissing,
Explicit<Boolean> ignoreMalformed,
Explicit<Boolean> coerce,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings) |
TTLFieldMapper(org.apache.lucene.document.FieldType fieldType,
EnabledAttributeMapper enabled,
long defaultTTL,
Explicit<Boolean> ignoreMalformed,
Explicit<Boolean> coerce,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
Settings fieldDataSettings,
Settings indexSettings) |
TypeFieldMapper(String name,
String indexName,
float boost,
org.apache.lucene.document.FieldType fieldType,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
Settings fieldDataSettings,
Settings indexSettings) |
UidFieldMapper(String name,
String indexName,
Boolean docValues,
PostingsFormatProvider postingsFormat,
DocValuesFormatProvider docValuesFormat,
Settings fieldDataSettings,
Settings indexSettings) |
Constructor and Description |
---|
IpFieldMapper(FieldMapper.Names names,
int precisionStep,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
String nullValue,
Explicit<Boolean> ignoreMalformed,
Explicit<Boolean> coerce,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings,
AbstractFieldMapper.MultiFields multiFields,
AbstractFieldMapper.CopyTo copyTo) |
Copyright © 2009–2015. All rights reserved.