NetworkDocumentInfo
Inheritance: java.lang.Object
public abstract class NetworkDocumentInfo
Represents a descriptor for an indexed document in the search network.
Constructors
| Constructor | Description |
|---|---|
| NetworkDocumentInfo() |
Methods
| Method | Description |
|---|---|
| getDocumentInfo() | Gets the descriptor for an indexed document. |
| getShardIndex() | Gets the shard index. |
NetworkDocumentInfo()
public NetworkDocumentInfo()
getDocumentInfo()
public abstract DocumentInfo getDocumentInfo()
Gets the descriptor for an indexed document.
Returns: DocumentInfo - The descriptor for an indexed document.
getShardIndex()
public abstract int getShardIndex()
Gets the shard index.
Returns: int - The shard index.