Uses of Class
org.apache.solr.handler.component.PhrasesIdentificationComponent.PhrasesContextData
-
Packages that use PhrasesIdentificationComponent.PhrasesContextData Package Description org.apache.solr.handler.component SearchComponent
implementations for use inSearchHandler
-
-
Uses of PhrasesIdentificationComponent.PhrasesContextData in org.apache.solr.handler.component
Methods in org.apache.solr.handler.component that return PhrasesIdentificationComponent.PhrasesContextData Modifier and Type Method Description static PhrasesIdentificationComponent.PhrasesContextData
PhrasesIdentificationComponent.PhrasesContextData. parseAndValidateRequest(SolrQueryRequest req)
Parses the params included in this request, throwing appropriate user level Exceptions for invalid input, and returning aPhrasesContextData
suitable for use in this request.Methods in org.apache.solr.handler.component with parameters of type PhrasesIdentificationComponent.PhrasesContextData Modifier and Type Method Description static void
PhrasesIdentificationComponent.Phrase. populateScores(PhrasesIdentificationComponent.PhrasesContextData contextData)
Uses the previously popuated stats to populate each Phrase with it's scores for the specified fields, and it's over all (weighted) total score.
-