Interface JSONResult
-
- All Known Implementing Classes:
SolrJSONResultSet,SolrSQLJSONResultSet,SolrStatsResult
public interface JSONResultJson returned from Solr- Since:
- 5.0
- Author:
- Gethin James
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetNumberFound()LonggetQueryTime()
-
-
-
Method Detail
-
getQueryTime
Long getQueryTime()
-
getNumberFound
long getNumberFound()
-
-