Hi
I have been using Solr with Regex Fragmenter to get the highlighted
fragments in a particular format from large text fields.
like
"
This is a highlighted fragment.
"
Is there a way I can do the same with elastic search?
Thanks and regards
Rahil
kimchy
(Shay Banon)
June 13, 2012, 6:50pm
2
There isn't a regex fragmenter in elasticsearch (which seems to only apply
to the regular highlighter), but we can easily expose one).
On Tue, Jun 12, 2012 at 11:06 AM, Rahil Dhunna rahil.dhunna@gmail.com wrote:
Hi
I have been using Solr with Regex Fragmenter to get the highlighted
fragments in a particular format from large text fields.
like
"
This is a highlighted fragment.
"
Is there a way I can do the same with Elasticsearch?
Thanks and regards
Rahil