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
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
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
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
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.
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
&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.
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
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