javanna
6076ccb7b2
Remove support for filter element in nested query
...
Replaced by query.
2015-10-28 10:50:29 +01:00
Clinton Gormley
ac2b8951c6
Docs: Mapping docs completely rewritten for 2.0
2015-08-06 17:24:51 +02:00
Martijn van Groningen
47a43e4063
nested query: Added `min` score mode.
...
This score mode was added with the Lucene 5.2 release, but the `nested` query parser hasn't been changed to use it.
2015-06-29 12:26:30 +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