Class SchemaField

java.lang.Object
redis.clients.jedis.search.schemafields.SchemaField
All Implemented Interfaces:
IParams
Direct Known Subclasses:
GeoField, GeoShapeField, NumericField, TagField, TextField, VectorField

public abstract class SchemaField extends Object implements IParams
  • Field Details

    • fieldName

      protected final FieldName fieldName
  • Constructor Details

    • SchemaField

      public SchemaField(String fieldName)
    • SchemaField

      public SchemaField(FieldName fieldName)
  • Method Details