Click or drag to resize
RiakFluentSearch Class
A builder class for constructing Riak Search queries in a fluent manner.
Inheritance Hierarchy
SystemObject
  RiakClient.Models.SearchRiakFluentSearch

Namespace:  RiakClient.Models.Search
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public class RiakFluentSearch

The RiakFluentSearch type exposes the following members.

Constructors
  NameDescription
Public methodRiakFluentSearch
Initializes a new instance of the RiakFluentSearch class.
Top
Properties
  NameDescription
Public propertyBucket Obsolete.
The bucket name to run the query against. Used only for Legacy Search.
Public propertyIndex
The index to run the query against.
Top
Methods
  NameDescription
Public methodBetween(String, Token, Boolean)
Search the current field for values between from and to.
Public methodBetween(String, String, Boolean)
Search the current field for values between from and to.
Public methodBetween(Token, Token, Boolean)
Search the current field for values between from and to.
Public methodBetween(Token, String, Boolean)
Search the current field for values between from and to.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGroup(String, FuncTerm, Term)
Search the current field for value, and group that query with another provided by groupSetup.
Public methodGroup(Token, FuncTerm, Term)
Search the current field for the value token, and group that query with another provided by groupSetup.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodProximity(Int32, String)
Search the current field for a set of words that are within a certain distance (proximity) of each other.
Public methodProximity(String, Int32, String)
Search the current field for a set of words that are within a certain distance (proximity) of each other.
Public methodSearch(String)
Search the current field for an exact match to the value string.
Public methodSearch(Token)
Search the current field for an exact match to the value token.
Public methodToString
Returns the search query in a Lucene query string format.
(Overrides ObjectToString.)
Top
See Also