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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()floatgetValue()booleanisUsed()voidsetUsed(boolean used)voidsetValue(float value)
 
- 
- 
- 
Method Detail- 
setValuepublic void setValue(float value) 
 - 
getNamepublic String getName() 
 - 
getValuepublic float getValue() 
 - 
isUsedpublic boolean isUsed() 
 - 
setUsedpublic void setUsed(boolean used) 
 
- 
 
-