From 0740f64e6335ff938c68de23833fff83d2e399fe Mon Sep 17 00:00:00 2001 From: Christopher Krailo Date: Tue, 8 Oct 2013 11:14:17 -0500 Subject: [PATCH] Fix broken boost reference link in README. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index e3af9b28..ef16905d 100644 --- a/README.markdown +++ b/README.markdown @@ -446,7 +446,7 @@ In this case, _only_ the defined model attributes are indexed. The `mapping` dec index when the class is loaded or when the importing features are used, and _only_ when it does not yet exist. You can define different [_analyzers_](http://www.elasticsearch.org/guide/reference/index-modules/analysis/index.html), -[_boost_](http://www.elasticsearch.org/guide/reference/mapping/boost-field.html) levels for different properties, +[_boost_](http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/mapping-boost-field.html) levels for different properties, or any other configuration for _elasticsearch_. You're not limited to 1:1 mapping between your model properties and the serialized document. With the `:as` option,