Click or drag to resize
RiakConstantsSearchFieldKeys Class
A collection of string constants for riak search result documents. These constants represent keys for known fields within the document.
Inheritance Hierarchy
SystemObject
  RiakClientRiakConstantsSearchFieldKeys

Namespace:  RiakClient
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public static class SearchFieldKeys

The RiakConstantsSearchFieldKeys type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberBucket
Key for the "Bucket" field. Riak 2.0+
Public fieldStatic memberBucketType
Key for the "Bucket Type" field. Riak 2.0+
Public fieldStatic memberId
Key for the "Id" field. Riak 2.0+
Public fieldStatic memberKey
Key for the "Key" field. Riak 2.0+
Public fieldStatic memberLegacySearchId Obsolete.
Key for the Riak 1.0 Search "Id" field.
Public fieldStatic memberScore
Key for the "Score" field. Riak 2.0+
Top
See Also