I am working with nightly build of Oct 17, 2008 and found the issue that something wrong with Query Parsing; It takes + as OR
e.g. q=first_name:joe+last_name:smith is behaving as OR instead of AND. Default operator is set to AND in schema.xml <solrQueryParser defaultOperator="AND"/> Is there any new configuration I need to put in place in order to get this working ? Thanks -Sunil