Update schema to version 1.6. Remove deprecated defaultSearchField and solrQueryParse...
authorWayne Schneider <wayne@indexdata.com>
Wed, 29 Jun 2016 19:50:00 +0000 (14:50 -0500)
committerWayne Schneider <wayne@indexdata.com>
Wed, 29 Jun 2016 19:50:00 +0000 (14:50 -0500)
conf/schema.xml
conf/solrconfig-master.xml

index 30f35c9..3fb78e7 100644 (file)
@@ -8,7 +8,7 @@
  Schema Design section of the Solr Reference Guide.
 -->
 
-<schema name="Local Unified Index" version="1.2">
+<schema name="Local Unified Index" version="1.6">
   <types>
     <!-- stock Solr field types from the dist schema.xml -->
     <fieldType name="string" class="solr.StrField" sortMissingLast="true" omitNorms="true"/>
 
  <uniqueKey>id</uniqueKey>
 
- <defaultSearchField>text</defaultSearchField>
-
- <solrQueryParser defaultOperator="AND"/>
-
  <!-- copyField commands -->
  <copyField source="author"  dest="author_exact"/>
  <copyField source="subject" dest="subject_exact"/>
index 86e9e9e..23caef4 100644 (file)
        <int name="rows">10</int>
        <str name="df">text</str>
        <str name="fl">*,score</str>
+       <str name="q.op">AND</str>
      </lst>
     <!-- In addition to defaults, "appends" params can be specified
          to identify values which should be appended to the list of
        <str name="wt">json</str>
        <str name="indent">true</str>
        <str name="df">text</str>
+       <str name="q.op">AND</str>
      </lst>
   </requestHandler>