SearchOptionsMaxTotalOccurrenceCount Property |
Gets or sets the maximum total number of occurrences of all terms in a search query.
The default value is 500000.
Namespace: GroupDocs.Search.OptionsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8
Syntaxpublic int MaxTotalOccurrenceCount { get; set; }
Public Property MaxTotalOccurrenceCount As Integer
Get
Set
public:
property int MaxTotalOccurrenceCount {
int get ();
void set (int value);
}
member MaxTotalOccurrenceCount : int with get, set
Property Value
Type:
Int32The maximum total number of occurrences.
See Also