SearchPhaseEventArgs

SearchPhaseEventArgs class

Represents arguments for the search phase changing events.

public class SearchPhaseEventArgs : BaseIndexEventArgs

Properties

Name Description
IndexFolder { get; } Gets the index folder.
IndexId { get; } Gets the index ID.
Query { get; } Gets the initial query of the current search.
SearchPhase { get; } Gets the search phase.
Status { get; } Gets the index status.
Time { get; } Gets the time of an event.
Words { get; } Gets the words obtained in the current phase.

Remarks

Learn more

See Also