Boost Search results

2014-04-18 Thread A Laxmi
Hi, When I started to compare the search results with the two options below, I see a lot of difference in the search results esp. the* urls that show up on the top *(*Relevancy *perspective). (1) Nutch 2.2.1 (with *Solr 4.0*) (2) Bing custom search set-up I wonder how should I tweak the boost

Re: Boost Search results

2014-04-18 Thread Markus Jelsma
Hi, replicating full features search engine behaviour is not going to work with nutch and solr out of the box. You are missing a thousand features such as proper main content extraction, deduplication, classification of content and hub or link pages, and much more. These things are possible to

Re: Boost Search results

2014-04-18 Thread A Laxmi
Hi Markus, Yes, you are right. I passed the qf from my front-end framework (PHP which uses SolrClient). This is how I got it set-up: $this-solr-set_param('defType','edismax'); $this-solr-set_param('qf','title^10 content^5 url^5'); where you can see qf = title^10 content^5 url^5

Re: Boost Search results

2014-04-18 Thread A Laxmi
Markus, like I mentioned in my last email, I have got the qf with title, content and url. That doesn't help a whole lot. Could you please advise if there are any other parameters that I should consider for solr request handler config or the numbers I have got for title, content, url in qf

Re: Boost Search results

2014-04-18 Thread Aman Tandon
I guess you can apply some deboost for URL. Lakshmi it will be more helpful to suggest if you also provide some kind of example about what you want to achieve On Saturday, April 19, 2014, A Laxmi a.lakshmi...@gmail.com wrote: Markus, like I mentioned in my last email, I have got the qf with