Interface LuceneSearcher<R,ER>
public interface LuceneSearcher<R,ER>
-
Method Summary
Modifier and TypeMethodDescriptionintcount(org.apache.lucene.search.IndexSearcher indexSearcher) org.apache.lucene.search.Explanationexplain(org.apache.lucene.search.IndexSearcher indexSearcher, int luceneDocId) org.apache.lucene.search.Queryscroll(org.apache.lucene.search.IndexSearcher indexSearcher, IndexReaderMetadataResolver metadataResolver, int offset, int limit, int totalHitCountThreshold) search(org.apache.lucene.search.IndexSearcher indexSearcher, IndexReaderMetadataResolver metadataResolver, int offset, Integer limit, int totalHitCountThreshold) voidsetTimeoutManager(TimeoutManager timeoutManager)
-
Method Details
-
search
R search(org.apache.lucene.search.IndexSearcher indexSearcher, IndexReaderMetadataResolver metadataResolver, int offset, Integer limit, int totalHitCountThreshold) throws IOException - Throws:
IOException
-
scroll
ER scroll(org.apache.lucene.search.IndexSearcher indexSearcher, IndexReaderMetadataResolver metadataResolver, int offset, int limit, int totalHitCountThreshold) throws IOException - Throws:
IOException
-
count
- Throws:
IOException
-
explain
org.apache.lucene.search.Explanation explain(org.apache.lucene.search.IndexSearcher indexSearcher, int luceneDocId) throws IOException - Throws:
IOException
-
getLuceneQueryForExceptions
org.apache.lucene.search.Query getLuceneQueryForExceptions() -
setTimeoutManager
-