Skip to content

Commit

Permalink
remove defaultSearchField and defaultOperator (removed Solr 7)
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Nov 6, 2017
1 parent 450a6bc commit 2faad79
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions solr/conf/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -555,12 +555,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 2faad79

Please sign in to comment.