Class SuggestPhase

org.elasticsearch.search.suggest.SuggestPhase

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

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    Methods inherited from class java.lang.

    , , , , , , , , , ,
  • Constructor Details

    • SuggestPhase

      public SuggestPhase()
  • Method Details