ElisionTokenFilter Class
- java.
lang. Object - com.
azure. search. documents. indexes. models. TokenFilter - com.
azure. search. documents. indexes. models. ElisionTokenFilter
- com.
- com.
public final class ElisionTokenFilter
extends TokenFilter
Removes elisions. For example, "l'avion" (the plane) will be converted to "avion" (plane). This token filter is implemented using Apache Lucene.
Constructor Summary
| Constructor | Description |
|---|---|
| ElisionTokenFilter(String name) |
Creates an instance of Elision |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Elision |
fromJson(JsonReader jsonReader)
Reads an instance of Elision |
| List<String> |
getArticles()
Get the articles property: The set of articles to remove. |
| String |
getOdataType()
Get the odata |
|
Elision |
setArticles(List<String> articles)
Set the articles property: The set of articles to remove. |
|
Elision |
setArticles(String[] articles)
Set the articles property: The set of articles to remove. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from TokenFilter
Methods inherited from java.lang.Object
Constructor Details
ElisionTokenFilter
public ElisionTokenFilter(String name)
Creates an instance of ElisionTokenFilter class.
Parameters:
Method Details
fromJson
public static ElisionTokenFilter fromJson(JsonReader jsonReader)
Reads an instance of ElisionTokenFilter from the JsonReader.
Parameters:
Returns:
Throws:
getArticles
public List<String> getArticles()
Get the articles property: The set of articles to remove.
Returns:
getOdataType
public String getOdataType()
Get the odataType property: A URI fragment specifying the type of token filter.
Overrides:
ElisionTokenFilter.getOdataType()Returns:
setArticles
public ElisionTokenFilter setArticles(List<String> articles)
Set the articles property: The set of articles to remove.
Parameters:
Returns:
setArticles
public ElisionTokenFilter setArticles(String[] articles)
Set the articles property: The set of articles to remove.
Parameters:
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ElisionTokenFilter.toJson(JsonWriter jsonWriter)Parameters:
Throws: