소스 검색

HUE-8340 [search] Turn on analytic dimensions by default

Romain Rigaux 7 년 전
부모
커밋
79ee4e18ad
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      desktop/conf.dist/hue.ini
  2. 1 1
      desktop/conf/pseudo-distributed.ini.tmpl
  3. 1 1
      desktop/libs/dashboard/src/dashboard/conf.py

+ 1 - 1
desktop/conf.dist/hue.ini

@@ -901,7 +901,7 @@
 
     #  [[[solr]]]
     #  Requires Solr 6+
-    ##  analytics=false
+    ##  analytics=true
     ##  nesting=false
 
     #  [[[sql]]]

+ 1 - 1
desktop/conf/pseudo-distributed.ini.tmpl

@@ -903,7 +903,7 @@
 
     #  [[[solr]]]
     #  Requires Solr 6+
-    ##  analytics=false
+    ##  analytics=true
     ##  nesting=false
 
     #  [[[sql]]]

+ 1 - 1
desktop/libs/dashboard/src/dashboard/conf.py

@@ -92,7 +92,7 @@ def get_properties():
   else:
     return {
       'solr': {
-        'analytics': False,
+        'analytics': True,
         'nesting': False,
       },
       'sql': {