Package org.apache.solr.ltr.store
Class FeatureStore
- java.lang.Object
-
- org.apache.solr.ltr.store.FeatureStore
-
public class FeatureStore extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_FEATURE_STORE_NAME
the name of the default feature store
-
Constructor Summary
Constructors Constructor Description FeatureStore(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(Feature feature)
Feature
get(String name)
List<Feature>
getFeatures()
String
getName()
String
toString()
-
-
-
Field Detail
-
DEFAULT_FEATURE_STORE_NAME
public static final String DEFAULT_FEATURE_STORE_NAME
the name of the default feature store- See Also:
- Constant Field Values
-
-
Constructor Detail
-
FeatureStore
public FeatureStore(String name)
-
-