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