Does elasticsearch support minimum score in highlight query?

Hi, guys.
I know that elasticsearch can have minimum score when we set up the query.
I just want to know that does it also support minimum score for
highlighting query?
After I running some highlighting query to ES, I realize that it highlights
segments inprecisely.
Is there minimum score I can set for highlight query to make the
highlighting functionality more correct?

--
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/be477505-a3e0-4b7e-bc75-ba4266ae3841%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No it doesn't. Highlighting is way weirder to implement then it probably
should be so concepts like score don't match over too well. They do weigh
segments but that wight isn't the same beast as a document score. Its much
more heuristicy. None of them support a minimum weight cutoff.

You could implement one but it'd take some tuning to get it to make sense.

Nik

On Dec 29, 2014 5:49 PM, "Yang Liu" yl916@nyu.edu wrote:

Hi, guys.
I know that elasticsearch can have minimum score when we set up the query.
I just want to know that does it also support minimum score for
highlighting query?
After I running some highlighting query to ES, I realize that it
highlights segments inprecisely.
Is there minimum score I can set for highlight query to make the
highlighting functionality more correct?

--
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/be477505-a3e0-4b7e-bc75-ba4266ae3841%40googlegroups.com
.
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 elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAPmjWd0J4a%3DVBvfySETN4-pQ4WDFiEFycARcGF%2BTzNVavQV6pg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.