> select/?q=built+to+last&defType=dismax&qf=searchFields^0.2+title^20&debugQuery=on > > For some reason if I use title field in my query I don't > get any results. > > I am copying all searchable fields into searchFields field. > So I am able to > search only in the searchFields field not in any other > fields. > > I request you all to clarify if anything wrong with my > schema.xml. The > schema.xml is at the bottom of this email. > > I am not able to get the boosting working on the title > field. Please help me > here too.
Change type of your title field. It is string now. Make it solr.TextField. Actually you dont need cath-all copy field with dismax. Just change their types string to text and append them qf= parameter.