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

java.lang.Object
  extended by org.apache.blur.lucene.search.IterablePaging.ProgressRef
Enclosing class:
IterablePaging

public static class IterablePaging.ProgressRef
extends Object


Constructor Summary
IterablePaging.ProgressRef()
           
 
Method Summary
 int currentHitPosition()
           
 long queryTime()
           
 int searchesPerformed()
           
 int skipTo()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IterablePaging.ProgressRef

public IterablePaging.ProgressRef()
Method Detail

skipTo

public int skipTo()

currentHitPosition

public int currentHitPosition()

searchesPerformed

public int searchesPerformed()

queryTime

public long queryTime()


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