SearchIndex Constructor (String, String, NVal) |
Namespace:
RiakClient.Models.Search
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public SearchIndex(
string indexName,
string schemaName,
NVal nval
)
new :
indexName : string *
schemaName : string *
nval : NVal -> SearchIndex
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 See Also