NetworkSearchResult

NetworkSearchResult class

Represents a search result matching a search query.

public class NetworkSearchResult : IEnumerable<NetworkFoundDocument>

Properties

Name Description
DocumentCount { get; } Gets the number of documents found.
EndTime { get; } Gets the end time of the search.
NextChunkSearchToken { get; } Gets a chunk search token for searching the next chunk.
NodeIndex { get; } Gets the index of the node from which the result was received.
OccurrenceCount { get; } Gets the total number of occurrences found.
SearchDuration { get; } Gets the search duration.
StartTime { get; } Gets the start time of the search.
Truncated { get; } Gets a value indicating that the result is truncated.
Warnings { get; } Gets a warnings describing the result.

Methods

Name Description
GetEnumerator() Returns an enumerator that iterates through the collection of the documents found.
GetFoundDocument(int) Gets the found document by index.

See Also