Class UpdateAPI
java.lang.Object
org.apache.solr.handler.admin.api.UpdateAPI
All v2 APIs that share a prefix of /update
Most of these v2 APIs are implemented as pure "pass-throughs" to the v1 code paths, but there are a few exceptions: /update and /update/json are both rewritten to /update/json/docs.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidupdate(SolrQueryRequest req, SolrQueryResponse rsp) voidupdateCsv(SolrQueryRequest req, SolrQueryResponse rsp) voidupdateJavabin(SolrQueryRequest req, SolrQueryResponse rsp) voidupdateJson(SolrQueryRequest req, SolrQueryResponse rsp) voidupdateXml(SolrQueryRequest req, SolrQueryResponse rsp)