Click or drag to resize
RiakSearchRequest Constructor (String, String, String)
Initializes a new instance of the RiakSearchRequest class.

Namespace:  RiakClient.Models.Search
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public RiakSearchRequest(
	string solrIndex,
	string solrQuery,
	string solrFilter = null
)

Parameters

solrIndex
Type: SystemString
The name of the Solr index to query.
solrQuery
Type: SystemString
The Solr query.
solrFilter (Optional)
Type: SystemString
The Solr filter to use. Defaults to null.
Exceptions
ExceptionCondition
ArgumentExceptionsolrIndex cannot be null, zero length, or whitespace
ArgumentExceptionsolrQuery cannot be null, zero length, or whitespace
See Also