You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by bo...@apache.org on 2017/01/30 09:13:30 UTC

ranger git commit: RANGER-1335:Solr for Audit Setup breaks Solr versions 5.5 and above

Repository: ranger
Updated Branches:
  refs/heads/master 16f481ba8 -> 10d8f6a64


RANGER-1335:Solr for Audit Setup breaks Solr versions 5.5 and above

Signed-off-by: Don Bosco Durai <bo...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/10d8f6a6
Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/10d8f6a6
Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/10d8f6a6

Branch: refs/heads/master
Commit: 10d8f6a649f52230c85a7c3e2f3b53623892f814
Parents: 16f481b
Author: Paul Otto <pa...@ottoops.com>
Authored: Sun Jan 29 08:21:56 2017 -0700
Committer: Don Bosco Durai <bo...@apache.org>
Committed: Mon Jan 30 01:13:11 2017 -0800

----------------------------------------------------------------------
 .../contrib/solr_for_audit_setup/conf/solrconfig.xml        | 9 +--------
 .../contrib/solr_for_audit_setup/conf/solrconfig.xml.j2     | 9 +--------
 2 files changed, 2 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/10d8f6a6/security-admin/contrib/solr_for_audit_setup/conf/solrconfig.xml
----------------------------------------------------------------------
diff --git a/security-admin/contrib/solr_for_audit_setup/conf/solrconfig.xml b/security-admin/contrib/solr_for_audit_setup/conf/solrconfig.xml
index 3347f1b..9791a1f 100644
--- a/security-admin/contrib/solr_for_audit_setup/conf/solrconfig.xml
+++ b/security-admin/contrib/solr_for_audit_setup/conf/solrconfig.xml
@@ -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>5.0.0</luceneMatchVersion>
+  <luceneMatchVersion>5.2.0</luceneMatchVersion>
 
   <!-- <lib/> directives can be used to instruct Solr to load any Jars
        identified and use them to resolve any "plugins" specified in
@@ -1053,13 +1053,6 @@
                   class="solr.DocumentAnalysisRequestHandler" 
                   startup="lazy" />
 
-  <!-- Admin Handlers
-
-       Admin Handlers - This will register all the standard admin
-       RequestHandlers.  
-    -->
-  <requestHandler name="/admin/" 
-                  class="solr.admin.AdminHandlers" />
   <!-- This single handler is equivalent to the following... -->
   <!--
      <requestHandler name="/admin/luke"       class="solr.admin.LukeRequestHandler" />

http://git-wip-us.apache.org/repos/asf/ranger/blob/10d8f6a6/security-admin/contrib/solr_for_audit_setup/conf/solrconfig.xml.j2
----------------------------------------------------------------------
diff --git a/security-admin/contrib/solr_for_audit_setup/conf/solrconfig.xml.j2 b/security-admin/contrib/solr_for_audit_setup/conf/solrconfig.xml.j2
index 4e6df8a..6278893 100644
--- a/security-admin/contrib/solr_for_audit_setup/conf/solrconfig.xml.j2
+++ b/security-admin/contrib/solr_for_audit_setup/conf/solrconfig.xml.j2
@@ -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>5.0.0</luceneMatchVersion>
+  <luceneMatchVersion>5.2.0</luceneMatchVersion>
 
   <!-- <lib/> directives can be used to instruct Solr to load any Jars
        identified and use them to resolve any "plugins" specified in
@@ -1052,13 +1052,6 @@
                   class="solr.DocumentAnalysisRequestHandler" 
                   startup="lazy" />
 
-  <!-- Admin Handlers
-
-       Admin Handlers - This will register all the standard admin
-       RequestHandlers.  
-    -->
-  <requestHandler name="/admin/" 
-                  class="solr.admin.AdminHandlers" />
   <!-- This single handler is equivalent to the following... -->
   <!--
      <requestHandler name="/admin/luke"       class="solr.admin.LukeRequestHandler" />