Re: Relevancy Tuning For Solr With Apache Nutch 2.3

2018-02-08 Thread Mukhopadhyay, Aratrika
As a follow I question , I went ahead and disabled the boosting from nutch's side . Now all the documents coming in from nutch have a default value of 1.0 . I know that one of you had asked me to remove any other boosts I had including the one from nutch . When you said remove the boost what did

RE: Relevancy Tuning For Solr With Apache Nutch 2.3

2018-02-08 Thread Mukhopadhyay, Aratrika
: Alessandro Benedetti [mailto:a.benede...@sease.io] Sent: Thursday, February 08, 2018 11:41 AM To: solr-user@lucene.apache.org Subject: RE: Relevancy Tuning For Solr With Apache Nutch 2.3 uhm, not really. I am just saying that if you are running a version >=6.6.0 keep in mind that the index time bo

RE: Relevancy Tuning For Solr With Apache Nutch 2.3

2018-02-08 Thread Alessandro Benedetti
uhm, not really. I am just saying that if you are running a version >=6.6.0 keep in mind that the index time boost you think you are enabling is not actually working anymore. You are now mentioning a nutch boost field... Can you elaborate that ? It may be a completely different thing... How is thi

RE: Relevancy Tuning For Solr With Apache Nutch 2.3

2018-02-08 Thread Mukhopadhyay, Aratrika
, 2018 10:06 AM To: solr-user@lucene.apache.org Subject: RE: Relevancy Tuning For Solr With Apache Nutch 2.3 With : boost from nutch's side. If you refer to Index Time boost, this has been deprecated time ago[1] At least from 6.6.0. [1] http://lucene.apache.org/solr/6_6_0/solr-solrj/depre

RE: Relevancy Tuning For Solr With Apache Nutch 2.3

2018-02-08 Thread Alessandro Benedetti
With : boost from nutch's side. If you refer to Index Time boost, this has been deprecated time ago[1] At least from 6.6.0. [1] http://lucene.apache.org/solr/6_6_0/solr-solrj/deprecated-list.html - --- Alessandro Benedetti Search Consultant, R&D Software Engineer, Director Sea

RE: Relevancy Tuning For Solr With Apache Nutch 2.3

2018-02-08 Thread Mukhopadhyay, Aratrika
l quepid as per your suggestion. Aratrika -Original Message- From: Charlie Hull [mailto:char...@flax.co.uk] Sent: Thursday, February 08, 2018 4:09 AM To: solr-user@lucene.apache.org Subject: Re: Relevancy Tuning For Solr With Apache Nutch 2.3 On 07/02/2018 21:59, Mukhopadhyay, Ara

Re: Relevancy Tuning For Solr With Apache Nutch 2.3

2018-02-08 Thread Charlie Hull
On 07/02/2018 21:59, Mukhopadhyay, Aratrika wrote: Hello , I am attempting to tune my results that I retrieve from solr to boost the importance of certain fields. The syntax of the query I am using is as follows : http://localhost:8983/solr/housegov_data/select?indent=on&q=QUERY&defTy

Relevancy Tuning For Solr With Apache Nutch 2.3

2018-02-07 Thread Mukhopadhyay, Aratrika
Hello , I am attempting to tune my results that I retrieve from solr to boost the importance of certain fields. The syntax of the query I am using is as follows : http://localhost:8983/solr/housegov_data/select?indent=on&q=QUERY&defType=edismax&qf=FIELD1^20.0_FIELD2^0.03&wt=json