public static class SolrIndexSearcher.QueryCommand extends Object
Constructor and Description |
---|
SolrIndexSearcher.QueryCommand() |
public Query getQuery()
public SolrIndexSearcher.QueryCommand setQuery(Query query)
public SolrIndexSearcher.QueryCommand setFilterList(List<Query> filterList)
IllegalArgumentException
- if filter is not null.public SolrIndexSearcher.QueryCommand setFilterList(Query f)
IllegalArgumentException
- if filter is not null.public DocSet getFilter()
public SolrIndexSearcher.QueryCommand setFilter(DocSet filter)
IllegalArgumentException
- if filterList is not null.public Sort getSort()
public SolrIndexSearcher.QueryCommand setSort(Sort sort)
public int getOffset()
public SolrIndexSearcher.QueryCommand setOffset(int offset)
public int getLen()
public SolrIndexSearcher.QueryCommand setLen(int len)
public int getSupersetMaxDoc()
public SolrIndexSearcher.QueryCommand setSupersetMaxDoc(int supersetMaxDoc)
public int getFlags()
public SolrIndexSearcher.QueryCommand replaceFlags(int flags)
public SolrIndexSearcher.QueryCommand setFlags(int flags)
public SolrIndexSearcher.QueryCommand clearFlags(int flags)
public long getTimeAllowed()
public SolrIndexSearcher.QueryCommand setTimeAllowed(long timeAllowed)
public boolean isNeedDocSet()
public SolrIndexSearcher.QueryCommand setNeedDocSet(boolean needDocSet)