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

Example usage for Java org.apache.solr.client.solrj.request ContentStreamUpdateRequest 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 ContentStreamUpdateRequest.

The text is from its open source code.

Constructor

Method

voidaddContentStream(ContentStream contentStream)
Add a org.apache.solr.common.util.ContentStream to #getContentStreams()
voidaddFile(File file, String contentType)
Add a File to the org.apache.solr.common.util.ContentStream s.
ModifiableSolrParamsgetParams()
AbstractUpdateRequestsetAction(ACTION action, boolean waitFlush, boolean waitSearcher)
Sets appropriate parameters for the given ACTION
AbstractUpdateRequestsetCommitWithin(int commitWithin)
voidsetParam(String param, String value)
voidsetParams(ModifiableSolrParams params)
Sets the parameters for this update request, overwriting any previous