ContextMaxSizeKB |
Scroll |
Gets or sets the maximum size of the context retrieved by the full text query in kilobytes.
Namespace: Therefore.API
Visual Basic Public Overridable Property ContextMaxSizeKB As Integer C# public virtual int ContextMaxSizeKB { get; set;}
Property ValueThe maximum size of the context retrieved by the full text query in kilobytes. |
Dependency on Context ModeThis property is ignored if ContextMode is set to ContextMode.FTContextOff.
Optional Property Setting this property is optional. If it is left undefined a default value suitable for most applications will be used. |