Skip to content

Commit

Permalink
Merge pull request #1280 from samvera/solr7
Browse files Browse the repository at this point in the history
Remove deprecated defaultOperator and defaultSearchField solr configs
  • Loading branch information
escowles committed Sep 29, 2017
2 parents 98f5ad7 + 538b17e commit 5affc90
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -334,12 +334,6 @@
-->
<uniqueKey>id</uniqueKey>

<!-- field for the QueryParser to use when an explicit fieldname is absent -->
<!-- <defaultSearchField>text</defaultSearchField> -->

<!-- SolrQueryParser configuration: defaultOperator="AND|OR" -->
<solrQueryParser defaultOperator="OR"/>

<!-- 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,
or to add multiple fields to the same field for easier/faster searching. -->
Expand Down

0 comments on commit 5affc90

Please sign in to comment.