Package | Description |
---|---|
io.redisearch | |
io.redisearch.aggregation |
Modifier and Type | Method and Description |
---|---|
FieldName |
FieldName.as(String attribute) |
static FieldName[] |
FieldName.convert(String... names) |
static FieldName |
FieldName.of(String name) |
Modifier and Type | Method and Description |
---|---|
Query |
Query.returnFields(FieldName... fields)
Result's projection - the fields to return by the query
|
Constructor and Description |
---|
Field(FieldName name,
Schema.FieldType type) |
Field(FieldName name,
Schema.FieldType type,
boolean sortable,
boolean noIndex) |
TagField(FieldName name,
String separator,
boolean sortable) |
TextField(FieldName name) |
TextField(FieldName name,
double weight,
boolean sortable,
boolean nostem,
boolean noindex,
String phonetic) |
Modifier and Type | Method and Description |
---|---|
AggregationRequest |
AggregationRequest.load(FieldName... fields)
Deprecated.
|
AggregationBuilder |
AggregationBuilder.load(FieldName... fields) |
Copyright © 2021 RedisLabs. All rights reserved.