Adam Evans - 2009-04-04

Hi,

I am using the latest SVN build of LocalSolr. Is it possible to configure LocalSolr to search across multiple fields rather than just the default field?

IE if a document had a title field and a description field is it possible to do spartial queries where the query text was searched in both title and description. At the minute I can only seem to get text search working on the default field or manually specifying the field such as 'q=title:foobar'