Package | Description |
---|---|
org.apache.solr.ltr.feature |
Contains Feature related classes
|
org.apache.solr.ltr.model |
Contains Model related classes
|
org.apache.solr.ltr.store |
Contains feature and model store related classes.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldLengthFeature
This feature returns the length of a field (in terms) for the current document.
|
class |
FieldValueFeature
This feature returns the value of a field in the current document.
|
class |
OriginalScoreFeature
This feature returns the original score that the document had before performing
the reranking.
|
class |
SolrFeature
This feature allows you to reuse any Solr query as a feature.
|
class |
ValueFeature
This feature allows to return a constant given value for the current document.
|
Modifier and Type | Method and Description |
---|---|
static Feature |
Feature.getInstance(SolrResourceLoader solrResourceLoader,
String className,
String name,
Map<String,Object> params) |
Modifier and Type | Field and Description |
---|---|
protected List<Feature> |
LTRScoringModel.features |
Modifier and Type | Method and Description |
---|---|
Collection<Feature> |
WrapperModel.getAllFeatures() |
Collection<Feature> |
LTRScoringModel.getAllFeatures() |
List<Feature> |
WrapperModel.getFeatures() |
List<Feature> |
LTRScoringModel.getFeatures() |
Modifier and Type | Method and Description |
---|---|
static LTRScoringModel |
LTRScoringModel.getInstance(SolrResourceLoader solrResourceLoader,
String className,
String name,
List<Feature> features,
List<Normalizer> norms,
String featureStoreName,
List<Feature> allFeatures,
Map<String,Object> params) |
static LTRScoringModel |
LTRScoringModel.getInstance(SolrResourceLoader solrResourceLoader,
String className,
String name,
List<Feature> features,
List<Normalizer> norms,
String featureStoreName,
List<Feature> allFeatures,
Map<String,Object> params) |
Constructor and Description |
---|
AdapterModel(String name,
List<Feature> features,
List<Normalizer> norms,
String featureStoreName,
List<Feature> allFeatures,
Map<String,Object> params) |
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) |
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) |
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) |
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) |
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) |
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) |
WrapperModel(String name,
List<Feature> features,
List<Normalizer> norms,
String featureStoreName,
List<Feature> allFeatures,
Map<String,Object> params) |
Modifier and Type | Method and Description |
---|---|
Feature |
FeatureStore.get(String name) |
Modifier and Type | Method and Description |
---|---|
List<Feature> |
FeatureStore.getFeatures() |
Modifier and Type | Method and Description |
---|---|
void |
FeatureStore.add(Feature feature) |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.