Click or drag to resize
RiakFluentSearch Methods

The RiakFluentSearch type exposes the following members.

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