> Thanks for the reply. > Is there a place in the config file where I can set it to > explicitly search > the fields I want?
If you don't want to specify your fields at query time (also you want to query more than one fields at the same time) you can use DisMaxRequestHandler[1]. There are two example configurations (name="dismax" and name="partitioned") in solrconfig.xml. You can invoke them by appending &qt=dismax or &qt=partitioned to your search url. [1]http://wiki.apache.org/solr/DisMaxRequestHandler