public class ExportQParserPlugin.ExportQuery extends RankQuery
Constructor and Description |
---|
ExportQParserPlugin.ExportQuery() |
ExportQParserPlugin.ExportQuery(SolrParams localParams,
SolrParams params,
SolrQueryRequest request) |
Modifier and Type | Method and Description |
---|---|
Query |
clone() |
Weight |
createWeight(IndexSearcher searcher) |
boolean |
equals(Object o) |
void |
extractTerms(Set<Term> terms) |
MergeStrategy |
getMergeStrategy() |
TopDocsCollector |
getTopDocsCollector(int len,
SolrIndexSearcher.QueryCommand cmd,
IndexSearcher searcher) |
int |
hashCode() |
Query |
rewrite(IndexReader reader) |
String |
toString(String s) |
RankQuery |
wrap(Query mainQuery) |
getCache, getCacheSep, getCost, getOptions, getOptionsString, setCache, setCacheSep, setCost
public ExportQParserPlugin.ExportQuery()
public ExportQParserPlugin.ExportQuery(SolrParams localParams, SolrParams params, SolrQueryRequest request) throws IOException
IOException
public MergeStrategy getMergeStrategy()
getMergeStrategy
in class RankQuery
public Weight createWeight(IndexSearcher searcher) throws IOException
createWeight
in class Query
IOException
public Query rewrite(IndexReader reader) throws IOException
rewrite
in class Query
IOException
public void extractTerms(Set<Term> terms)
extractTerms
in class Query
public TopDocsCollector getTopDocsCollector(int len, SolrIndexSearcher.QueryCommand cmd, IndexSearcher searcher) throws IOException
getTopDocsCollector
in class RankQuery
IOException
public String toString(String s)
toString
in class ExtendedQueryBase
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.