BinaryTerm Methods |
The BinaryTerm type exposes the following members.
Name | Description | |
---|---|---|
And(String) |
Combines this Term, using a logical AND, with a new one searching this
Term's field for the provided value string.
(Inherited from Term.) | |
And(Token) |
Combines this Term, using a logical AND, with a new one searching this
Term's field for the provided value Token.
(Inherited from Term.) | |
And(String, Token) |
Combines this Term, using a logical AND, with a new one searching the
field field for the provided value Token.
(Inherited from Term.) | |
And(String, FuncTerm, Term) |
Combines a Term searching this field for the value string, using a logical AND,
with another Term generated by the groupSetup Func.
(Inherited from Term.) | |
And(String, String) |
Combines this Term, using a logical AND, with a new one searching the
field field for the provided value string.
(Inherited from Term.) | |
And(Token, FuncTerm, Term) |
Combines a Term searching this field for the value Token, using a logical AND,
with another Term generated by the groupSetup Func.
(Inherited from Term.) | |
And(String, Token, FuncTerm, Term) |
Combines a Term searching the field field for the value Token,
using a logical AND, with another Term generated by the groupSetup Func.
(Inherited from Term.) | |
And(String, String, FuncTerm, Term) |
Combines a Term searching the field field for the value string,
using a logical AND, with another Term generated by the groupSetup Func.
(Inherited from Term.) | |
AndBetween(String, Token, Boolean) |
Combine this Term, using a logical AND, with a new Range Term
searching the current field for values between from
and to.
(Inherited from Term.) | |
AndBetween(String, String, Boolean) |
Combine this Term, using a logical AND, with a new Range Term
searching the current field for values between from
and to.
(Inherited from Term.) | |
AndBetween(Token, Token, Boolean) |
Combine this Term, using a logical AND, with a new Range Term
searching the current field for values between from
and to.
(Inherited from Term.) | |
AndBetween(Token, String, Boolean) |
Combine this Term, using a logical AND, with a new Range Term
searching the current field for values between from
and to.
(Inherited from Term.) | |
AndBetween(String, Token, Token, Boolean) |
Combine this Term, using a logical AND, with a new Range Term
searching field for values between from
and to.
(Inherited from Term.) | |
AndBetween(String, Token, String, Boolean) |
Combine this Term, using a logical AND, with a new Range Term
searching field for values between from
and to.
(Inherited from Term.) | |
AndBetween(String, String, Token, Boolean) |
Combine this Term, using a logical AND, with a new Range Term
searching field for values between from
and to.
(Inherited from Term.) | |
AndBetween(String, String, String, Boolean) |
Combine this Term, using a logical AND, with a new Range Term
searching field for values between from
and to.
(Inherited from Term.) | |
AndProximity(Double, String) |
Combine this Term, using a logical AND, with a new one that searches the current field
for a set of words that are within a certain distance
(proximity) of each other.
(Inherited from Term.) | |
AndProximity(String, Double, String) |
Combine this Term, using a logical AND, with a new one that searches the field
field for a set of words that are within a certain distance
(proximity) of each other.
(Inherited from Term.) | |
Boost |
Boosts the relevance level of the this Term when matches are found.
(Inherited from Term.) | |
Build |
Builds the Term into a new RiakFluentSearch object.
(Inherited from Term.) | |
Equals | (Inherited from Object.) | |
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. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Not |
Inverts any matches so that the documents found by this Term are excluded from the result set.
(Inherited from Term.) | |
Or(String) |
Combines this Term, using a logical OR, with a new one
searching this Term's field for the provided value string.
(Inherited from Term.) | |
Or(Token) |
Combines this Term, using a logical OR, with a new one searching
this Term's field for the provided value Token.
(Inherited from Term.) | |
Or(String, Token) |
Combines this Term, using a logical OR, with a new one searching
the field field for the value Token.
(Inherited from Term.) | |
Or(String, FuncTerm, Term) |
Combines a Term searching this field for the value string, using a logical OR,
with another Term generated by the groupSetup Func.
(Inherited from Term.) | |
Or(String, String) |
Combines this Term, using a logical OR, with a new one searching the field
field for value string.
(Inherited from Term.) | |
Or(Token, FuncTerm, Term) |
Combines a Term searching this field for the value Token, using a logical OR,
with another Term generated by the groupSetup Func.
(Inherited from Term.) | |
Or(String, Token, FuncTerm, Term) |
Combines a Term searching the field field for the value Token,
using a logical OR, with another Term generated by the groupSetup Func.
(Inherited from Term.) | |
Or(String, String, FuncTerm, Term) |
Combines a Term searching the field field for the value string,
using a logical OR, with another Term generated by the groupSetup Func.
(Inherited from Term.) | |
OrBetween(String, Token, Boolean) |
Combine this Term, using a logical OR, with a new Range Term
searching the current field for values between from
and to.
(Inherited from Term.) | |
OrBetween(String, String, Boolean) |
Combines this Term, using a logical OR, with a new Range Term
searching the current field for values between from
and to.
(Inherited from Term.) | |
OrBetween(Token, Token, Boolean) |
Combine this Term, using a logical Or, with a new Range Term
searching the current field for values between from
and to.
(Inherited from Term.) | |
OrBetween(Token, String, Boolean) |
Combine this Term, using a logical OR, with a new Range Term
searching the current field for values between from
and to.
(Inherited from Term.) | |
OrBetween(String, Token, Token, Boolean) |
Combine this Term, using a logical OR, with a new Range Term
searching field for values between from
and to.
(Inherited from Term.) | |
OrBetween(String, Token, String, Boolean) |
Combine this Term, using a logical OR, with a new Range Term
searching field for values between from
and to.
(Inherited from Term.) | |
OrBetween(String, String, Token, Boolean) |
Combine this Term, using a logical OR, with a new Range Term
searching field for values between from
and to.
(Inherited from Term.) | |
OrBetween(String, String, String, Boolean) |
Combine this Term, using a logical OR, with a new Range Term
searching field for values between from
and to.
(Inherited from Term.) | |
OrProximity(Double, String) |
Combine this Term, using a logical OR, with a new one that searches the current field
for a set of words that are within a certain distance
(proximity) of each other.
(Inherited from Term.) | |
OrProximity(String, Double, String) |
Combine this Term, using a logical OR, with a new one that searches the field
field for a set of words that are within a certain distance
(proximity) of each other.
(Inherited from Term.) | |
ToString |
Returns the term in a Lucene query string format.
(Overrides ObjectToString.) |