Skip to content
This repository has been archived by the owner on Jun 30, 2018. It is now read-only.

Fix broken boost reference link in README. #885

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down