summaryrefslogtreecommitdiff
path: root/docs/reference/query-dsl
AgeCommit message (Expand)Author
2017-06-23Update percolate-query.asciidoc (#25364)dkimdon
2017-06-22percolator: Deprecate `document_type` parameter.Martijn van Groningen
2017-06-15Upgrade to lucene-7.0.0-snapshot-92b1783. (#25222)Adrien Grand
2017-06-09Scripting: Change keys for inline/stored scripts to source/id (#25127)Ryan Ernst
2017-06-09Made the same length of opening and closing lines (#23583)Andrey Groshev
2017-05-30Add missing word to terms-query.asciidoc (#24960)David Cho-Lerat
2017-05-30Correct some spelling in match-phrase-prefix docs (#24956)David Cho-Lerat
2017-05-11Removed deprecated template query.Martijn van Groningen
2017-04-27Only allow one type on 7.0 indices (#24317)Adrien Grand
2017-04-26Rewrite description of `bool`'s `should` (#24342)Nik Everett
2017-04-19Add primary term to doc write responseJason Tedor
2017-04-18Upgrade to a Lucene 7 snapshot (#24089)Adrien Grand
2017-04-06CONSOLEify highlighting a function_score docsNik Everett
2017-03-31CONSOLEify geo-shape docsNik Everett
2017-03-30Fix exists query docNik Everett
2017-03-30Mark exists-query dsl doc properlyNik Everett
2017-03-13Docs: Fix indentation in has-child-query.asciidoc (#23565)Pavel Chertorogov
2017-03-13Docs: Fix indentation in has-parent-query.asciidocPavel Chertorogov
2017-02-15Typo (#23179)AlexNodex
2017-02-15Fix typo (#23171)Catherine Snow
2017-02-13Add note about min_score filtering efficiency (#23109)Giuseppe
2017-02-07Docs: CONSOLEify some more docsNik Everett
2017-02-06[Docs] Remove ignore_malformed from Geo Query DSL docsNicholas Knize
2017-02-02Reduce GeoDistance insanityNicholas Knize
2017-01-31Docs: Add a note about `<` and `>` in query_stringNik Everett
2017-01-23Update span-multi-term-query.asciidoc (#22733)William Webber
2017-01-23"from" => "gte", "to" => "lte" in bool example (#22735)William Webber
2017-01-12Indentation error on example of dist_max (#22578)Francesc Gil
2017-01-10Document simple_query_string negation with default_operator of ORLee Hinman
2017-01-10Document `must_not` context and scoring (#22532)Jake
2017-01-10Fix parent_id example in docsNik Everett
2016-12-29Docs: Added link from bool and constant score query to filter contextClinton Gormley
2016-12-19Be explicit about the fact backslashes need to be escaped. (#22257)Adrien Grand
2016-12-12Un-deprecate fuzzy query (#22088)Luca Cavanna
2016-12-09Fix typo in percolated-query.asciidoc (#21991)Matias Anaya
2016-11-30Remove indices query (#21837)Luca Cavanna
2016-11-30Remove docs for the removed `geo_distance_range` query.Adrien Grand
2016-11-30The `terms` query should always map to a Lucene `TermsQuery`. (#21786)Adrien Grand
2016-11-29Remove deprecated query names: in, geo_bbox, mlt, fuzzy_match and match_fuzzy...Luca Cavanna
2016-11-29Upgrade to lucene-6.4.0-snapshot-ec38570 (#21853)Jim Ferenczi
2016-11-26Update percolate-query.asciidocClinton Gormley
2016-11-21Fixing indentation in geospatial querying example. (#21682)Trey Tacon
2016-11-17Add documentation for lenient in multimatchDavid Pilato
2016-11-16Add documentation for lenient in multimatchDavid Pilato
2016-11-16Merge branch 'master' into feature/seq_noJason Tedor
2016-11-15[DOCS] Mention "all-fields" mode doesn't search across nested documentsLee Hinman
2016-11-11Remove shard ID from doc write responseJason Tedor
2016-11-10Merge branch 'master' into feature/seq_noJason Tedor
2016-11-09Add "all fields" execution mode to simple_query_string queryLee Hinman
2016-11-04Add "all field" execution mode to query_string queryLee Hinman