Abdon Pijpelink
f2257cae89
[DOCS] Adds note about escaping backslashes in regex ( #89276 )
...
* [DOCS] Adds note about escaping backslashes in regex
* Fix typo
* Simplify example
2022-08-17 09:40:30 +02:00
James Rodewig
e53ecc3f43
[DOCS] Document missing flag
values for regexp
query ( #82265 )
...
Documents the `EMPTY` and `NONE` `flag` values for the `regexp` query.
Also documents the `""` (empty string) value, which is an alias for `ALL`.
Closes #81978 .
2022-01-18 14:15:29 -05:00
James Rodewig
a94e5cb7c4
[DOCS] Replace Wikipedia links with attribute ( #61171 )
2020-08-17 09:44:24 -04:00
James Rodewig
2774cd6938
[DOCS] Swap [float]
for [discrete]
( #60124 )
...
Changes instances of `[float]` in our docs for `[discrete]`.
Asciidoctor prefers the `[discrete]` tag for floating headings:
https://asciidoctor.org/docs/asciidoc-asciidoctor-diffs/#blocks
2020-07-23 11:48:22 -04:00
Adam Canady
83baca1bbc
[Docs] Correct examples for * and + in regexp-syntax.asciidoc ( #53210 )
2020-03-06 17:19:37 +01:00
James Rodewig
8b2493ca9f
[DOCS] Rewrite regexp
query ( #42711 )
2019-07-24 08:37:37 -04:00
Shubham Vipul Majmudar
1fa67ce85f
Update regexp-syntax.asciidoc ( #43021 )
...
Corrects a typo.
2019-06-10 10:14:18 +01:00
Quinn Shanahan
1bef6c7fee
Update regexp-syntax.asciidoc ( #20973 )
2016-10-17 16:32:17 +02:00
Clinton Gormley
c3cd8564df
Corrected regexp syntax docs for COMPLEMENT
2016-03-14 10:46:31 +01:00
Clinton Gormley
f85a17ff1a
Docs: Fixed heading level for in query DSL docs
2015-06-04 13:16:32 +02:00
Clinton Gormley
171687d207
Docs: Reorganised the Query DSL docs into families and explaing query vs filter context
2015-06-04 01:59:37 +02:00
Adrien Grand
a0af88e996
Query DSL: Remove filter parsers.
...
This commit makes queries and filters parsed the same way using the
QueryParser abstraction. This allowed to remove duplicate code that we had
for similar queries/filters such as `range`, `prefix` or `term`.
2015-05-07 20:14:34 +02:00