RE: Boosting Fields Based On The Query Provided

2018-03-22 Thread Mukhopadhyay, Aratrika
-Original Message- From: Shawn Heisey [mailto:apa...@elyograg.org] Sent: Tuesday, March 20, 2018 6:03 PM To: solr-user@lucene.apache.org Subject: Re: Boosting Fields Based On The Query Provided On 3/20/2018 2:25 PM, Mukhopadhyay, Aratrika wrote: > I have a solr query which I

Boosting Fields Based On The Query Provided

2018-03-20 Thread Mukhopadhyay, Aratrika
All , I have a solr query which I am having a hard time configuring as I would want it configured. Suppose I have a situation where I have two fields field1(host field) and field2 (url field). I want a specific host to be bubbled to the top for all terms except for when I am searching for

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

RE: Relevancy Tuning For Solr With Apache Nutch 2.3

2018-02-08 Thread Mukhopadhyay, Aratrika
Hi Allesandro , Nutch provides a certain set of fields to solr via the solr-index mapping.xml. One of the fields that nutch is providing is a field named boost. This value is calculated via the scoring-opic plugin within nutch and is an index time boost. I would just like to

RE: Relevancy Tuning For Solr With Apache Nutch 2.3

2018-02-08 Thread Mukhopadhyay, Aratrika
Hi Allesandro , If I understand correctly then upgrading the Solr that we are running from 6.4 to 6.6 should automatically remove the nutch boost field ? Aratrika -Original Message- From: Alessandro Benedetti [mailto:a.benede...@sease.io] Sent: Thursday, February 08,

RE: Relevancy Tuning For Solr With Apache Nutch 2.3

2018-02-08 Thread Mukhopadhyay, Aratrika
s 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, Aratrika wrot

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 :

RE: FW: Need Help Configuring Solr To Work With Nutch

2017-12-11 Thread Mukhopadhyay, Aratrika
:23:00 PM EST, "Mukhopadhyay, Aratrika" <aratrika.mukhopadh...@mail.house.gov> wrote: >Rick , >Thanks for your reply. I do not see any errors or exceptions in the >solr logs. I have read that the my schema in nutch needs to match the >schema in solr. When I change

RE: FW: Need Help Configuring Solr To Work With Nutch

2017-12-08 Thread Mukhopadhyay, Aratrika
expect. Cheers -- Rick On December 8, 2017 3:23:35 PM EST, "Mukhopadhyay, Aratrika" <aratrika.mukhopadh...@mail.house.gov> wrote: >Erick, >Do I need to set the softCommit = true and prepareCommit to true in my >solrconfig ? I am still at a loss as to what is happening

FW: Need Help Configuring Solr To Work With Nutch

2017-12-08 Thread Mukhopadhyay, Aratrika
Erick, Do I need to set the softCommit = true and prepareCommit to true in my solrconfig ? I am still at a loss as to what is happening. Thanks again for your help. Aratrika From: Mukhopadhyay, Aratrika Sent: Friday, December 08, 2017 11:34 AM To: solr-user <solr-user@lucene.apache.

RE: Need Help Configuring Solr To Work With Nutch

2017-12-08 Thread Mukhopadhyay, Aratrika
id you issue a commit? Best, Erick On Fri, Dec 8, 2017 at 7:27 AM, Mukhopadhyay, Aratrika < aratrika.mukhopadh...@mail.house.gov<mailto:aratrika.mukhopadh...@mail.house.gov>> wrote: > Good Morning, > >I am running nutch 2.3 , hbase 0.98 and I am integrati

Need Help Configuring Solr To Work With Nutch

2017-12-08 Thread Mukhopadhyay, Aratrika
Good Morning, I am running nutch 2.3 , hbase 0.98 and I am integrating nutch with solr 6.4. I have a successful crawl in nutch and when I see that it is indexing the content into solr. However I cannot query and get any results. Its as if Nutch isn't writing anything to solr at all.