SearchConfigurationLinesPerFile Property

Gets or sets the maximum number of lines returned for each file.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public int LinesPerFile { get; set; }

Property Value

Int32

Remarks

This is used to prevent large searches from consuming too much memory.

See Also