Click or drag to resize
RiakClientGetSearchIndex Method
Fetches the specified search index from Riak.

Namespace:  RiakClient
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public RiakResult<SearchIndexResult> GetSearchIndex(
	string indexName
)

Parameters

indexName
Type: SystemString
The name of the index to retrieve.

Return Value

Type: RiakResultSearchIndexResult
A RiakResultTResult containing a SearchIndexResult.

Implements

IRiakBatchClientGetSearchIndex(String)
See Also