Click or drag to resize
SearchIndex Constructor (String, String)
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
)

Parameters

indexName
Type: SystemString
The name of the index.
schemaName
Type: SystemString
The name of the schema for the index.
Remarks
Uses the provided schema name and default NVal value (NVal).
See Also