Re: Issue with highlighter

2017-06-18 Thread Erick Erickson
is is a bug, right? > > > From: Damien Kamerman > Sent: Friday, June 16, 2017 12:11:57 AM > To: solr-user@lucene.apache.org > Subject: Re: Issue with highlighter > > Ali, does adding a 'hl.q' param help? q=something&hl.q=something&

Re: Issue with highlighter

2017-06-17 Thread Ali Husain
2017 12:11:57 AM To: solr-user@lucene.apache.org Subject: Re: Issue with highlighter Ali, does adding a 'hl.q' param help? q=something&hl.q=something&... On 16 June 2017 at 06:21, Ali Husain wrote: > Thanks for the replies. Let me try and explain this a little better. > &

Re: Issue with highlighter

2017-06-15 Thread Damien Kamerman
91101":{ > "content":["I am adding something to the core field and we > will try and find it. We want to make sure"]}} > > I've tried a bunch of queries. 'adding', 'something' both don't return any > highlights. 'core

Re: Issue with highlighter

2017-06-15 Thread Ali Husain
rs="true" on the field I was > searching on. > This certainly did increase my index size but not too bad and certainly > fast. > https://cwiki.apache.org/confluence/display/solr/Highlighting > > Beware of NOT plus OR in a search. That will certainly produce no > highlights.

Re: Issue with highlighter

2017-06-14 Thread David Smiley
> > > -Original Message- > From: Ali Husain [mailto:alihus...@outlook.com] > Sent: Thursday, 15 June 2017 11:11 a.m. > To: solr-user@lucene.apache.org > Subject: Issue with highlighter > > Hi, > > > I think I've found a bug with the highlighter. I

RE: Issue with highlighter

2017-06-14 Thread Phil Scadden
--- From: Ali Husain [mailto:alihus...@outlook.com] Sent: Thursday, 15 June 2017 11:11 a.m. To: solr-user@lucene.apache.org Subject: Issue with highlighter Hi, I think I've found a bug with the highlighter. I search for the word "something" and I get an empty highlighting respo

Re: Issue with highlighter

2017-06-14 Thread Erick Erickson
If the default operator is OR, then you're just matching on the "like" word and it's being properly highlighted. If you're saying that doc 286 (or whatever) has both "something" and "like" in the content and you expect to find them both, try increasing the number of snippets returned. Otherwise we

Issue with highlighter

2017-06-14 Thread Ali Husain
Hi, I think I've found a bug with the highlighter. I search for the word "something" and I get an empty highlighting response for all the documents that are returned shown below. The fields that I am searching over are text_en, the highlighter works for a lot of queries. I have no stopwords.tx