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

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

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

Methods in org.apache.blur.lucene.search with parameters of type IterablePaging.TotalHitsRef
 IterablePaging IterablePaging.totalHits(IterablePaging.TotalHitsRef ref)
          Allows for gathering of the total hits of this search.
 

Constructors in org.apache.blur.lucene.search with parameters of type IterablePaging.TotalHitsRef
IterablePaging(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.