rubyprince
(rubyprince)
December 27, 2013, 9:17am
1
Hi,
Can someone help me with this?
elasticsearch
--
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/c27269c2-4f20-441d-b124-5b40ac46bba0%40googlegroups.com .
For more options, visit https://groups.google.com/groups/opt_out .
dadoonet
(David Pilato)
December 27, 2013, 10:34am
2
May be highlighting could help? http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-request-highlighting.html
--
David Pilato | Technical Advocate | Elasticsearch.com
@dadoonet | @elasticsearchfr
Le 27 décembre 2013 at 10:17:46, Prince (princejcet@gmail.com ) a écrit:
Hi,
Can someone help me with this?
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/c27269c2-4f20-441d-b124-5b40ac46bba0%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/etPan.52bd57c6.333ab105.55aa%40MacBook-Air-de-David.local .
For more options, visit https://groups.google.com/groups/opt_out .
nik9000
(Nik Everett)
December 27, 2013, 2:50pm
3
It would be possible to implement a "highlighter" that just returned which
terms matched which fields but Elasticsearch doesn't have one now. I think
you have two options at this point:
Do something hacky with highlighting like asking for the text length to
be the max(all_strings.map(strlen).max, min_highlight_length), strip the
text that isn't highlighted, and dedupe.
Do two searches either via multisearch or sequentially.
On Fri, Dec 27, 2013 at 5:34 AM, David Pilato david@pilato.fr wrote:
May be highlighting could help?
Elasticsearch Platform — Find real-time answers at scale | Elastic
--
David Pilato | Technical Advocate | Elasticsearch.com
@dadoonet https://twitter.com/dadoonet | @elasticsearchfr https://twitter.com/elasticsearchfr
Le 27 décembre 2013 at 10:17:46, Prince (princejcet@gmail.com //princejcet@gmail.com )
a écrit:
Hi,
Can someone help me with this?
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/c27269c2-4f20-441d-b124-5b40ac46bba0%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/etPan.52bd57c6.333ab105.55aa%40MacBook-Air-de-David.local
.
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/CAPmjWd1CtGBrO3Fme1H8xGYwpMdYoR10SY2fp%2B3%2BTHDU8RCQyA%40mail.gmail.com .
For more options, visit https://groups.google.com/groups/opt_out .