NetworkDocumentInfo
Leave feedback
On this page
Inheritance: java.lang.Object
public abstract class NetworkDocumentInfo
Represents a descriptor for an indexed document in the search network.
| Constructor | Description |
|---|---|
| NetworkDocumentInfo() |
| Method | Description |
|---|---|
| getDocumentInfo() | Gets the descriptor for an indexed document. |
| getShardIndex() | Gets the shard index. |
public NetworkDocumentInfo()
public abstract DocumentInfo getDocumentInfo()
Gets the descriptor for an indexed document.
Returns: DocumentInfo - The descriptor for an indexed document.
public abstract int getShardIndex()
Gets the shard index.
Returns: int - The shard index.
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.