Uses of Class
org.apache.solr.client.solrj.request.UpdateRequest
Packages that use UpdateRequest
Package
Description
Implementations of some client API classes, and their friends.
Convenience classes for dealing with various types of Solr requests.
-
Uses of UpdateRequest in org.apache.solr.client.solrj.impl
Methods in org.apache.solr.client.solrj.impl that return UpdateRequestModifier and TypeMethodDescriptionConcurrentUpdateBaseSolrClient.Update.request()Returns the value of therequestrecord component.Methods in org.apache.solr.client.solrj.impl with parameters of type UpdateRequestModifier and TypeMethodDescriptionprotected Map<String, ? extends LBSolrClient.Req> CloudSolrClient.createRoutes(UpdateRequest updateRequest, ModifiableSolrParams routableParams, DocCollection col, DocRouter router, Map<String, List<String>> urlMap, String routeField) Constructors in org.apache.solr.client.solrj.impl with parameters of type UpdateRequestModifierConstructorDescriptionprotectedUpdate(UpdateRequest request, String collection) Creates an instance of aUpdaterecord class. -
Uses of UpdateRequest in org.apache.solr.client.solrj.request
Methods in org.apache.solr.client.solrj.request that return UpdateRequestModifier and TypeMethodDescriptionUpdateRequest.add(Collection<SolrInputDocument> docs) Add a collection of SolrInputDocuments to this requestUpdateRequest.add(SolrInputDocument doc) Add a SolrInputDocument to this requestUpdateRequest.add(SolrInputDocument doc, Boolean overwrite) Add a SolrInputDocument to this requestUpdateRequest.add(SolrInputDocument doc, Integer commitWithin) Add a SolrInputDocument to this requestUpdateRequest.add(SolrInputDocument doc, Integer commitWithin, Boolean overwrite) Add a SolrInputDocument to this requestUpdateRequest.deleteById(String id) UpdateRequest.deleteById(String id, Long version) UpdateRequest.deleteById(String id, String route) UpdateRequest.deleteById(String id, String route, Long version) UpdateRequest.deleteById(List<String> ids) UpdateRequest.deleteByQuery(String q) UpdateRequest.setSendToLeaders(boolean sendToLeaders) JavaBinUpdateRequestCodec.unmarshal(InputStream is, JavaBinUpdateRequestCodec.StreamingUpdateHandler handler) Reads a NamedList from the given InputStream, converts it into a SolrInputDocument and passes it to the given StreamingUpdateHandlerMethods in org.apache.solr.client.solrj.request with parameters of type UpdateRequestModifier and TypeMethodDescriptionprotected booleanRequestWriter.isEmpty(UpdateRequest updateRequest) voidJavaBinUpdateRequestCodec.marshal(UpdateRequest updateRequest, OutputStream os) Converts an UpdateRequest to a NamedList which can be serialized to the given OutputStream in the javabin formatvoidJavaBinUpdateRequestCodec.StreamingUpdateHandler.update(SolrInputDocument document, UpdateRequest req, Integer commitWithin, Boolean override) voidXMLRequestWriter.writeXML(UpdateRequest request, Writer writer)