SearchConfigurationCharactersPerLine Property

Maximum number of characters per line.

Definition

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

Property Value

Int32

Remarks

For some file types, especially binary files such as DLL, EXE etc, there may not be EOL markers in the data and so the search engine uses this value to define lines based on a maximum length.

See Also