Class EsHint.FieldHint
- java.lang.Object
-
- org.nuxeo.ecm.core.query.sql.model.EsHint.FieldHint
-
-
Field Summary
Fields Modifier and Type Field Description protected float
boost
static float
DEFAULT_BOOST
protected String
field
-
-
-
Field Detail
-
DEFAULT_BOOST
public static final float DEFAULT_BOOST
- See Also:
- Constant Field Values
-
field
protected final String field
-
boost
protected final float boost
-
-
Method Detail
-
getField
public String getField()
-
getBoost
public float getBoost()
-
-