Ahmet,

In production system we are using

/spell/?q=built+to+last

so that we can check the spelling. We are not using /select?q=built+to+last

Can I use dismax with /spell?

I understood from your reply that I need to change my schema.xml and modify
the field types.

Do I need to still use the searchFields field and what do I need to specify
in the defaultSearchField tag?

searchFields is one of the field names that we provided.

Thanks,
Solr User


On Fri, Nov 12, 2010 at 10:26 AM, Ahmet Arslan <iori...@yahoo.com> wrote:

> >
> 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.
>
>
>
>

Reply via email to