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