C# Class SenseNet.Search.TextSplitter

显示文件 Open project: maxpavlov/FlexNet Class Usage Examples

Public Properties

Property Type Description
StandardSplitChars char[]
WhitespaceChars char[]

Private Methods

Method Description
SplitByNonAlphanum ( string text ) : string[]
SplitText ( string fieldName, string text ) : string[]
SplitText ( string fieldName, string text, Type>.IDictionary analyzers ) : string[]

Property Details

StandardSplitChars public_oe static_oe property

public static char[] StandardSplitChars
return char[]

WhitespaceChars public_oe static_oe property

public static char[] WhitespaceChars
return char[]