Re: keywords not found - google like feature

2017-04-13 Thread GW
After reading everyone's post, my thoughts are sometimes things are better achieved with smoke and mirrors. I achieved something similar by measuring my scores with no keyword hits. I wrote simple jquery script to do a CSS strike through on the returned message if the score was poor, + I returned

Re: keywords not found - google like feature

2017-04-13 Thread Erick Erickson
t; not to match most original input tokens. > > Regards, > Markus > > > > -Original message- >> From:David Hastings >> Sent: Thursday 13th April 2017 22:05 >> To: solr-user@lucene.apache.org >> Subject: Re: keywords not found - google like feature >

RE: keywords not found - google like feature

2017-04-13 Thread Markus Jelsma
t; > > > > > > -Original message- > > > From:Nilesh Kamani > > > Sent: Thursday 13th April 2017 21:52 > > > To: solr-user@lucene.apache.org > > > Subject: Re: keywords not found - google like feature > > > > > > Here is th

Re: keywords not found - google like feature

2017-04-13 Thread Nilesh Kamani
Thanks for your input guys. I will look into it. On Thu, Apr 13, 2017 at 4:07 PM, simon wrote: > Regardless of the business case (which would be good to know) you might > want to try something along the lines of > http://stackoverflow.com/questions/25038080/how-can-i- > tell-solr-to-return-the-h

Re: keywords not found - google like feature

2017-04-13 Thread simon
Regardless of the business case (which would be good to know) you might want to try something along the lines of http://stackoverflow.com/questions/25038080/how-can-i-tell-solr-to-return-the-hit-search-terms-per-document - basically generate pseudo-fields using the exists() function query which wil

Re: keywords not found - google like feature

2017-04-13 Thread David Hastings
21:52 > > To: solr-user@lucene.apache.org > > Subject: Re: keywords not found - google like feature > > > > Here is the example. > > https://www.google.ca/webhp?sourceid=chrome-instant&ion=1&; > espv=2&ie=UTF-8#safe=off&q=solr+spring+trump > &g

RE: keywords not found - google like feature

2017-04-13 Thread Markus Jelsma
; Sent: Thursday 13th April 2017 21:52 > To: solr-user@lucene.apache.org > Subject: Re: keywords not found - google like feature > > Here is the example. > https://www.google.ca/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#safe=off&q=solr+spring+trump > > You w

Re: keywords not found - google like feature

2017-04-13 Thread Nilesh Kamani
Here is the example. https://www.google.ca/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#safe=off&q=solr+spring+trump You will see this under search results. Missing: trump I am not asking for visual representation of such feature. Is there anyway solr is returning such info in response ?

Re: keywords not found - google like feature

2017-04-13 Thread Alexandre Rafalovitch
Are you asking visual representation or an actual feature. Because if all your keywords/clauses are optional (default SHOULD) then Solr automatically tries to match maximum number of them and then less and less. So, if all words do not match, it will return results that match less number of words.

Re: keywords not found - google like feature

2017-04-13 Thread Erick Erickson
Pasted images are generally stripped out, you'll have to provide an external link. On Thu, Apr 13, 2017 at 12:04 PM, Nilesh Kamani wrote: > Something like this. Does SOLR have such feature ? > > [image: Inline image 1] > > On Thu, Apr 13, 2017 at 1:49 PM, Nilesh Kamani > wrote: > >> Hello All,

Re: keywords not found - google like feature

2017-04-13 Thread Nilesh Kamani
Something like this. Does SOLR have such feature ? [image: Inline image 1] On Thu, Apr 13, 2017 at 1:49 PM, Nilesh Kamani wrote: > Hello All, > > When we search google, sometimes google returns results with mention of > keywords not found (mentioned as strike-through) > > Does Solr provide such