Class Schema.TextField

java.lang.Object
redis.clients.jedis.search.Schema.Field
redis.clients.jedis.search.Schema.TextField
All Implemented Interfaces:
IParams
Enclosing class:
Schema

public static class Schema.TextField extends Schema.Field
FullText field spec.
  • Field Details

    • weight

      private final double weight
    • nostem

      private final boolean nostem
    • phonetic

      private final String phonetic
  • Constructor Details

    • TextField

      public TextField(String name)
    • TextField

      public TextField(FieldName name)
    • TextField

      public TextField(String name, double weight)
    • TextField

      public TextField(String name, double weight, boolean sortable)
    • TextField

      public TextField(String name, double weight, boolean sortable, boolean nostem)
    • TextField

      public TextField(String name, double weight, boolean sortable, boolean nostem, boolean noindex)
    • TextField

      public TextField(String name, double weight, boolean sortable, boolean nostem, boolean noindex, String phonetic)
    • TextField

      public TextField(FieldName name, double weight, boolean sortable, boolean nostem, boolean noindex, String phonetic)
  • Method Details