Package org.apache.solr.ltr.model
Class AdapterModel
java.lang.Object
org.apache.solr.ltr.model.LTRScoringModel
org.apache.solr.ltr.model.AdapterModel
- All Implemented Interfaces:
org.apache.lucene.util.Accountable
- Direct Known Subclasses:
WrapperModel
A scoring model whose initialization is completed via its
init(SolrResourceLoader)
method.- Since:
- 7.3
-
Field Summary
FieldsFields inherited from class org.apache.solr.ltr.model.LTRScoringModel
features, name, normsFields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.solr.ltr.model.LTRScoringModel
equals, explain, getAllFeatures, getFeatures, getFeatureStoreName, getInstance, getName, getNormalizerExplanation, getNorms, getParams, hashCode, normalizeFeaturesInPlace, ramBytesUsed, score, toString, validateMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.lucene.util.Accountable
getChildResources
-
Field Details
-
solrResourceLoader
-
-
Constructor Details
-
AdapterModel
-
-
Method Details
-
init
- Throws:
ModelException
-