Uses of Class
org.apache.solr.ltr.feature.Feature
- 
Packages that use Feature Package Description org.apache.solr.ltr.feature Contains Feature related classesorg.apache.solr.ltr.model Contains Model related classesorg.apache.solr.ltr.store Contains feature and model store related classes.
- 
- 
Uses of Feature in org.apache.solr.ltr.featureSubclasses of Feature in org.apache.solr.ltr.feature Modifier and Type Class Description classFieldLengthFeatureThis feature returns the length of a field (in terms) for the current document.classFieldValueFeatureThis feature returns the value of a field in the current document Example configuration:classOriginalScoreFeatureThis feature returns the original score that the document had before performing the reranking.classSolrFeatureThis feature allows you to reuse any Solr query as a feature.classValueFeatureThis feature allows to return a constant given value for the current document.Methods in org.apache.solr.ltr.feature that return Feature Modifier and Type Method Description static FeatureFeature. getInstance(SolrResourceLoader solrResourceLoader, String className, String name, Map<String,Object> params)
- 
Uses of Feature in org.apache.solr.ltr.modelFields in org.apache.solr.ltr.model with type parameters of type Feature Modifier and Type Field Description protected List<Feature>LTRScoringModel. featuresMethods in org.apache.solr.ltr.model that return types with arguments of type Feature Modifier and Type Method Description Collection<Feature>LTRScoringModel. getAllFeatures()Collection<Feature>WrapperModel. getAllFeatures()List<Feature>LTRScoringModel. getFeatures()List<Feature>WrapperModel. getFeatures()Method parameters in org.apache.solr.ltr.model with type arguments of type Feature Modifier and Type Method Description static LTRScoringModelLTRScoringModel. getInstance(SolrResourceLoader solrResourceLoader, String className, String name, List<Feature> features, List<Normalizer> norms, String featureStoreName, List<Feature> allFeatures, Map<String,Object> params)Constructor parameters in org.apache.solr.ltr.model with type arguments of type Feature Constructor Description AdapterModel(String name, List<Feature> features, List<Normalizer> norms, String featureStoreName, List<Feature> allFeatures, Map<String,Object> params)DefaultWrapperModel(String name, List<Feature> features, List<Normalizer> norms, String featureStoreName, List<Feature> allFeatures, Map<String,Object> params)LinearModel(String name, List<Feature> features, List<Normalizer> norms, String featureStoreName, List<Feature> allFeatures, Map<String,Object> params)LTRScoringModel(String name, List<Feature> features, List<Normalizer> norms, String featureStoreName, List<Feature> allFeatures, Map<String,Object> params)MultipleAdditiveTreesModel(String name, List<Feature> features, List<Normalizer> norms, String featureStoreName, List<Feature> allFeatures, Map<String,Object> params)NeuralNetworkModel(String name, List<Feature> features, List<Normalizer> norms, String featureStoreName, List<Feature> allFeatures, Map<String,Object> params)WrapperModel(String name, List<Feature> features, List<Normalizer> norms, String featureStoreName, List<Feature> allFeatures, Map<String,Object> params)
- 
Uses of Feature in org.apache.solr.ltr.storeMethods in org.apache.solr.ltr.store that return Feature Modifier and Type Method Description FeatureFeatureStore. get(String name)Methods in org.apache.solr.ltr.store that return types with arguments of type Feature Modifier and Type Method Description List<Feature>FeatureStore. getFeatures()Methods in org.apache.solr.ltr.store with parameters of type Feature Modifier and Type Method Description voidFeatureStore. add(Feature feature)
 
-