| Package | Description |
|---|---|
| io.redisearch.querybuilder |
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleRangeValue |
class |
GeoValue
Created by mnunberg on 2/23/18.
|
class |
LongRangeValue |
class |
RangeValue |
| Modifier and Type | Method and Description |
|---|---|
static Value |
Values.tags(String... tags) |
static Value |
Values.value(String s) |
| Modifier and Type | Method and Description |
|---|---|
QueryNode |
QueryNode.add(String field,
Value... values)
Add a match criteria to this node
|
static QueryNode |
QueryBuilder.disjunct(String field,
Value... values)
Create a disjunct node using one or more values.
|
static QueryNode |
QueryBuilder.disjunctUnion(String field,
Value... values) |
static QueryNode |
QueryBuilder.intersect(String field,
Value... values)
Create a new intersection node with a field-value pair.
|
static QueryNode |
QueryBuilder.optional(String field,
Value... values) |
static QueryNode |
QueryBuilder.union(String field,
Value... values)
Create a union node which can match an one or more values
|
| Modifier and Type | Method and Description |
|---|---|
QueryNode |
QueryNode.add(String field,
Collection<Value> values)
Add a list of values from a collection
|
| Constructor and Description |
|---|
ValueNode(String field,
String joinstr,
Value... values) |
Copyright © 2021 RedisLabs. All rights reserved.