Re: Advice on highlighting

2014-09-13 Thread Ramkumar R. Aiyengar
https://issues.apache.org/jira/plugins/servlet/mobile#issue/LUCENE-2878 provides lucene API what you are trying to do, it's not yet in though. There's a fork which has the change in https://github.com/flaxsearch/lucene-solr-intervals On 12 Sep 2014 21:24, "Craig Longman" wrote: > In order to take

Re: Advice on highlighting

2014-09-12 Thread P Williams
Hi Craig, Have you seen SOLR-4722 (https://issues.apache.org/jira/browse/SOLR-4722)? This was my attempt at something similar. Regards, Tricia On Fri, Sep 12, 2014 at 2:23 PM, Craig Longman wrote: > In order to take our Solr usage to the next step, we really need to > improve its highlighting

Advice on highlighting

2014-09-12 Thread Craig Longman
In order to take our Solr usage to the next step, we really need to improve its highlighting abilities. What I'm trying to do is to be able to write a new component that can return the fields that matched the search (including numeric fields) and the start/end positions for the alphanumeric matche