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

MaxOccurrenceCountPerTerm

SearchOptions.MaxOccurrenceCountPerTerm property

Gets or sets the maximum number of occurrences of each term in a search query. The default value is 2000000000.

public int MaxOccurrenceCountPerTerm { get; set; }

Property Value

The maximum number of occurrences of each term in a search query.

See Also