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() |
int |
getMaxDocChecked() |
int |
getNumDocs() |
org.apache.lucene.search.Query |
getRelaxedQuery() |
int |
getSkipHits() |
boolean |
hasTooManyLuceneMatches() |
boolean |
isResultIsTimeLimited() |
void |
setDocCount(int docCount) |
void |
setHasTooManyLuceneMatches(boolean hasTooManyLuceneMatches) |
void |
setLuceneMatchCount(int luceneMatchCount) |
void |
setMaxDocChecked(int maxDocChecked) |
void |
setNumDocs(int numDocs) |
void |
setResultIsTimeLimited(boolean resultIsTimeLimited) |
void |
setSkipHits(int skipHits) |
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()
public void setMaxDocChecked(int maxDocChecked)
public int getMaxDocChecked()
public void setSkipHits(int skipHits)
public int getSkipHits()
public void setNumDocs(int numDocs)
public int getNumDocs()