static List<org.apache.lucene.document.Document> |
BlurUtil.fetchDocuments(org.apache.lucene.index.IndexReader reader,
ResetableDocumentStoredFieldVisitor fieldSelector,
Selector selector,
int maxHeap,
String context,
org.apache.lucene.index.Term primeDocTerm,
org.apache.lucene.search.Filter filter,
java.util.concurrent.atomic.AtomicBoolean moreToFetch,
java.util.concurrent.atomic.AtomicInteger totalRecords,
BlurHighlighter highlighter)
NOTE: This is a potentially dangerous call, it will return all the
documents that match the term. |