Click or drag to resize
RiakFluentSearch Constructor
Initializes a new instance of the RiakFluentSearch class.

Namespace:  RiakClient.Models.Search
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public RiakFluentSearch(
	string index,
	string field
)

Parameters

index
Type: SystemString
The index to run the query against.
field
Type: SystemString
The first field to start building a search term for.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex cannot be null, an empty string, or whitespace.
ArgumentOutOfRangeExceptionfield cannot be null, an empty string, or whitespace.
See Also