Uses of Class
org.apache.blur.lucene.search.IterablePaging.ProgressRef

Packages that use IterablePaging.ProgressRef
org.apache.blur.lucene.search   
 

Uses of IterablePaging.ProgressRef in org.apache.blur.lucene.search
 

Methods in org.apache.blur.lucene.search with parameters of type IterablePaging.ProgressRef
 IterablePaging IterablePaging.progress(IterablePaging.ProgressRef ref)
          Allows for gathering the progress of the paging.
 

Constructors in org.apache.blur.lucene.search with parameters of type IterablePaging.ProgressRef
IterablePaging(java.util.concurrent.atomic.AtomicBoolean running, org.apache.lucene.search.IndexSearcher searcher, org.apache.lucene.search.Query query, int numHitsToCollect, IterablePaging.TotalHitsRef totalHitsRef, IterablePaging.ProgressRef progressRef, boolean runSlow, org.apache.lucene.search.Sort sort, DeepPagingCache deepPagingCache)
           
 



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