OptimizationProgressEventArgs
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.search.events.EventArgs, com.groupdocs.search.events.BaseIndexEventArgs
public class OptimizationProgressEventArgs extends BaseIndexEventArgs
Represents arguments for the event of the indexing operation progress is updated.
Learn more
| Method | Description |
|---|---|
| getTotalSegments() | Gets the total number of segments for processing. |
| getProcessedSegments() | Gets the number of processed segments. |
| getProgressPercentage() | Gets the percentage of the progress. |
public final int getTotalSegments()
Gets the total number of segments for processing.
Returns: int - The total number of segments for processing.
public final int getProcessedSegments()
Gets the number of processed segments.
Returns: int - The number of processed segments.
public final double getProgressPercentage()
Gets the percentage of the progress.
Returns: double - The percentage of the progress.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.