com.groupdocs.search.events

Class SearchPhaseEventArgs

    • Constructor Detail

      • SearchPhaseEventArgs

        protected SearchPhaseEventArgs(com.aspose.ms.System.Guid indexId,
                                       String indexFolder,
                                       IndexStatus status,
                                       SearchPhase searchPhase,
                                       String[] words,
                                       String query)

        Initializes a new instance of the SearchPhaseEventArgs class.

        Parameters:
        indexId - The index ID.
        indexFolder - The index folder.
        status - The index status.
        searchPhase - The search phase.
        words - The words.
        query - The search query.
    • Method Detail

      • getSearchPhase

        public final SearchPhase getSearchPhase()

        Gets the search phase.

        Returns:
        The search phase.
      • getQuery

        public final String getQuery()

        Gets the initial query of the current search.

        Returns:
        The initial query of the current search.
      • getWords

        public final String[] getWords()

        Gets the words obtained in the current phase.

        Returns:
        The words obtained in the current phase.