org.hibernate.search.cfg
Class PropertySpatialMapping
java.lang.Object
org.hibernate.search.cfg.PropertySpatialMapping
public class PropertySpatialMapping
- extends Object
- Author:
- Nicolas Helleringer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertySpatialMapping
public PropertySpatialMapping(PropertyDescriptor property,
EntityDescriptor entity,
SearchMapping mapping)
spatial
public PropertySpatialMapping spatial()
name
public PropertySpatialMapping name(String fieldName)
store
public PropertySpatialMapping store(Store store)
boost
public PropertySpatialMapping boost(float boost)
spatialMode
public PropertySpatialMapping spatialMode(SpatialMode spatialMode)
topGridLevel
public PropertySpatialMapping topGridLevel(int topGridLevel)
bottomGridLevel
public PropertySpatialMapping bottomGridLevel(int bottomGridLevel)
field
public FieldMapping field()
property
public PropertyMapping property(String name,
ElementType type)
analyzerDef
public AnalyzerDefMapping analyzerDef(String name,
Class<? extends org.apache.solr.analysis.TokenizerFactory> tokenizerFactory)
entity
public EntityMapping entity(Class<?> entityType)
bridge
public PropertyMapping bridge(Class<? extends FieldBridge> fieldBridge)
Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved