SolrNet: SolrNet.ISolrConnection Interface Reference

SolrNet

SolrNet.ISolrConnection Interface Reference

Manages HTTP connection with Solr. More...

Inheritance diagram for SolrNet.ISolrConnection:

List of all members.

Public Member Functions

string Post (string relativeUrl, string s)
 POSTs to Solr.
string PostStream (string relativeUrl, string contentType, Stream content, IEnumerable< KeyValuePair< string, string >> getParameters)
 POSTs binary to Solr.
string Get (string relativeUrl, IEnumerable< KeyValuePair< string, string >> parameters)
 GETs from Solr.

Detailed Description

Manages HTTP connection with Solr.


Member Function Documentation

string SolrNet.ISolrConnection.Get ( string  relativeUrl,
IEnumerable< KeyValuePair< string, string >>  parameters 
)

GETs from Solr.

Parameters:
relativeUrlPath to get from
parametersQuery string parameters
Returns:

Implemented in SolrNet.Impl.SolrConnection.

string SolrNet.ISolrConnection.Post ( string  relativeUrl,
string  s 
)

POSTs to Solr.

Parameters:
relativeUrlPath to post to
sPOST content
Returns:

Implemented in SolrNet.Impl.SolrConnection.

string SolrNet.ISolrConnection.PostStream ( string  relativeUrl,
string  contentType,
Stream  content,
IEnumerable< KeyValuePair< string, string >>  getParameters 
)

POSTs binary to Solr.

Parameters:
relativeUrlPath to post to
contentTypeRequest content type (optional)
contentBinary content
getParametersextra parameters to pass in query string
Returns:

Implemented in SolrNet.Impl.SolrConnection.


The documentation for this interface was generated from the following file:
  • SolrNet/ISolrConnection.cs
Generated on Sun May 3 2015 17:19:06 for SolrNet by  doxygen 1.7.2