I am not sure if there is a cleaner way to bypassing score, but if you explicitly sort against another value that is not the score, then by default scoring will not occur.
Perhaps if you trace the code for sort, you can find a setting that disables scoring in general. -- Ivan On Wed, Jul 23, 2014 at 9:37 PM, 陳智清 <[email protected]> wrote: > In fact, not only 'match_phrase', we want to eliminate scoring of all > queries. > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/elasticsearch/06018609-0ae8-42c2-835b-01d4b68e3a15%40googlegroups.com > <https://groups.google.com/d/msgid/elasticsearch/06018609-0ae8-42c2-835b-01d4b68e3a15%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CALY%3DcQAYCm9jw%3DD57%2BvXg7nBRLEoGhf%2BfVNa6daH9UMJjEGQGA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
