org.hibernate.search.metadata
Interface NumericFieldSettingsDescriptor

All Superinterfaces:
FieldSettingsDescriptor
All Known Implementing Classes:
NumericFieldDescriptorImpl

public interface NumericFieldSettingsDescriptor
extends FieldSettingsDescriptor

Metadata related to a numeric field

Author:
Hardy Ferentschik

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.hibernate.search.metadata.FieldSettingsDescriptor
FieldSettingsDescriptor.Type
 
Method Summary
 int precisionStep()
           
 
Methods inherited from interface org.hibernate.search.metadata.FieldSettingsDescriptor
as, getAnalyze, getBoost, getIndex, getName, getNorms, getStore, getTermVector, getType
 

Method Detail

precisionStep

int precisionStep()
Returns:
the numeric precision step for this numeric field.


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