Class SearchOptions.Summarize<K,V>

java.lang.Object
com.redis.lettucemod.search.SearchOptions.Summarize<K,V>
All Implemented Interfaces:
RediSearchArgument<K,V>
Enclosing class:
SearchOptions<K,V>

public static class SearchOptions.Summarize<K,V> extends Object implements RediSearchArgument<K,V>
  • Constructor Details

    • Summarize

      public Summarize()
  • Method Details

    • getFields

      public List<K> getFields()
    • setFields

      public void setFields(List<K> fields)
    • getFrags

      public OptionalLong getFrags()
    • setFrags

      public void setFrags(long frags)
    • getLength

      public OptionalLong getLength()
    • setLength

      public void setLength(long length)
    • getSeparator

      public Optional<V> getSeparator()
    • setSeparator

      public void setSeparator(V separator)
    • build

      public void build(SearchCommandArgs<K,V> args)
      Specified by:
      build in interface RediSearchArgument<K,V>