NetworkSearchResult
Leave feedback
On this page
Represents a search result matching a search query.
public class NetworkSearchResult : IEnumerable<NetworkFoundDocument>
| 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. |
| Name | Description |
|---|---|
| GetEnumerator() | Returns an enumerator that iterates through the collection of the documents found. |
| GetFoundDocument(int) | Gets the found document by index. |
- class NetworkFoundDocument
- namespace GroupDocs.Search.Scaling.Results
- assembly GroupDocs.Search
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.