RiakSearchRequest Class |
Namespace: RiakClient.Models.Search
The RiakSearchRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | RiakSearchRequest |
Initializes a new instance of the RiakSearchRequest class.
|
![]() | RiakSearchRequest(RiakFluentSearch, RiakFluentSearch) |
Initializes a new instance of the RiakSearchRequest class.
|
![]() | RiakSearchRequest(String, String, String) |
Initializes a new instance of the RiakSearchRequest class.
|
Name | Description | |
---|---|---|
![]() | DefaultOperation |
The default operator for parsing queries.
|
![]() | Filter |
The filter to use for the search.
|
![]() | PreSort |
Presort the results by Key or Score.
|
![]() | Query |
The query to run for the search.
|
![]() | ReturnFields |
The list of fields that should be returned for each record in the result list.
|
![]() | Rows |
The maximum number of rows to return.
|
![]() | Sort |
A RiakFluentSearch "filter" to run on the query.
|
![]() | Start |
The starting row to return.
|
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Overrides ObjectEquals(Object).) |
![]() | Equals(RiakSearchRequest) |
Compares two RiakSearchRequest objects for equality.
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |