C# Class SenseNet.Search.TextSplitter

Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

Свойство Type Description
StandardSplitChars char[]
WhitespaceChars char[]

Private Methods

Méthode 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
Résultat char[]

WhitespaceChars public_oe static_oe property

public static char[] WhitespaceChars
Résultat char[]