SearchConfigurationLinesPerFile Property
Gets or sets the maximum number of lines returned for each file.
Namespace: Mythicsoft.Search.CoreAssembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
public int LinesPerFile { get; set; }
public:
property int LinesPerFile {
int get ();
void set (int value);
}
Property Value
Int32
This is used to prevent large searches from consuming too much memory.