Class SynDumpResponse

java.lang.Object
io.quarkus.redis.datasource.search.SynDumpResponse

public class SynDumpResponse extends Object
Represents the response of a ft.syndump command.
  • Constructor Details

  • Method Details

    • synonym

      public List<String> synonym(String word)
      Gets the list of synonyms.
      Parameters:
      word - the group name
      Returns:
      the list
    • groups

      public Set<String> groups()
      Returns:
      the name of the groups.