public final class PropertyIndex extends Object
| Modifier and Type | Field and Description |
|---|---|
private float |
boost
The boost.
|
private String |
indexType |
private Integer |
max |
private Integer |
min |
private String |
name
The name.
|
private Field |
property
The property.
|
| Constructor and Description |
|---|
PropertyIndex(Field property,
String name,
String indexType)
Instantiates a new property index.
|
| Modifier and Type | Method and Description |
|---|---|
float |
getBoost()
Gets the boost.
|
String |
getIndexType() |
Integer |
getMax() |
Integer |
getMin() |
String |
getName()
Gets the name.
|
Field |
getProperty()
Gets the property.
|
void |
setBoost(float boost)
Sets the boost.
|
void |
setMax(Integer max) |
void |
setMin(Integer min) |
private String name
private Field property
private String indexType
private float boost
private Integer max
private Integer min
public String getName()
public Field getProperty()
public float getBoost()
public void setBoost(float boost)
boost - the new boostpublic String getIndexType()
public Integer getMax()
public void setMax(Integer max)
max - the max to setpublic Integer getMin()
public void setMin(Integer min)
min - the min to setCopyright © 2015. All Rights Reserved.