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

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

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

Methods in org.apache.blur.lucene.search that return IterablePaging
 IterablePaging IterablePaging.gather(int gather)
          Only gather up to x number of hits.
 IterablePaging IterablePaging.progress(IterablePaging.ProgressRef ref)
          Allows for gathering the progress of the paging.
 IterablePaging IterablePaging.skipTo(int skipTo)
          Skips the first x number of hits.
 IterablePaging IterablePaging.totalHits(IterablePaging.TotalHitsRef ref)
          Allows for gathering of the total hits of this search.
 



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