You cannot set an index-time boost: norms are omitted

On Wed, 2012-07-18 at 20:13 +0200, Uri Boness wrote:

You might want to look at:

Elasticsearch Platform — Find real-time answers at scale | Elastic
Elasticsearch Platform — Find real-time answers at scale | Elastic
Elasticsearch Platform — Find real-time answers at scale | Elastic

Depending on you requirements, use a custom-filters-score query can be a
very efficient way of manipulating the score:

It just requires you to be able to express your rules as a filter.

eg for recency scoring, you could have a filter that boosts by 5 if
publish-date < 1 day, by 3 if < 1 week, etc

As an added benefit, the filters are cached, making them run efficiently
when you reuse them later

clint