FoundDocumentField

FoundDocumentField class

Represents a found document field.

public class FoundDocumentField

Properties

Name Description
FieldName { get; } Gets the field name.
OccurrenceCount { get; } Gets the number of occurrences found.
Terms { get; } Gets the terms found.
TermSequences { get; } Gets the term sequences found.
TermSequencesOccurrences { get; } Gets the occurrences of the found term sequences.
TermsOccurrences { get; } Gets the occurrences of the found terms.

Methods

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 field.

Remarks

Learn more

See Also