| Constructor and Description |
|---|
SearcherResult(List<MatchingSentence> matchingSentences,
int checkedSentences,
org.apache.lucene.search.Query relaxedQuery) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCheckedSentences() |
int |
getDocCount() |
List<MatchingSentence> |
getMatchingSentences() |
org.apache.lucene.search.Query |
getRelaxedQuery() |
boolean |
isResultIsTimeLimited() |
void |
setDocCount(int docCount) |
void |
setResultIsTimeLimited(boolean resultIsTimeLimited) |
public SearcherResult(List<MatchingSentence> matchingSentences, int checkedSentences, org.apache.lucene.search.Query relaxedQuery)
public List<MatchingSentence> getMatchingSentences()
public int getCheckedSentences()
public org.apache.lucene.search.Query getRelaxedQuery()
public boolean isResultIsTimeLimited()
public void setResultIsTimeLimited(boolean resultIsTimeLimited)
public void setDocCount(int docCount)
public int getDocCount()
Copyright © 2013. All rights reserved.