Class SuggestPhase

java.lang.Object
org.elasticsearch.search.suggest.SuggestPhase

public class SuggestPhase
extends java.lang.Object
Suggest phase of a search request, used to collect suggestions
  • Constructor Summary

    Constructors
    Constructor Description
    SuggestPhase()  
  • Method Summary

    Modifier and Type Method Description
    void execute​(SearchContext context)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SuggestPhase

      public SuggestPhase()
  • Method Details