Re: Give boost only if entire value is present in Query

2017-06-20 Thread Aman Deep Singh
not applied ? > I would recommend to simply the request handler, maybe just introducing a > piece step by step and verifying you are getting what you want. > > Regards > > > > - > ------- > Alessandro Benedetti > Search Consultant, R&D Software Engineer, D

Re: Give boost only if entire value is present in Query

2017-06-20 Thread alessandro.benedetti
handler, maybe just introducing a piece step by step and verifying you are getting what you want. Regards - --- Alessandro Benedetti Search Consultant, R&D Software Engineer, Director Sease Ltd. - www.sease.io -- View this message in context: http://lucene.472066.n3.nabble.com/G

Re: Give boost only if entire value is present in Query

2017-06-19 Thread Aman Deep Singh
the-old-albino- >elephant-prob-td4327440.html > > > >- >--- >Alessandro Benedetti >Search Consultant, R&D Software Engineer, Director >Sease Ltd. - www.sease.io >-- >View this message in context: http://lucene.472066.n3. >nabble.com/Give-boo

Re: Give boost only if entire value is present in Query

2017-06-19 Thread Rick Leir
of- >not-splitting-on-whitespace-in-edismax-the-old-albino- >elephant-prob-td4327440.html > > > >- >--- >Alessandro Benedetti >Search Consultant, R&D Software Engineer, Director >Sease Ltd. - www.sease.io >-- >View this message in context: http

Re: Give boost only if entire value is present in Query

2017-06-19 Thread Aman Deep Singh
ease.io -- View this message in context: http://lucene.472066.n3. nabble.com/Give-boost-only-if-entire-value-is-present-in- Query-tp4341714p4341735.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Give boost only if entire value is present in Query

2017-06-19 Thread Aman Deep Singh
Yes Susheel , I know that more token matched gives more weight but in my case if entire match I want around x times boost but in case of partial match I want to give nominal boost or normal boost, Now in case of keyword token ziet or phrase query they work if and only if the user query is exactly m

Re: Give boost only if entire value is present in Query

2017-06-19 Thread alessandro.benedetti
&D Software Engineer, Director Sease Ltd. - www.sease.io -- View this message in context: http://lucene.472066.n3.nabble.com/Give-boost-only-if-entire-value-is-present-in-Query-tp4341714p4341735.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Give boost only if entire value is present in Query

2017-06-19 Thread Susheel Kumar
In general, the documents which has more or all terms matched against query terms will be boosted higher per lucene tf/idf scoring. So for document having ABC DEF queries like ABC DEF XYZ or XYZ ABC DEF will find a match(assuming q.op=AND) and will be boosted higher compare to documents with ABC

Give boost only if entire value is present in Query

2017-06-19 Thread Aman Deep Singh
Hi, I have a problem ,I need to give the boost to a particular field if and only if the query contains entire field value (String contains like feature). e.g. if Field value is ABC DEF It should match if user query is like ABC DEF XYZ or XYZ ABC DEF, But it should not match when user query is like