CharacterType
Leave feedback
On this page
Inheritance: java.lang.Object, java.lang.Enum
public enum CharacterType extends Enum<CharacterType>
Represents a type of a character, depending on how it should be indexed.
| Field | Description |
|---|---|
| Separator | The separator character. |
| Letter | The valid character. |
| Blended | Both the separator and the valid character. |
| SeparateWord | The character that represents a whole word. |
| Method | Description |
|---|---|
| values() | |
| valueOf(String name) |
public static final CharacterType Separator
The separator character.
public static final CharacterType Letter
The valid character.
public static final CharacterType Blended
Both the separator and the valid character.
public static final CharacterType SeparateWord
The character that represents a whole word.
public static CharacterType[] values()
Returns: com.groupdocs.search.dictionaries.CharacterType[]
public static CharacterType valueOf(String name)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: CharacterType
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.