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

Parameters

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