Class SuggestPhase

  • All Implemented Interfaces:
    SearchPhase

    public class SuggestPhase
    extends java.lang.Object
    implements SearchPhase
    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)
      Executes the search phase
      void preProcess​(SearchContext context)
      Performs pre processing of the search context before the execute.
      • Methods inherited from class java.lang.Object

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

      • SuggestPhase

        public SuggestPhase()