Package com.logicaldoc.core.searchengine
Class Hits
java.lang.Object
com.logicaldoc.core.searchengine.Hits
- All Implemented Interfaces:
Serializable
,Iterator<Hit>
Iterator on the collection of hits, plus some statistical informations about
the query. Attention: each hit's data is lazy loaded.
- Since:
- 6.5
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Constructor Details
-
Hits
public Hits() -
Hits
public Hits(org.apache.solr.client.solrj.response.QueryResponse rsp)
-
-
Method Details
-
getEstimatedCount
public long getEstimatedCount() -
getElapsedTime
public long getElapsedTime() -
getCount
public long getCount() -
hasNext
public boolean hasNext() -
next
-
remove
public void remove() -
toHit
-