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
Clinton Gormley
f83909f7ae
Docs: The regexp query defaults to the ALL
flag, and removed
...
the `AUTOMATON` flag which is not used in Elasticsearch.
Closes #6180
2014-12-30 19:53:31 +01:00
Veres Lajos
4059e4ac86
typo fixes - https://github.com/vlajos/misspell_fixer
...
Closes #8323
2014-11-08 18:55:57 +01:00
Clinton Gormley
e0684c4f6e
Docs: Update regexp-syntax.asciidoc
...
Closes #7419
2014-09-07 11:42:33 +02:00
Audrey
d7023fbb3f
Update "Character classes" part
2014-05-06 16:05:51 +02:00
Clinton Gormley
264a00a40f
[DOCS] Added pages explaining lucene query parser syntax and regular expression syntax
2013-10-07 14:42:49 +02:00