Class CharFilter
java.lang.Object
com.azure.search.documents.indexes.models.CharFilter
- Direct Known Subclasses:
MappingCharFilter
,PatternReplaceCharFilter
Base type for character filters.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CharFilter
Creates an instance of CharFilter class.- Parameters:
name
- the name value to set.
-
-
Method Details
-
getName
Get the name property: The name of the char filter. It must only contain letters, digits, spaces, dashes or underscores, can only start and end with alphanumeric characters, and is limited to 128 characters.- Returns:
- the name value.
-