public class LuceneNumericFieldContext extends Object
Constructor and Description |
---|
LuceneNumericFieldContext(org.apache.lucene.document.FieldType field,
String fieldName,
float fieldBoost) |
Modifier and Type | Method and Description |
---|---|
float |
getBoost() |
String |
getName() |
boolean |
getOmitNorms() |
boolean |
getOmitTermFreqAndPositions() |
int |
getPrecisionStep() |
SerializableStore |
getStore() |
boolean |
isIndexed() |
public LuceneNumericFieldContext(org.apache.lucene.document.FieldType field, String fieldName, float fieldBoost)
public String getName()
public int getPrecisionStep()
public SerializableStore getStore()
public boolean isIndexed()
public float getBoost()
public boolean getOmitNorms()
public boolean getOmitTermFreqAndPositions()
Copyright © 2006–2016 Hibernate. All rights reserved.