[DOCS] Removed outdated new/deprecated version notices

This commit is contained in:
Clinton Gormley 2013-09-03 21:27:49 +02:00
parent d5a47e597d
commit 393c28bee4
49 changed files with 83 additions and 524 deletions

View file

@ -36,7 +36,7 @@ curl -XPUT localhost:9200/test/_settings -d '{
}'
--------------------------------------------------
From version 0.90, `index.routing.allocation.require.*` can be used to
`index.routing.allocation.require.*` can be used to
specify a number of rules, all of which MUST match in order for a shard
to be allocated to a node. This is in contrast to `include` which will
include a node if ANY rule matches.