CharFilter Class
- java.
lang. Object - com.
azure. search. documents. indexes. models. CharFilter
- com.
Implements
public class CharFilter
implements JsonSerializable<CharFilter>
Base type for character filters.
Constructor Summary
Constructor | Description |
---|---|
CharFilter(String name) |
Creates an instance of Char |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Char |
fromJson(JsonReader jsonReader)
Reads an instance of Char |
String |
getName()
Get the name property: The name of the char filter. |
String |
getOdataType()
Get the odata |
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
CharFilter
public CharFilter(String name)
Creates an instance of CharFilter class.
Parameters:
Method Details
fromJson
public static CharFilter fromJson(JsonReader jsonReader)
Reads an instance of CharFilter from the JsonReader.
Parameters:
Returns:
Throws:
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:
getOdataType
public String getOdataType()
Get the odataType property: A URI fragment specifying the type of char filter.
Returns:
toJson
Applies to
Azure SDK for Java