Re: Show all fields in Solr highlighting output

2015-06-11 Thread Ahmet Arslan
Hi Edwin, I think Highlighting Behaviour of those types shifts over time. May be we should do the reverse. Move snippets to main response: https://issues.apache.org/jira/browse/SOLR-3479 Ahmet On Thursday, June 11, 2015 11:23 AM, Zheng Lin Edwin Yeo edwinye...@gmail.com wrote: Hi Ahmet,

RE: Show all fields in Solr highlighting output

2015-06-11 Thread Reitzel, Charles
); } } } } } } } -Original Message- From: Ahmet Arslan [mailto:iori...@yahoo.com.INVALID] Sent: Thursday, June 11, 2015 6:43 AM To: solr-user@lucene.apache.org Subject: Re: Show all fields in Solr highlighting output Hi Edwin, I

Re: Show all fields in Solr highlighting output

2015-06-11 Thread Ahmet Arslan
Hi Edwin, hl.alternateField is probably what you are looking for. ahmet On Thursday, June 11, 2015 5:38 AM, Zheng Lin Edwin Yeo edwinye...@gmail.com wrote: Hi, Is it possible to list all the fields in the highlighting portion in the output? Currently,even when I str name=hl.fl*/str, it

Re: Show all fields in Solr highlighting output

2015-06-11 Thread Zheng Lin Edwin Yeo
: Thursday, June 11, 2015 6:43 AM To: solr-user@lucene.apache.org Subject: Re: Show all fields in Solr highlighting output Hi Edwin, I think Highlighting Behaviour of those types shifts over time. May be we should do the reverse. Move snippets to main response: https://issues.apache.org/jira

Re: Show all fields in Solr highlighting output

2015-06-11 Thread Zheng Lin Edwin Yeo
Hi Ahmet, I've tried that, but it's still not able to show. Those fields are actually of type=float, type=date and type=int. By default those field type are not able to be highlighted? Regards, Edwin On 11 June 2015 at 15:03, Ahmet Arslan iori...@yahoo.com.invalid wrote: Hi Edwin,

Show all fields in Solr highlighting output

2015-06-10 Thread Zheng Lin Edwin Yeo
Hi, Is it possible to list all the fields in the highlighting portion in the output? Currently,even when I str name=hl.fl*/str, it only shows fields where highlighting is possible, and fields which highlighting is not possible is not shown. I would like to have the output where all the fields,

Re: Highlighting Output

2008-08-12 Thread Martin Owens
I tried to post it myself, got the address wrong, thanks for re-posting. the problem we have with highlighting outside of the indexer is that the systems we use that store co-ords are... based on term string (in one case) and the specific term offset in another. Both of which break horribly when

Re: Highlighting Output

2008-08-12 Thread Tricia Williams
Martin, You may want to follow Mark Miller's effort https://issues.apache.org/jira/browse/LUCENE-1286 as it develops -- perhaps even help with it. He's developing a Lucene highlighter which would run through query terms by using their offsets making highlighting large documents much more

Highlighting Output

2008-08-11 Thread Tricia Williams
Message Subject:Highlighting Output Date: Mon, 11 Aug 2008 17:21:55 -0400 From: Martin Owens [EMAIL PROTECTED] To: Tricia Williams [EMAIL PROTECTED], [EMAIL PROTECTED] Hello Solr Users, I've been thinking about the highlighting functionality in Solr. I recently had th good