FoundDocument
Leave feedback
On this page
Represents a found document.
public class FoundDocument
| Name | Description |
|---|---|
| Attributes { get; } | Gets the attributes associated with the found document. The corresponding option must be enabled in the search options to retrieve attributes. |
| DocumentInfo { get; } | Gets the document info. |
| FoundFields { get; } | Gets the document fields found. |
| OccurrenceCount { get; } | Gets the number of occurrences found. |
| Relevance { get; } | Gets the relevance of search result. |
| Terms { get; } | Gets the terms found. The value is evaluated each time the property is accessed. |
| TermSequences { get; } | Gets the term sequences found. |
| Name | Description |
|---|---|
| static Deserialize(byte[]) | Deserializes an instance from a byte array. |
| Serialize() | Serializes the current instance to a byte array. |
| override ToString() | Returns string representation of the found document. |
Learn more
- namespace GroupDocs.Search.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.