Skip to content

Commit

Permalink
[DOCS] Add sentence describing articles_case
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Jun 7, 2019
1 parent 1b20763 commit d306f08
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
A token filter which removes elisions. For example, "l'avion" (the
plane) will tokenized as "avion" (plane).

Accepts `articles` setting which is a set of stop words articles. For
example:
Accepts `articles` parameter which is a set of stop words articles. Also accepts
`articles_case`, which indicates whether the filter treats those articles as
case sensitive.

For example:

[source,js]
--------------------------------------------------
Expand Down

0 comments on commit d306f08

Please sign in to comment.