[Groonga-commit] groonga/fluent-plugin-groonga at d4937ba [master] Update sample

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Nov 5 18:12:21 JST 2014


Kouhei Sutou	2014-11-05 18:12:21 +0900 (Wed, 05 Nov 2014)

  New Revision: d4937ba8ef6a9e4e31f742bbc1f181e33e4c7fab
  https://github.com/groonga/fluent-plugin-groonga/commit/d4937ba8ef6a9e4e31f742bbc1f181e33e4c7fab

  Message:
    Update sample

  Modified files:
    sample/store-apache.conf

  Modified: sample/store-apache.conf (+7 -8)
===================================================================
--- sample/store-apache.conf    2014-11-05 18:11:59 +0900 (0db881b)
+++ sample/store-apache.conf    2014-11-05 18:12:21 +0900 (500e16f)
@@ -115,22 +115,22 @@
     default_tokenizer TokenBigram
     normalizer NormalizerAuto
     <index>
-      name host_index
+      name hosts_key_index
       source_table Hosts
       source_columns _key
     </index>
     <index>
-      name url_index
+      name urls_key_index
       source_table URLs
       source_columns _key
     </index>
     <index>
-      name path_index
+      name paths_key_index
       source_table Paths
       source_columns _key
     </index>
     <index>
-      name user_agent_index
+      name user_agents_key_index
       source_table UserAgents
       source_columns _key
     </index>
@@ -140,9 +140,8 @@
     name agent
     type UserAgents
     <index>
-      table Terms
-      name logs_agent_index
-      flags WITH_POSITION
+      table UserAgents
+      name logs_index
     </index>
   </mapping>
 
@@ -160,7 +159,7 @@
     type Hosts
     <index>
       table Hosts
-      name hosts_index
+      name logs_index
     </index>
   </mapping>
 
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-commit mailing list
Back to archive index