Package org.apache.solr.ltr.store
Class FeatureStore
- java.lang.Object
- 
- org.apache.solr.ltr.store.FeatureStore
 
- 
 public class FeatureStore extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringDEFAULT_FEATURE_STORE_NAMEthe name of the default feature store
 - 
Constructor SummaryConstructors Constructor Description FeatureStore(String name)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Feature feature)Featureget(String name)List<Feature>getFeatures()StringgetName()StringtoString()
 
- 
- 
- 
Field Detail- 
DEFAULT_FEATURE_STORE_NAMEpublic static final String DEFAULT_FEATURE_STORE_NAME the name of the default feature store- See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
FeatureStorepublic FeatureStore(String name) 
 
- 
 
-