Skip to content

Commit

Permalink
Remove the field and text queries.
Browse files Browse the repository at this point in the history
The `text` query was replaced by the `match` query and has been
deprecated for quite a while.

The `field` query should be replaced by a `query_string` query with
the `default_field` specified.

Fixes elastic#4033
  • Loading branch information
dakrone authored and brusic committed Jan 19, 2014
1 parent d605683 commit 7b942e0
Show file tree
Hide file tree
Showing 19 changed files with 23 additions and 878 deletions.
2 changes: 0 additions & 2 deletions docs/reference/query-dsl/queries.asciidoc
Expand Up @@ -26,8 +26,6 @@ include::queries/constant-score-query.asciidoc[]

include::queries/dis-max-query.asciidoc[]

include::queries/field-query.asciidoc[]

include::queries/filtered-query.asciidoc[]

include::queries/flt-query.asciidoc[]
Expand Down
33 changes: 0 additions & 33 deletions docs/reference/query-dsl/queries/field-query.asciidoc

This file was deleted.

0 comments on commit 7b942e0

Please sign in to comment.