Skip to content

Commit 64c269b

Browse files
authored
Merge pull request #39 from projectblacklight/solr_7
Update to use Solr 7
2 parents e334923 + d626ae6 commit 64c269b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.solr_wrapper.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Place any default configuration for solr_wrapper here
22
# port: 8983
3-
version: 6.6.0
43
collection:
54
dir: solr_conf/conf/
65
name: blacklight-core

solr_conf/conf/schema.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,6 @@
337337
<!-- field for the QueryParser to use when an explicit fieldname is absent -->
338338
<!-- <defaultSearchField>text</defaultSearchField> -->
339339

340-
<!-- SolrQueryParser configuration: defaultOperator="AND|OR" -->
341-
<solrQueryParser defaultOperator="OR"/>
342-
343340
<!-- copyField commands copy one field to another at the time a document
344341
is added to the index. It's used either to index the same field differently,
345342
or to add multiple fields to the same field for easier/faster searching. -->

0 commit comments

Comments
 (0)