Class CharFilter

java.lang.Object
com.azure.search.documents.indexes.models.CharFilter
Direct Known Subclasses:
MappingCharFilter, PatternReplaceCharFilter

public abstract class CharFilter extends Object
Base type for character filters.
  • Constructor Details

    • CharFilter

      public CharFilter(String name)
      Creates an instance of CharFilter class.
      Parameters:
      name - the name value to set.
  • Method Details

    • getName

      public String 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.