Package com.logicaldoc.core.searchengine
Class Hits
- java.lang.Object
-
- com.logicaldoc.core.searchengine.Hits
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getCount()
long
getElapsedTime()
long
getEstimatedCount()
boolean
hasNext()
Hit
next()
void
remove()
static Hit
toHit(org.apache.solr.common.SolrDocument sdoc)
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Method Detail
-
getEstimatedCount
public long getEstimatedCount()
-
getElapsedTime
public long getElapsedTime()
-
getCount
public long getCount()
-
toHit
public static Hit toHit(org.apache.solr.common.SolrDocument sdoc)
-
-