Uses of Class
redis.clients.jedis.search.FieldName
Packages that use FieldName
Package
Description
This package contains the classes and interfaces related to RediSearch module.
This package contains the classes related to Aggregation commands in RediSearch module.
-
Uses of FieldName in redis.clients.jedis.search
Fields in redis.clients.jedis.search declared as FieldNameModifier and TypeFieldDescriptionprotected final FieldNameSchema.Field.fieldNameprivate FieldName[]Query.returnFieldNamesFields in redis.clients.jedis.search with type parameters of type FieldNameMethods in redis.clients.jedis.search that return FieldNameMethods in redis.clients.jedis.search with parameters of type FieldNameModifier and TypeMethodDescriptionFTSearchParams.returnField(FieldName field) FTSearchParams.returnFields(FieldName... fields) Query.returnFields(FieldName... fields) Result's projection - the fields to return by the queryMethod parameters in redis.clients.jedis.search with type arguments of type FieldNameConstructors in redis.clients.jedis.search with parameters of type FieldNameModifierConstructorDescriptionField(FieldName name, Schema.FieldType type) Field(FieldName name, Schema.FieldType type, boolean sortable, boolean noIndex) TextField(FieldName name, double weight, boolean sortable, boolean nostem, boolean noindex, String phonetic) -
Uses of FieldName in redis.clients.jedis.search.aggr
Methods in redis.clients.jedis.search.aggr with parameters of type FieldNameModifier and TypeMethodDescription -
Uses of FieldName in redis.clients.jedis.search.schemafields
Fields in redis.clients.jedis.search.schemafields declared as FieldNameModifier and TypeFieldDescriptionprotected final FieldNameSchemaField.fieldNameprivate FieldNameVectorField.Builder.fieldNameMethods in redis.clients.jedis.search.schemafields that return FieldNameMethods in redis.clients.jedis.search.schemafields with parameters of type FieldNameModifier and TypeMethodDescriptionstatic GeoFieldstatic NumericFieldstatic TagFieldstatic TextFieldConstructors in redis.clients.jedis.search.schemafields with parameters of type FieldNameModifierConstructorDescriptionGeoShapeField(FieldName fieldName, GeoShapeField.CoordinateSystem system) NumericField(FieldName fieldName) SchemaField(FieldName fieldName) VectorField(FieldName fieldName, VectorField.VectorAlgorithm algorithm, Map<String, Object> attributes)