Click or drag to resize
RiakSearchRequest Class
Represents a Riak Search request.
Inheritance Hierarchy
SystemObject
  RiakClient.Models.SearchRiakSearchRequest

Namespace:  RiakClient.Models.Search
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public class RiakSearchRequest : IEquatable<RiakSearchRequest>

The RiakSearchRequest type exposes the following members.

Constructors
  NameDescription
Public methodRiakSearchRequest
Initializes a new instance of the RiakSearchRequest class.
Public methodRiakSearchRequest(RiakFluentSearch, RiakFluentSearch)
Initializes a new instance of the RiakSearchRequest class.
Public methodRiakSearchRequest(String, String, String)
Initializes a new instance of the RiakSearchRequest class.
Top
Properties
  NameDescription
Public propertyDefaultOperation
The default operator for parsing queries.
Public propertyFilter
The filter to use for the search.
Public propertyPreSort
Presort the results by Key or Score.
Public propertyQuery
The query to run for the search.
Public propertyReturnFields
The list of fields that should be returned for each record in the result list.
Public propertyRows
The maximum number of rows to return.
Public propertySort
A RiakFluentSearch "filter" to run on the query.
Public propertyStart
The starting row to return.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Public methodEquals(RiakSearchRequest)
Compares two RiakSearchRequest objects for equality.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also