org.hibernate.search.cfg
Class NumericFieldMapping

java.lang.Object
  extended by org.hibernate.search.cfg.FieldMapping
      extended by org.hibernate.search.cfg.NumericFieldMapping

public class NumericFieldMapping
extends FieldMapping

Author:
Gustavo Fernandes

Constructor Summary
NumericFieldMapping(PropertyDescriptor property, EntityDescriptor entity, SearchMapping mapping)
           
 
Method Summary
 NumericFieldMapping precisionStep(int precisionStep)
           
 
Methods inherited from class org.hibernate.search.cfg.FieldMapping
analyze, analyzer, analyzer, analyzerDef, boost, bridge, calendarBridge, dateBridge, entity, field, index, indexNullAs, name, norms, numericField, property, store, termVector
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumericFieldMapping

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

precisionStep

public NumericFieldMapping precisionStep(int precisionStep)


Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved