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 wrote:
> Markus, like I mentioned in my last email, I have got the qf with title,
> content and url.
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
parameter
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^
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 i