Class TextLogisticRegressionQParserPlugin

java.lang.Object
org.apache.solr.search.QParserPlugin
org.apache.solr.search.TextLogisticRegressionQParserPlugin
All Implemented Interfaces:
NamedListInitializedPlugin

public class TextLogisticRegressionQParserPlugin extends QParserPlugin
Returns an AnalyticsQuery implementation that performs one Gradient Descent iteration of a result set to train a logistic regression model

The TextLogitStream provides the parallel iterative framework for this class.