DocumentIndexedEventArgs
Inheritance: java.lang.Object, com.groupdocs.search.events.EventArgs
public class DocumentIndexedEventArgs extends EventArgs
Represents arguments for the event of a document indexing is finished.
Methods
Method | Description |
---|---|
getShardIndex() | Gets the shard index. |
getDocumentKey() | Gets the document key. |
getShardIndex()
public final int getShardIndex()
Gets the shard index.
Returns: int - The shard index.
getDocumentKey()
public final String getDocumentKey()
Gets the document key.
Returns: java.lang.String - The document key.