Work in progress - updates to solrconfig and schema for Solr 5.5
[lui-solr.git] / conf / solrconfig-master.xml
index ccde565..3b2d5ad 100644 (file)
@@ -35,7 +35,7 @@
        that you fully re-index after changing this setting as it can
        affect both how text is indexed and queried.
   -->
-  <luceneMatchVersion>4.4</luceneMatchVersion>
+  <luceneMatchVersion>5.5</luceneMatchVersion>
 
   <!-- <lib/> directives can be used to instruct Solr to load an Jars
        identified and use them to resolve any "plugins" specified in
        replication is in use, this should match the replication
        configuration.
     -->
-  <dataDir>${solr.data.dir:/var/lib/masterkey/lui/solr4/master}</dataDir>
+  <dataDir>${solr.data.dir:/var/lib/masterkey/lui/solr5/master}</dataDir>
 
 
   <!-- The DirectoryFactory to use for indexes.
        -->
   </requestHandler>
 
-  <!-- for back compat with clients using /update/json and /update/csv -->  
+  <!-- for back compat with clients using /update/json and /update/csv -->
+  <!-- no longer works in 5.5
   <requestHandler name="/update/json" class="solr.JsonUpdateRequestHandler">
         <lst name="defaults">
          <str name="stream.contentType">application/json</str>
         <lst name="defaults">
          <str name="stream.contentType">application/csv</str>
        </lst>
-  </requestHandler>
+       </requestHandler>
+  -->
 
   <!-- Solr Cell Update Request Handler