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

Namespace:  RiakClient.Models.Search
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public SearchIndex(
	string indexName,
	string schemaName,
	NVal nval
)

Parameters

indexName
Type: SystemString
The name of the index.
schemaName
Type: SystemString
The name of the schema for the index.
nval
Type: RiakClientNVal
The NVal value for storing index entries.
Exceptions
ExceptionCondition
ArgumentExceptionindexName cannot be null, zero length, or whitespace
ArgumentExceptionschemaName cannot be null, zero length, or whitespace
ArgumentOutOfRangeExceptionThe value of nval must not be null.
See Also