Uses of Class
org.apache.solr.ltr.store.rest.ManagedFeatureStore
-
Packages that use ManagedFeatureStore Package Description org.apache.solr.ltr.store.rest Contains theManagedResourcethat encapsulate the feature and the model stores. -
-
Uses of ManagedFeatureStore in org.apache.solr.ltr.store.rest
Methods in org.apache.solr.ltr.store.rest that return ManagedFeatureStore Modifier and Type Method Description static ManagedFeatureStoreManagedFeatureStore. getManagedFeatureStore(SolrCore core)ManagedFeatureStoreManagedModelStore. getManagedFeatureStore()Methods in org.apache.solr.ltr.store.rest with parameters of type ManagedFeatureStore Modifier and Type Method Description static LTRScoringModelManagedModelStore. fromLTRScoringModelMap(SolrResourceLoader solrResourceLoader, Map<String,Object> modelMap, ManagedFeatureStore managedFeatureStore)voidManagedModelStore. setManagedFeatureStore(ManagedFeatureStore managedFeatureStore)
-