[Groonga-commit] droonga/wikipedia-search.wiki at 956cba2 [master] Updated ベンチマーク取得手順 (markdown)

Back to archive index

YUKI Piro Hiroshi null+****@clear*****
Thu Jul 17 11:23:40 JST 2014


YUKI "Piro" Hiroshi	2014-07-17 11:23:40 +0900 (Thu, 17 Jul 2014)

  New Revision: 956cba2179c7af0e961a53f49f4585759f578f46
  https://github.com/droonga/wikipedia-search/wiki/%E3%83%99%E3%83%B3%E3%83%81%E3%83%9E%E3%83%BC%E3%82%AF%E5%8F%96%E5%BE%97%E6%89%8B%E9%A0%86/956cba2179c7af0e961a53f49f4585759f578f46

  Message:
    Updated ベンチマーク取得手順 (markdown)

  Modified files:
    ベンチマーク取得手順.md

  Modified: ベンチマーク取得手順.md (+2 -2)
===================================================================
--- ベンチマーク取得手順.md    2014-07-16 21:08:01 +0900 (8688999)
+++ ベンチマーク取得手順.md    2014-07-17 11:23:40 +0900 (7713fa6)
@@ -93,7 +93,7 @@ Groongaと比較する場合のベンチマーク取得手順。
 
 [よく検索されるページの一覧](http://stats.grok.se/ja/top)から、検索リクエストのパターンファイルを作成する。
 
-    % echo '{"wikiledia-ja-search-with-query":{"frequency":0.5,"method":"http","patterns":[' \
+    % echo '{"wikiledia-ja-search-with-query":{"frequency":0.5,"method":"get","patterns":[' \
         > patterns.json
     % curl 'http://stats.grok.se/ja/top' | grep "a href" | \
         sed -r -e 's/\&[^;]+;//g' \
@@ -101,7 +101,7 @@ Groongaと比較する場合のベンチマーク取得手順。
                -e 's;.+>([^<]+)</a>.*;{"path":"/d/select?query=\1\&table=Pages\&limit=50\&match_columns=title,text\&output_columns=snippet_html(title),snippet_html(text),categories,_key\&drilldown=categories\&drilldown_limits=50\&drilldown_sortby=-_nsubrecs"},;' \
                -e 's/ /%20/g' \
         >> patterns.json
-    % echo '{"path":"/d/select?table=Pages&limit=10"}]},"wikiledia-ja-search":{"frequency":0.5,"method":"http","patterns":[{"path":"/d/select?table=Pages&limit=50&output_columns=title,categories,_key&drilldown=categories&drilldown_limits=50&drilldown_sortby=-_nsubrecs"}]}}' \
+    % echo '{"path":"/d/select?table=Pages&limit=10"}]},"wikiledia-ja-search":{"frequency":0.5,"method":"get","patterns":[{"path":"/d/select?table=Pages&limit=50&output_columns=title,categories,_key&drilldown=categories&drilldown_limits=50&drilldown_sortby=-_nsubrecs"}]}}' \
         >> patterns.json
 
 ## ベンチマークの実行
-------------- next part --------------
HTML����������������������������...
下载 



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