Package org.apache.solr.ltr
Class LTRScoringQuery.FeatureInfo
- java.lang.Object
-
- org.apache.solr.ltr.LTRScoringQuery.FeatureInfo
-
- Enclosing class:
- LTRScoringQuery
public static class LTRScoringQuery.FeatureInfo extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()floatgetValue()booleanisUsed()voidsetUsed(boolean used)voidsetValue(float value)
-
-
-
Method Detail
-
setValue
public void setValue(float value)
-
getName
public String getName()
-
getValue
public float getValue()
-
isUsed
public boolean isUsed()
-
setUsed
public void setUsed(boolean used)
-
-