Skip to content

Commit

Permalink
Solr 7 changes
Browse files Browse the repository at this point in the history
* Remove solr_wrapper's pin to Solr 6.6.1
* Remove defaultSearch field and solrQueryParser's defaultOperator setting in Solr schema
  • Loading branch information
Mark A. Matienzo committed Sep 26, 2017
1 parent eedd94e commit df29113
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .solr_wrapper
Expand Up @@ -3,4 +3,3 @@
collection:
dir: solr/conf/
name: blacklight-core
version: 6.6.1
5 changes: 0 additions & 5 deletions solr/conf/schema.xml
Expand Up @@ -531,11 +531,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,
Expand Down

0 comments on commit df29113

Please sign in to comment.