1
0
mirror of https://github.com/djohnlewis/stackdump synced 2025-12-06 07:53:28 +00:00

Changed the default operator to AND properly this time. It has been changed in Solr configuration, instead of hacking the query string.

This commit is contained in:
Samuel Lai
2012-02-11 21:09:40 +11:00
parent 888d7d2e94
commit 6c58938d44
2 changed files with 3 additions and 5 deletions

View File

@@ -585,7 +585,7 @@
<defaultSearchField>text</defaultSearchField>
<!-- SolrQueryParser configuration: defaultOperator="AND|OR" -->
<solrQueryParser defaultOperator="OR"/>
<solrQueryParser defaultOperator="AND"/>
<!-- copyField commands copy one field to another at the time a document
is added to the index. It's used either to index the same field differently,