java.lang.Object
org.springframework.data.elasticsearch.core.suggest.Completion

public class Completion extends Object
Based on the reference doc - https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters-completion.html
Author:
Mewes Kochheim, Robert Gruendler, Peter-Josef Meisch, Houtaroy
  • Constructor Details

    • Completion

      public Completion()
    • Completion

      public Completion(String[] input)
    • Completion

      public Completion(List<String> input)
  • Method Details