On Jul 16, 2009, at 7:41 AM, Shalin Shekhar Mangar wrote:
On Thu, Jul 16, 2009 at 4:52 PM, Anders Melchiorsen
<m...@cup.kalibalik.dk>wrote:
What we want to do is to have an extra text highlighted by the Solr
highlighter. That text should never be stored in the Solr index,
but rather
be provided in an HTTP request along with the search query.
Is this possible?
I don't think it is possible currently but I see how it can be
useful. Can
you please open a jira issue so we don't forget about it?
One trick worth noting is the FieldAnalysisRequestHandler can provide
offsets from external text, which could be used for client-side
highlighting (see the showmatch parameter too).
Erik