Uses of Class
org.apache.solr.handler.MoreLikeThisHandler.InterestingTerm
-
Packages that use MoreLikeThisHandler.InterestingTerm Package Description org.apache.solr.handler Concrete implementations ofSolrRequestHandler
-
-
Uses of MoreLikeThisHandler.InterestingTerm in org.apache.solr.handler
Methods in org.apache.solr.handler that return types with arguments of type MoreLikeThisHandler.InterestingTerm Modifier and Type Method Description List<MoreLikeThisHandler.InterestingTerm>
MoreLikeThisHandler.MoreLikeThisHelper. getInterestingTerms(org.apache.lucene.search.BooleanQuery boostedMLTQuery, int maxTerms)
Yields terms with boosts from the boosted MLT query.
-