Solr default operator woes on CF2018
I am not having any success in changing the Solr defaultOperator to AND so that searches are more like web searches. If I add an AND between words in my search form, I get what I want. Without the AND it defaults to OR.
I've changed the defaultOperator parameter in all the schema.xml files I could find:
\ColdFusion2018\cfusion\jetty\solr\conf\schema.xml
\ColdFusion2018\cfusion\jetty\multicore\collections\CollectionName\conf\schema.xml
I also tried deleting and rebuilding all the collections once the changes to the \ColdFusion2018\cfusion\jetty\solr\conf\schema.xml were made without any joy. The schema.xml files for each collection had the default set as desired after being deleted and rebuilt, but it still doesn't work right. My recollection is that I had to do this to get the default operator to work right in CF10.
I'm not seeing any documented changes to <cfsearch> or <cfindex> that should affect this. Ideas anyone?
