NetworkFoundDocument
Inheritance: java.lang.Object
public abstract class NetworkFoundDocument
Represents a found document in the search network.
Constructors
| Constructor | Description | 
|---|---|
| NetworkFoundDocument() | 
Methods
| Method | Description | 
|---|---|
| getFoundDocument() | Gets the found document. | 
| getShardIndex() | Gets the shard index. | 
NetworkFoundDocument()
public NetworkFoundDocument()
getFoundDocument()
public abstract FoundDocument getFoundDocument()
Gets the found document.
Returns: FoundDocument - The found document.
getShardIndex()
public abstract int getShardIndex()
Gets the shard index.
Returns: int - The shard index.