Indeed. However, if a user enters: quick brown "lazy dog", I need Lucene to interpret this as: quick AND brown AND "lazy dog". Yes, I know I could parse their input to insert the "AND"s, but it would prefer not to. I know that SOLR allows the default to be changed. Any other ideas on whether this is possible in Raven?