org.hibernate.search.metadata.impl
Class NumericFieldDescriptorImpl
java.lang.Object
org.hibernate.search.metadata.impl.FieldDescriptorImpl
org.hibernate.search.metadata.impl.NumericFieldDescriptorImpl
- All Implemented Interfaces:
- FieldDescriptor, FieldSettingsDescriptor, NumericFieldSettingsDescriptor
public class NumericFieldDescriptorImpl
- extends FieldDescriptorImpl
- implements NumericFieldSettingsDescriptor
- Author:
- Hardy Ferentschik
Methods inherited from class org.hibernate.search.metadata.impl.FieldDescriptorImpl |
as, getAnalyze, getAnalyzer, getBoost, getFieldBridge, getIndex, getName, getNorms, getStore, getTermVector, getType, indexNull, indexNullAs |
NumericFieldDescriptorImpl
public NumericFieldDescriptorImpl(DocumentFieldMetadata documentFieldMetadata)
precisionStep
public int precisionStep()
- Specified by:
precisionStep
in interface NumericFieldSettingsDescriptor
- Returns:
- the numeric precision step for this numeric field.
toString
public String toString()
- Overrides:
toString
in class FieldDescriptorImpl
Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved