Java org.apache.solr.client.solrj.request UpdateRequest fields, constructors, methods, implement or subclass

Example usage for Java org.apache.solr.client.solrj.request UpdateRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.solr.client.solrj.request UpdateRequest.

The text is from its open source code.

Field

Constructor

Method

UpdateRequestadd(final SolrInputDocument doc)
Add a SolrInputDocument to this request
UpdateRequestadd(String... fields)
UpdateRequestadd(final Collection docs)
Add a collection of SolrInputDocuments to this request
UpdateRequestadd(final SolrInputDocument doc, Boolean overwrite)
Add a SolrInputDocument to this request
UpdateRequestadd(final SolrInputDocument doc, Integer commitWithin)
Add a SolrInputDocument to this request
voidclear()
clear the pending documents and delete commands
UpdateResponsecommit(SolrClient client, String collection)
UpdateRequestdeleteByQuery(String q)
intgetCommitWithin()
ListgetDeleteById()
Map>getDeleteByIdMap()
ListgetDeleteQuery()
IteratorgetDocIterator()
ListgetDocuments()
ModifiableSolrParamsgetParams()
AbstractUpdateRequestsetAction(ACTION action, boolean waitFlush, boolean waitSearcher)
Sets appropriate parameters for the given ACTION
AbstractUpdateRequestsetCommitWithin(int commitWithin)
voidsetDocIterator(Iterator docIterator)
voidsetParam(String param, String value)
voidsetParams(ModifiableSolrParams params)
Sets the parameters for this update request, overwriting any previous
voidsetWaitSearcher(boolean waitSearcher)