public class QueryCommand extends Object
Constructor and Description |
---|
QueryCommand() |
public CursorMark getCursorMark()
public QueryCommand setCursorMark(CursorMark cursorMark)
public Query getQuery()
public QueryCommand setQuery(Query query)
public QueryCommand setFilterList(List<Query> filterList)
IllegalArgumentException
- if filter is not null.public QueryCommand setFilterList(Query f)
IllegalArgumentException
- if filter is not null.public DocSet getFilter()
public QueryCommand setFilter(DocSet filter)
IllegalArgumentException
- if filterList is not null.public Sort getSort()
public QueryCommand setSort(Sort sort)
public int getOffset()
public QueryCommand setOffset(int offset)
public int getLen()
public QueryCommand setLen(int len)
public int getSupersetMaxDoc()
public QueryCommand setSupersetMaxDoc(int supersetMaxDoc)
public int getFlags()
public QueryCommand replaceFlags(int flags)
public QueryCommand setFlags(int flags)
public QueryCommand clearFlags(int flags)
public long getTimeAllowed()
public QueryCommand setTimeAllowed(long timeAllowed)
public boolean isNeedDocSet()
public QueryCommand setNeedDocSet(boolean needDocSet)
public boolean getTerminateEarly()
public QueryCommand setTerminateEarly(boolean segmentTerminateEarly)
public boolean getSegmentTerminateEarly()
public QueryCommand setSegmentTerminateEarly(boolean segmentSegmentTerminateEarly)
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.