Uses of Class
org.apache.blur.utils.ResetableDocumentStoredFieldVisitor

Packages that use ResetableDocumentStoredFieldVisitor
org.apache.blur.manager   
org.apache.blur.utils   
 

Uses of ResetableDocumentStoredFieldVisitor in org.apache.blur.manager
 

Methods in org.apache.blur.manager that return ResetableDocumentStoredFieldVisitor
static ResetableDocumentStoredFieldVisitor IndexManager.getFieldSelector(Selector selector)
           
 

Uses of ResetableDocumentStoredFieldVisitor in org.apache.blur.utils
 

Methods in org.apache.blur.utils with parameters of type ResetableDocumentStoredFieldVisitor
static List<org.apache.lucene.document.Document> BlurUtil.fetchDocuments(IndexReader reader, ResetableDocumentStoredFieldVisitor fieldSelector, Selector selector, int maxHeap, String context, Term primeDocTerm, org.apache.lucene.search.Filter filter, AtomicBoolean moreToFetch, AtomicInteger totalRecords, BlurHighlighter highlighter)
          NOTE: This is a potentially dangerous call, it will return all the documents that match the term.
 

Constructors in org.apache.blur.utils with parameters of type ResetableDocumentStoredFieldVisitor
TermDocIterable(DocsEnum docsEnum, AtomicReader reader, ResetableDocumentStoredFieldVisitor fieldSelector)
           
 



Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.