[DOCS] Changed the deprecation of custom_boost/score/filters_score

queries to 0.90.4
This commit is contained in:
Clinton Gormley 2013-09-05 12:14:10 +02:00
parent 2b3a762c27
commit 9e6d30a14a
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[[query-dsl-custom-boost-factor-query]]
=== Custom Boost Factor Query
deprecated[1.00.Beta,Replaced by <<query-dsl-function-score-query>>]
deprecated[0.90.4,Replaced by <<query-dsl-function-score-query>>]
`custom_boost_factor` query allows to wrap another query and multiply
its score by the provided `boost_factor`. This can sometimes be desired

View File

@ -1,7 +1,7 @@
[[query-dsl-custom-filters-score-query]]
=== Custom Filters Score Query
deprecated[1.00.Beta,Replaced by <<query-dsl-function-score-query>>]
deprecated[0.90.4,Replaced by <<query-dsl-function-score-query>>]
A `custom_filters_score` query allows to execute a query, and if the hit
matches a provided filter (ordered), use either a boost or a script

View File

@ -1,7 +1,7 @@
[[query-dsl-custom-score-query]]
=== Custom Score Query
deprecated[1.00.Beta,Replaced by <<query-dsl-function-score-query>>]
deprecated[0.90.4,Replaced by <<query-dsl-function-score-query>>]
`custom_score` query allows to wrap another query and customize the
scoring of it optionally with a computation derived from other field