London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface ISolrConnection

Namespace: SolrNet
Assembly: Solrnet.dll
Version: 13.30.0
Syntax
public interface ISolrConnection

Properties

ServerURL

Declaration
string ServerURL { get; set; }
Property Value
Type Description
System.String

Version

Declaration
string Version { get; set; }
Property Value
Type Description
System.String

Methods

Get(String, IEnumerable<KeyValuePair<String, String>>)

Declaration
string Get(string relativeUrl, IEnumerable<KeyValuePair<string, string>> parameters)
Parameters
Type Name Description
System.String relativeUrl
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.String>> parameters
Returns
Type Description
System.String

Post(String, String)

Declaration
string Post(string relativeUrl, string s)
Parameters
Type Name Description
System.String relativeUrl
System.String s
Returns
Type Description
System.String