public static class GeoShapeFieldMapper.Builder extends AbstractFieldMapper.Builder<GeoShapeFieldMapper.Builder,GeoShapeFieldMapper>
boost, copyTo, docValues, docValuesProvider, fieldDataSettings, fieldType, includeInAll, indexAnalyzer, indexName, indexOptionsSet, multiFieldsBuilder, normsLoading, omitNormsSet, postingsProvider, searchAnalyzer, similarity
builder, name
Modifier and Type | Method and Description |
---|---|
GeoShapeFieldMapper |
build(Mapper.BuilderContext context) |
GeoShapeFieldMapper.Builder |
distanceErrorPct(double distanceErrorPct) |
GeoShapeFieldMapper.Builder |
orientation(ShapeBuilder.Orientation orientation) |
GeoShapeFieldMapper.Builder |
strategy(String strategy) |
GeoShapeFieldMapper.Builder |
tree(String tree) |
GeoShapeFieldMapper.Builder |
treeLevels(int treeLevels) |
GeoShapeFieldMapper.Builder |
treeLevelsByDistance(double meters) |
addMultiField, boost, buildFullName, buildIndexName, buildNames, copyTo, docValues, docValuesFormat, fieldDataSettings, includeInAll, index, indexAnalyzer, indexName, indexOptions, multiFieldPathType, normsLoading, omitNorms, postingsFormat, searchAnalyzer, similarity, store, storeTermVectorOffsets, storeTermVectorPayloads, storeTermVectorPositions, storeTermVectors, tokenized
name
public Builder(String name)
public GeoShapeFieldMapper.Builder tree(String tree)
public GeoShapeFieldMapper.Builder strategy(String strategy)
public GeoShapeFieldMapper.Builder treeLevelsByDistance(double meters)
public GeoShapeFieldMapper.Builder treeLevels(int treeLevels)
public GeoShapeFieldMapper.Builder distanceErrorPct(double distanceErrorPct)
public GeoShapeFieldMapper.Builder orientation(ShapeBuilder.Orientation orientation)
public GeoShapeFieldMapper build(Mapper.BuilderContext context)
build
in class Mapper.Builder<GeoShapeFieldMapper.Builder,GeoShapeFieldMapper>
Copyright © 2009–2015. All rights reserved.