public class AbstractSearchPageableRequest extends AbstractSearchRequest
| Modifier and Type | Field and Description |
|---|---|
private int |
start
The number of hit we want to skip from result set.
|
UNDEFINED| Constructor and Description |
|---|
AbstractSearchPageableRequest(org.apache.lucene.search.Query query) |
AbstractSearchPageableRequest(org.apache.lucene.search.Query query,
java.util.List<IndexingContext> contexts) |
| Modifier and Type | Method and Description |
|---|---|
int |
getStart()
Returns the "start" of wanted results calculated from result set window.
|
void |
setStart(int start)
Sets the "start" of wanted results calculated from result set window.
|
getArtifactInfoFilter, getArtifactInfoPostprocessor, getContexts, getCount, getMatchHighlightRequests, getQuery, getResultHitLimit, isHitLimited, isLuceneExplain, setArtifactInfoFilter, setArtifactInfoPostprocessor, setContexts, setCount, setLuceneExplain, setMatchHighlightRequests, setQuery, setResultHitLimitprivate int start
public AbstractSearchPageableRequest(org.apache.lucene.search.Query query)
public AbstractSearchPageableRequest(org.apache.lucene.search.Query query,
java.util.List<IndexingContext> contexts)
public int getStart()
public void setStart(int start)
start -