public class PropertySpatialMapping extends Object
Constructor and Description |
---|
PropertySpatialMapping(PropertyDescriptor property,
EntityDescriptor entity,
SearchMapping mapping) |
Modifier and Type | Method and Description |
---|---|
AnalyzerDefMapping |
analyzerDef(String name,
Class<? extends TokenizerFactory> tokenizerFactory) |
PropertySpatialMapping |
boost(float boost) |
PropertySpatialMapping |
bottomSpatialHashLevel(int bottomSpatialHashLevel) |
PropertyMapping |
bridge(Class<? extends FieldBridge> fieldBridge) |
EntityMapping |
entity(Class<?> entityType) |
FieldMapping |
field() |
PropertySpatialMapping |
name(String fieldName) |
PropertyMapping |
property(String name,
ElementType type) |
PropertySpatialMapping |
spatial() |
PropertySpatialMapping |
spatialMode(SpatialMode spatialMode) |
PropertySpatialMapping |
store(Store store) |
PropertySpatialMapping |
topSpatialHashLevel(int topSpatialHashLevel) |
public PropertySpatialMapping(PropertyDescriptor property, EntityDescriptor entity, SearchMapping mapping)
public PropertySpatialMapping spatial()
public PropertySpatialMapping name(String fieldName)
public PropertySpatialMapping store(Store store)
public PropertySpatialMapping boost(float boost)
public PropertySpatialMapping spatialMode(SpatialMode spatialMode)
public PropertySpatialMapping topSpatialHashLevel(int topSpatialHashLevel)
public PropertySpatialMapping bottomSpatialHashLevel(int bottomSpatialHashLevel)
public FieldMapping field()
public PropertyMapping property(String name, ElementType type)
public AnalyzerDefMapping analyzerDef(String name, Class<? extends TokenizerFactory> tokenizerFactory)
public EntityMapping entity(Class<?> entityType)
public PropertyMapping bridge(Class<? extends FieldBridge> fieldBridge)
Copyright © 2006-2015 Red Hat, Inc. All Rights Reserved