public abstract class NetworkSearchResult extends Object implements Iterable<NetworkFoundDocument>
| Constructor and Description |
|---|
NetworkSearchResult() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
getDocumentCount()
Gets the number of documents found.
|
abstract Date |
getEndTime()
Gets the end time of the search.
|
abstract NetworkFoundDocument |
getFoundDocument(int index)
Gets the found document by index.
|
abstract NetworkSearchToken |
getNextChunkSearchToken()
Gets a chunk search token for searching the next chunk.
|
abstract int |
getNodeIndex()
Gets the index of the node from which the result was received.
|
abstract int |
getOccurrenceCount()
Gets the total number of occurrences found.
|
abstract double |
getSearchDuration()
Gets the search duration in seconds.
|
abstract Date |
getStartTime()
Gets the start time of the search.
|
abstract boolean |
getTruncated()
Gets a value indicating that the result is truncated.
|
abstract String |
getWarnings()
Gets a warnings describing the result.
|
abstract Iterator<NetworkFoundDocument> |
iterator()
Returns an iterator that iterates through the collection of the documents found.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic abstract int getDocumentCount()
public abstract Date getEndTime()
public abstract NetworkFoundDocument getFoundDocument(int index)
index - The index of a found document.public abstract NetworkSearchToken getNextChunkSearchToken()
public abstract int getNodeIndex()
public abstract int getOccurrenceCount()
public abstract double getSearchDuration()
public abstract Date getStartTime()
public abstract boolean getTruncated()
public abstract String getWarnings()
public abstract Iterator<NetworkFoundDocument> iterator()
iterator in interface Iterable<NetworkFoundDocument>Copyright © 2026. All rights reserved.