NetworkFoundDocument
Leave feedback
On this page
Inheritance: java.lang.Object
public abstract class NetworkFoundDocument
Represents a found document in the search network.
| Constructor | Description |
|---|---|
| NetworkFoundDocument() |
| Method | Description |
|---|---|
| getFoundDocument() | Gets the found document. |
| getShardIndex() | Gets the shard index. |
public NetworkFoundDocument()
public abstract FoundDocument getFoundDocument()
Gets the found document.
Returns: FoundDocument - The found 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.