public class AbstractSearchPageableRequest extends AbstractSearchRequest
UNDEFINED
Constructor and Description |
---|
AbstractSearchPageableRequest(org.apache.lucene.search.Query query) |
AbstractSearchPageableRequest(org.apache.lucene.search.Query query,
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, setResultHitLimit
public AbstractSearchPageableRequest(org.apache.lucene.search.Query query)
public AbstractSearchPageableRequest(org.apache.lucene.search.Query query, List<IndexingContext> contexts)
public int getStart()
public void setStart(int start)
start
- Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.