File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Place any default configuration for solr_wrapper here
2
2
# port: 8983
3
- version : 6.6.0
4
3
collection :
5
4
dir : solr_conf/conf/
6
5
name : blacklight-core
Original file line number Diff line number Diff line change 337
337
<!-- field for the QueryParser to use when an explicit fieldname is absent -->
338
338
<!-- <defaultSearchField>text</defaultSearchField> -->
339
339
340
- <!-- SolrQueryParser configuration: defaultOperator="AND|OR" -->
341
- <solrQueryParser defaultOperator =" OR" />
342
-
343
340
<!-- copyField commands copy one field to another at the time a document
344
341
is added to the index. It's used either to index the same field differently,
345
342
or to add multiple fields to the same field for easier/faster searching. -->
You can’t perform that action at this time.
0 commit comments