Thanks Iorixxx... Boosting is working while using DIH to import XML.
Thanks,
SRD
--
View this message in context:
http://lucene.472066.n3.nabble.com/Index-time-boosting-is-not-working-with-boosting-value-in-document-level-tp1649072p1693423.html
Sent from the Solr - User mailing list archive at
> Thanks a ton Eric and Iorixxx.
> Since I used DIH to import XML data, boosting was not
> reflected in score.
> When I used /update to import XML data, boosting was
> considered for scoring
> and able to see the intended data on top 10 results.
> Could you please let me know how to make boosting v
Thanks a ton Eric and Iorixxx.
Since I used DIH to import XML data, boosting was not reflected in score.
When I used /update to import XML data, boosting was considered for scoring
and able to see the intended data on top 10 results.
Could you please let me know how to make boosting value to be re
> Eric,
> Score is not coming properly even after
> giving boost value in document
> and field level.
> Please find the solrconfig.xml,
> schema.xml, data-config.xml, the feed and
> the score & query.
> Doc with id 'ABCDEF/L' is boosted and doc
> with id 'MA147LL/A' is not
> boosted, but b
Eric,
Score is not coming properly even after giving boost value in document
and field level.
Please find the solrconfig.xml, schema.xml, data-config.xml, the feed and
the score & query.
Doc with id 'ABCDEF/L' is boosted and doc with id 'MA147LL/A' is not
boosted, but both are returning s
Boosting doesn't necessarily put documents in a particular order. Boosting
just #tends#
to make the doc score higher. What do you see if you add &debugQuery=on?
That'll tell
you why docs scored as they did.
Best
Erick
On Thu, Oct 7, 2010 at 11:39 AM, Shanmugavel SRD
wrote:
>
> We are having 10 d