summaryrefslogtreecommitdiff
path: root/defaults/solr/schema.xml
diff options
context:
space:
mode:
Diffstat (limited to 'defaults/solr/schema.xml')
-rw-r--r--defaults/solr/schema.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/defaults/solr/schema.xml b/defaults/solr/schema.xml
index b8b803b07..546ac5c94 100644
--- a/defaults/solr/schema.xml
+++ b/defaults/solr/schema.xml
@@ -111,11 +111,7 @@
</fields>
<uniqueKey>id</uniqueKey>
- <!-- defaultSearchField element is deprecated in Solr versions 3.6 and higher. Instead, df request parameter should be used-->
- <defaultSearchField>text_t</defaultSearchField>
- <!-- default operator parameter has been deprecated in Solr versions 3.6 and higher. Instead, the query parser q.op parameter should be used in request handler. -->
- <solrQueryParser defaultOperator="AND"/>
-
+
<!-- if you are using a search client using the default search field "text", then use this line to get to all indexed documents -->
<!-- <copyField source="*_t" dest="text" maxChars="3000"/> -->
</schema>