Class RealTimeGetAPI
- java.lang.Object
-
- org.apache.solr.handler.admin.api.RealTimeGetAPI
-
public class RealTimeGetAPI extends Object
V2 API for fetching the latest (possibly uncommitted) version of one or more documents.This API (GET /v2/collections/collectionName/get) is analogous to the v1 /solr/collectionName/get API.
-
-
Constructor Summary
Constructors Constructor Description RealTimeGetAPI(RealTimeGetHandler rtgHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
getDocuments(SolrQueryRequest req, SolrQueryResponse rsp)
-
-
-
Constructor Detail
-
RealTimeGetAPI
public RealTimeGetAPI(RealTimeGetHandler rtgHandler)
-
-
Method Detail
-
getDocuments
public void getDocuments(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception
- Throws:
Exception
-
-