Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SOLR が埋め込まれたアプリを使用しています。SOLR は、Tomcat の webapps 領域で戦争として実行されています。検索のデフォルトの SOLR 動作を切り替えて、結合演算子として「OR」ではなく「AND」を想定できるようにする SOLR 構成はありますか?
スキーマ ファイルにこの行を追加 (または h/t @Madbreaks を変更) します (通常はschema.xml) 。
schema.xml
<solrQueryParser defaultOperator="AND"/>