Class Completion

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

    • getInput

      public String[] getInput()
    • setInput

      public void setInput(String[] input)
    • getWeight

      public @Nullable Integer getWeight()
    • setWeight

      public void setWeight(Integer weight)
    • getContexts

      public @Nullable Map<String, List<String>> getContexts()
    • setContexts

      public void setContexts(Map<String, List<String>> contexts)