AsciiFoldingTokenFilter Class
- java.
lang. Object - com.
azure. search. documents. indexes. models. TokenFilter - com.
azure. search. documents. indexes. models. AsciiFoldingTokenFilter
- com.
- com.
public final class AsciiFoldingTokenFilter
extends TokenFilter
Converts alphabetic, numeric, and symbolic Unicode characters which are not in the first 127 ASCII characters (the "Basic Latin" Unicode block) into their ASCII equivalents, if such equivalents exist. This token filter is implemented using Apache Lucene.
Constructor Summary
| Constructor | Description |
|---|---|
| AsciiFoldingTokenFilter(String name) |
Creates an instance of Ascii |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Ascii |
fromJson(JsonReader jsonReader)
Reads an instance of Ascii |
| String |
getOdataType()
Get the odata |
| Boolean |
isPreserveOriginal()
Get the preserve |
|
Ascii |
setPreserveOriginal(Boolean preserveOriginal)
Set the preserve |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from TokenFilter
Methods inherited from java.lang.Object
Constructor Details
AsciiFoldingTokenFilter
public AsciiFoldingTokenFilter(String name)
Creates an instance of AsciiFoldingTokenFilter class.
Parameters:
Method Details
fromJson
public static AsciiFoldingTokenFilter fromJson(JsonReader jsonReader)
Reads an instance of AsciiFoldingTokenFilter from the JsonReader.
Parameters:
Returns:
Throws:
getOdataType
public String getOdataType()
Get the odataType property: A URI fragment specifying the type of token filter.
Overrides:
AsciiFoldingTokenFilter.getOdataType()Returns:
isPreserveOriginal
public Boolean isPreserveOriginal()
Get the preserveOriginal property: A value indicating whether the original token will be kept. Default is false.
Returns:
setPreserveOriginal
public AsciiFoldingTokenFilter setPreserveOriginal(Boolean preserveOriginal)
Set the preserveOriginal property: A value indicating whether the original token will be kept. Default is false.
Parameters:
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
AsciiFoldingTokenFilter.toJson(JsonWriter jsonWriter)Parameters:
Throws: