| Package | Description |
|---|---|
| redis.clients.jedis.search |
This package contains the classes and interfaces related to RediSearch module.
|
| redis.clients.jedis.search.aggr |
This package contains the classes related to Aggregation commands in RediSearch module.
|
| redis.clients.jedis.search.schemafields |
| Modifier and Type | Field and Description |
|---|---|
protected FieldName |
Schema.Field.fieldName |
| Modifier and Type | Method and Description |
|---|---|
FieldName |
FieldName.as(java.lang.String attribute) |
static FieldName[] |
FieldName.convert(java.lang.String... names) |
static FieldName |
FieldName.of(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
FTSearchParams |
FTSearchParams.returnField(FieldName field) |
FTSearchParams |
FTSearchParams.returnField(FieldName field,
boolean decode) |
Query |
Query.returnFields(FieldName... fields)
Result's projection - the fields to return by the query
|
FTSearchParams |
FTSearchParams.returnFields(FieldName... fields) |
| Modifier and Type | Method and Description |
|---|---|
FTSearchParams |
FTSearchParams.returnFields(java.util.Collection<FieldName> fields) |
| Constructor and Description |
|---|
Field(FieldName name,
Schema.FieldType type) |
Field(FieldName name,
Schema.FieldType type,
boolean sortable,
boolean noIndex) |
TagField(FieldName name,
java.lang.String separator,
boolean sortable) |
TagField(FieldName name,
java.lang.String separator,
boolean caseSensitive,
boolean sortable) |
TextField(FieldName name) |
TextField(FieldName name,
double weight,
boolean sortable,
boolean nostem,
boolean noindex,
java.lang.String phonetic) |
| Modifier and Type | Method and Description |
|---|---|
AggregationBuilder |
AggregationBuilder.load(FieldName... fields) |
| Modifier and Type | Field and Description |
|---|---|
protected FieldName |
SchemaField.fieldName |
| Modifier and Type | Method and Description |
|---|---|
FieldName |
SchemaField.getFieldName() |
| Modifier and Type | Method and Description |
|---|---|
VectorField.Builder |
VectorField.Builder.fieldName(FieldName fieldName)
Sets the field name using a FieldName object.
|
static TagField |
TagField.of(FieldName fieldName) |
static TextField |
TextField.of(FieldName fieldName) |
static GeoField |
GeoField.of(FieldName fieldName) |
static NumericField |
NumericField.of(FieldName fieldName) |
| Constructor and Description |
|---|
GeoField(FieldName fieldName) |
GeoShapeField(FieldName fieldName,
GeoShapeField.CoordinateSystem system) |
NumericField(FieldName fieldName) |
SchemaField(FieldName fieldName) |
TagField(FieldName fieldName) |
TextField(FieldName fieldName) |
VectorField(FieldName fieldName,
VectorField.VectorAlgorithm algorithm,
java.util.Map<java.lang.String,java.lang.Object> attributes)
Creates a new VectorField with the specified field name, algorithm, and attributes.
|
Copyright © 2025. All rights reserved.