Skip to content

Commit

Permalink
Merge pull request #39 from projectblacklight/solr_7
Browse files Browse the repository at this point in the history
Update to use Solr 7
  • Loading branch information
jcoyne authored Jan 12, 2018
2 parents e334923 + d626ae6 commit 64c269b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .solr_wrapper.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Place any default configuration for solr_wrapper here
# port: 8983
version: 6.6.0
collection:
dir: solr_conf/conf/
name: blacklight-core
3 changes: 0 additions & 3 deletions solr_conf/conf/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,6 @@
<!-- 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 64c269b

Please sign in to comment.