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<http://localhost:8983/solr/housegov_data/select?indent=on&q=QUERY&defType=edismax&qf=FIELD1%5e20.0_FIELD2%5e0.03&wt=json>. The issue is that this is not boosting anything in most cases or it isn't being able to find any documents that match this criteria. I have used nutch to crawl websites and indexed the data to solr. I see that nutch applies an index time boost as well. Could that have something to do with this ? Can anyone look at the format of this query and enlighten me of any mistakes that I am making.
FYI : I am using a data driven schema. Regards, Aratrika Mukhopadhyay