Which query is faster: custom_filters_score vs function_score

I need to implement custom boosting mechanics for products. And i'm
interesting which of this(custom_filters_score vs function_score) queries
are faster.

Thanks for help)

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/2c5f1391-3ed0-44c1-9584-2d0a8e80d624%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Hey,

the custom filters score on has been deprecated in favor of the function
score. So use that one. See

--Alex

On Fri, Jan 31, 2014 at 4:32 PM, Andrey Nikishaev creotiv@gmail.com wrote:

I need to implement custom boosting mechanics for products. And i'm
interesting which of this(custom_filters_score vs function_score) queries
are faster.

Thanks for help)

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/2c5f1391-3ed0-44c1-9584-2d0a8e80d624%40googlegroups.com
.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAGCwEM-YzvxctOSvcoheQ5FJEYhTavXTgfuNjonF2YognUQjmA%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.