On Thu, Oct 6, 2011 at 12:55 AM, James Lin <guanfeng...@gmail.com> wrote: > Hi, > > I got an area index which only has one area name field, the field type is > using the "text_en_splitting" > some sample data will be: "Auckland", "North Shore" etc. > > If I have a search query "hotels in auckland", the result doesn't match > anything. How would I change the index config to make it match "Auckland"?
It might be that the defaultOperator in your schema.xml is set to AND. Try setting it to OR instead. Regards, Gora