StandardTokenizerMaxTokenLength Property
|
Set the max allowed token length. Any token longer
than this is skipped.
Namespace:
Ingeniux.CMS.Assets.Search
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax public int MaxTokenLength { get; set; }
Public Property MaxTokenLength As Integer
Get
Set
public:
property int MaxTokenLength {
int get ();
void set (int value);
}
member MaxTokenLength : int with get, set
Property Value
Type:
Int32See Also