James Rodewig
ad7c164dd0
[DOCS] Rewrite `regexp` query ( #42711 )
2019-07-24 08:38:41 -04:00
Shubham Vipul Majmudar
b2e7045b50
Update regexp-syntax.asciidoc ( #43021 )
...
Corrects a typo.
2019-06-10 10:13:54 +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