Hi Yonik, >>If the new "autoGeneratePhraseQueries" is off, position doesn't matter, and >>the query will >>be treated as "index" OR "reader".
Just wanted to make sure, in Solr does autoGeneratePhraseQueries = "off" treat the query with the *default* query operator as set in SolrConfig rather than necessarily using the Boolean "OR" operator? i.e. if <solrQueryParser defaultOperator="AND"/> and autoGeneratePhraseQueries = off then "IndexReader" -> "index" "reader" -> "index" AND "reader" Tom