WordSplitter

FileIndexingEventArgs.WordSplitter property

Gets or sets the custom word splitter used to split text into words.

public IWordSplitter WordSplitter { get; set; }

Property Value

The custom word splitter used to split text into words. A null value means that the built-in word splitter will be used.

See Also