public class LuceneNumericFieldContext extends Object
Constructor and Description |
---|
LuceneNumericFieldContext(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 String getName()
public int getPrecisionStep()
public SerializableStore getStore()
public boolean isIndexed()
public float getBoost()
public boolean getOmitNorms()
public boolean getOmitTermFreqAndPositions()
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved