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- 
Hitspublic Hits()
- 
Hitspublic Hits(org.apache.solr.client.solrj.response.QueryResponse rsp) 
 
- 
- 
Method Details- 
getEstimatedCountpublic long getEstimatedCount()
- 
getElapsedTimepublic long getElapsedTime()
- 
getCountpublic long getCount()
- 
hasNextpublic boolean hasNext()
- 
next
- 
removepublic void remove()
- 
toHit
 
-