1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Common
  6. /
  7. FragmentContainer

FragmentContainer

FragmentContainer class

Represents a container for text fragments with highlighted found terms of one document field.

public class FragmentContainer

Properties

Name Description
Count { get; } Gets the number of contained text fragments.
FieldName { get; } Gets the document field name.

Methods

Name Description
GetFragments() Gets an array of contained text fragments.

Remarks

Learn more

See Also