SolrNet.ISolrConnection Interface Reference
Manages HTTP connection with Solr. More...
Inheritance diagram for SolrNet.ISolrConnection:
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:
-
relativeUrl Path to get from parameters Query string parameters
- Returns:
Implemented in SolrNet.Impl.SolrConnection.
string SolrNet.ISolrConnection.Post | ( | string | relativeUrl, |
string | s | ||
) |
POSTs to Solr.
- Parameters:
-
relativeUrl Path to post to s POST 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:
-
relativeUrl Path to post to contentType Request content type (optional) content Binary content getParameters extra 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 1.7.2