NetworkIndexingProgressEventArgs
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.search.events.EventArgs
public class NetworkIndexingProgressEventArgs extends EventArgs
Represents the arguments for the progress change event of the indexing operation.
| Method | Description |
|---|---|
| getNodeIndex() | Gets the index of the search network node. |
| getServiceIndex() | Gets the index of the search network node service. |
| getProcessedDocuments() | Gets the number of processed documents. |
| getTotalDocuments() | Gets the total number of documents for processing. |
| getProgressPercentage() | Gets the percentage of the progress. |
public final int getNodeIndex()
Gets the index of the search network node.
Returns: int - The index of the search network node.
public final int getServiceIndex()
Gets the index of the search network node service.
Returns: int - The index of the search network node service.
public final int getProcessedDocuments()
Gets the number of processed documents.
Returns: int - The number of processed documents.
public final int getTotalDocuments()
Gets the total number of documents for processing.
Returns: int - The total number of documents for processing.
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.