Package org.apache.solr.ltr.model
package org.apache.solr.ltr.model
Contains Model related classes
-
ClassDescriptionA scoring model whose initialization is completed via its
AdapterModel.init(SolrResourceLoader)method.A scoring model that fetches the wrapped model fromSolrResourceLoader.A scoring model that computes scores using a dot product.A scoring model computes scores that can be used to rerank documents.A scoring model that computes scores based on the summation of multiple weighted trees.A scoring model that computes document scores using a neural network.A scoring model that wraps the other model.