Package | Description |
---|---|
org.elasticsearch.index.mapper | |
org.elasticsearch.index.mapper.core | |
org.elasticsearch.index.mapper.geo | |
org.elasticsearch.index.mapper.object |
Modifier and Type | Method and Description |
---|---|
ContentPath.Type |
ContentPath.pathType() |
static ContentPath.Type |
ContentPath.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentPath.Type[] |
ContentPath.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentPath.pathType(ContentPath.Type type) |
Modifier and Type | Field and Description |
---|---|
static ContentPath.Type |
AbstractFieldMapper.Defaults.PATH_TYPE |
Modifier and Type | Method and Description |
---|---|
static ContentPath.Type |
TypeParsers.parsePathType(String name,
String path) |
Modifier and Type | Method and Description |
---|---|
T |
AbstractFieldMapper.Builder.multiFieldPathType(ContentPath.Type pathType) |
AbstractFieldMapper.MultiFields.Builder |
AbstractFieldMapper.MultiFields.Builder.pathType(ContentPath.Type pathType) |
Constructor and Description |
---|
MultiFields(ContentPath.Type pathType,
ImmutableOpenMap<String,Mapper> mappers) |
Modifier and Type | Field and Description |
---|---|
static ContentPath.Type |
GeoPointFieldMapper.Defaults.PATH_TYPE |
Modifier and Type | Method and Description |
---|---|
GeoPointFieldMapper.Builder |
GeoPointFieldMapper.Builder.multiFieldPathType(ContentPath.Type pathType) |
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) |
Modifier and Type | Field and Description |
---|---|
static ContentPath.Type |
ObjectMapper.Defaults.PATH_TYPE |
protected ContentPath.Type |
ObjectMapper.Builder.pathType |
Modifier and Type | Method and Description |
---|---|
protected ObjectMapper |
RootObjectMapper.Builder.createMapper(String name,
String fullPath,
boolean enabled,
ObjectMapper.Nested nested,
ObjectMapper.Dynamic dynamic,
ContentPath.Type pathType,
Map<String,Mapper> mappers,
Settings settings) |
protected ObjectMapper |
ObjectMapper.Builder.createMapper(String name,
String fullPath,
boolean enabled,
ObjectMapper.Nested nested,
ObjectMapper.Dynamic dynamic,
ContentPath.Type pathType,
Map<String,Mapper> mappers,
Settings settings) |
T |
ObjectMapper.Builder.pathType(ContentPath.Type pathType) |
Copyright © 2009–2015. All rights reserved.