public static class MoreLikeThisHandler.MoreLikeThisHelper extends Object
Constructor and Description |
---|
MoreLikeThisHandler.MoreLikeThisHelper(SolrParams params,
SolrIndexSearcher searcher) |
Modifier and Type | Method and Description |
---|---|
Query |
getBoostedMLTQuery() |
NamedList<DocList> |
getMoreLikeThese(DocList docs,
int rows,
int flags)
Deprecated.
|
NamedList<BooleanQuery> |
getMoreLikeTheseQuery(DocList docs) |
MoreLikeThis |
getMoreLikeThis() |
DocListAndSet |
getMoreLikeThis(int id,
int start,
int rows,
List<Query> filters,
List<MoreLikeThisHandler.InterestingTerm> terms,
int flags) |
DocListAndSet |
getMoreLikeThis(Reader reader,
int start,
int rows,
List<Query> filters,
List<MoreLikeThisHandler.InterestingTerm> terms,
int flags) |
Query |
getRawMLTQuery() |
Query |
getRealMLTQuery() |
public MoreLikeThisHandler.MoreLikeThisHelper(SolrParams params, SolrIndexSearcher searcher)
public Query getRawMLTQuery()
public Query getBoostedMLTQuery()
public Query getRealMLTQuery()
public DocListAndSet getMoreLikeThis(int id, int start, int rows, List<Query> filters, List<MoreLikeThisHandler.InterestingTerm> terms, int flags) throws IOException
IOException
public DocListAndSet getMoreLikeThis(Reader reader, int start, int rows, List<Query> filters, List<MoreLikeThisHandler.InterestingTerm> terms, int flags) throws IOException
IOException
@Deprecated public NamedList<DocList> getMoreLikeThese(DocList docs, int rows, int flags) throws IOException
IOException
public NamedList<BooleanQuery> getMoreLikeTheseQuery(DocList docs) throws IOException
IOException
public MoreLikeThis getMoreLikeThis()
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.