| 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() |
int |
getLuceneMatchCount() |
List<MatchingSentence> |
getMatchingSentences() |
org.apache.lucene.search.Query |
getRelaxedQuery() |
boolean |
hasTooManyLuceneMatches() |
boolean |
isResultIsTimeLimited() |
void |
setDocCount(int docCount) |
void |
setHasTooManyLuceneMatches(boolean hasTooManyLuceneMatches) |
void |
setLuceneMatchCount(int luceneMatchCount) |
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()
public void setHasTooManyLuceneMatches(boolean hasTooManyLuceneMatches)
public boolean hasTooManyLuceneMatches()
public void setLuceneMatchCount(int luceneMatchCount)
public int getLuceneMatchCount()