static Predicate |
Predicates.any(String fragment,
List<String> values) |
static Predicate |
Predicates.at(String fragment,
String value) |
static Predicate |
Predicates.dateAfter(String fragment,
org.joda.time.DateTime after) |
static Predicate |
Predicates.dateBefore(String fragment,
org.joda.time.DateTime before) |
static Predicate |
Predicates.dateBetween(String fragment,
org.joda.time.DateTime lower,
org.joda.time.DateTime upper) |
static Predicate |
Predicates.dateYear(String fragment,
Integer year) |
static Predicate |
Predicates.dayOfMonth(String fragment,
Integer day) |
static Predicate |
Predicates.dayOfMonthAfter(String fragment,
Integer day) |
static Predicate |
Predicates.dayOfMonthBefore(String fragment,
Integer day) |
static Predicate |
Predicates.fulltext(String fragment,
String value) |
static Predicate |
Predicates.gt(String fragment,
Double upperBound) |
static Predicate |
Predicates.hour(String fragment,
Integer hour) |
static Predicate |
Predicates.hourAfter(String fragment,
Integer hour) |
static Predicate |
Predicates.hourBefore(String fragment,
Integer hour) |
static Predicate |
Predicates.inRange(String fragment,
Integer lowerBound,
Integer upperBound) |
static Predicate |
Predicates.lt(String fragment,
Double lowerBound) |
static Predicate |
Predicates.month(String fragment,
Predicates.Month month) |
static Predicate |
Predicates.monthAfter(String fragment,
Predicates.Month month) |
static Predicate |
Predicates.monthBefore(String fragment,
Predicates.Month month) |
static Predicate |
Predicates.near(String fragment,
Double latitude,
Double longitude,
Integer radius) |
static Predicate |
Predicates.similar(String documentId,
Integer maxResults) |