1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Options
  6. /
  7. SearchOptions
  8. /
  9. MaxTotalOccurrenceCount

MaxTotalOccurrenceCount

SearchOptions.MaxTotalOccurrenceCount property

Gets or sets the maximum total number of occurrences of all terms in a search query. The default value is 2000000000.

public int MaxTotalOccurrenceCount { get; set; }

Property Value

The maximum total number of occurrences.

See Also