org.hibernate.search.cfg
Class PropertySpatialMapping

java.lang.Object
  extended by org.hibernate.search.cfg.PropertySpatialMapping

public class PropertySpatialMapping
extends Object

Author:
Nicolas Helleringer

Constructor Summary
PropertySpatialMapping(PropertyDescriptor property, EntityDescriptor entity, SearchMapping mapping)
           
 
Method Summary
 AnalyzerDefMapping analyzerDef(String name, Class<? extends org.apache.solr.analysis.TokenizerFactory> tokenizerFactory)
           
 PropertySpatialMapping boost(float boost)
           
 PropertySpatialMapping bottomGridLevel(int bottomGridLevel)
           
 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 topGridLevel(int topGridLevel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertySpatialMapping

public PropertySpatialMapping(PropertyDescriptor property,
                              EntityDescriptor entity,
                              SearchMapping mapping)
Method Detail

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