mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
[Docs] Fix typo in pattern-tokenizer.asciidoc (#25626)
This commit is contained in:
parent
fe383b7c27
commit
5189bd14f1
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ The `pattern` tokenizer accepts the following parameters:
|
||||||
`flags`::
|
`flags`::
|
||||||
|
|
||||||
Java regular expression http://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html#field.summary[flags].
|
Java regular expression http://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html#field.summary[flags].
|
||||||
lags should be pipe-separated, eg `"CASE_INSENSITIVE|COMMENTS"`.
|
Flags should be pipe-separated, eg `"CASE_INSENSITIVE|COMMENTS"`.
|
||||||
|
|
||||||
`group`::
|
`group`::
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue