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

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.solr.client.solrj.SolrRequest has subclasses.
Click this link to see all its subclasses.

Method

StringgetBasicAuthPassword()
StringgetBasicAuthUser()
CollectiongetContentStreams()
METHODgetMethod()
SolrParamsgetParams()
StringgetPath()
ResponseParsergetResponseParser()
Tprocess(SolrClient client)
Send this request to a SolrClient and return the response
Tprocess(SolrClient client, String collection)
Send this request to a SolrClient and return the response
SolrRequestsetBasicAuthCredentials(String user, String password)
voidsetPath(String path)