YUKI Hiroshi
null+****@clear*****
Fri Mar 28 19:45:06 JST 2014
YUKI Hiroshi 2014-03-28 19:45:06 +0900 (Fri, 28 Mar 2014) New Revision: 40fb36f08ec36566318dd49f53cbb39efe2f3992 https://github.com/droonga/droonga.org/commit/40fb36f08ec36566318dd49f53cbb39efe2f3992 Message: Fix wrong URL Modified files: _po/ja/tutorial/basic/index.po ja/tutorial/basic/index.md tutorial/basic/index.md Modified: _po/ja/tutorial/basic/index.po (+2 -2) =================================================================== --- _po/ja/tutorial/basic/index.po 2014-03-28 19:43:26 +0900 (f55dfa0) +++ _po/ja/tutorial/basic/index.po 2014-03-28 19:45:06 +0900 (edd6556) @@ -1710,8 +1710,8 @@ msgstr "" "を、`match_to` パラメータに検索対象として `_key` を指定し、以下のようなリクエストを発行します。" msgid "" -" # curl \"http://localhost:3000/droonga/tables/Store?query=Columbus&match_to" -"=_key&attributes=_key&limit=-1\"\n" +" # curl \"http://localhost:3000/tables/Store?query=Columbus&match_to=_key&at" +"tributes=_key&limit=-1\"\n" " {\n" " \"stores\": {\n" " \"count\": 2,\n" Modified: ja/tutorial/basic/index.md (+1 -1) =================================================================== --- ja/tutorial/basic/index.md 2014-03-28 19:43:26 +0900 (01b4c03) +++ ja/tutorial/basic/index.md 2014-03-28 19:45:06 +0900 (edc9a6e) @@ -1485,7 +1485,7 @@ HTTP Protocol Adapterとして`droonga-http-server`を使用します。`droonga もう少し複雑なクエリを試してみましょう。例えば、店名に「Columbus」を含む店舗を検索します。`query` パラメータにクエリ `Columbus` を、`match_to` パラメータに検索対象として `_key` を指定し、以下のようなリクエストを発行します。 - # curl "http://localhost:3000/droonga/tables/Store?query=Columbus&match_to=_key&attributes=_key&limit=-1" + # curl "http://localhost:3000/tables/Store?query=Columbus&match_to=_key&attributes=_key&limit=-1" { "stores": { "count": 2, Modified: tutorial/basic/index.md (+1 -1) =================================================================== --- tutorial/basic/index.md 2014-03-28 19:43:26 +0900 (c4439ad) +++ tutorial/basic/index.md 2014-03-28 19:45:06 +0900 (09fbf30) @@ -1478,7 +1478,7 @@ Because the `count` says `40`, you know there are all 40 records in the table. S Next step, let's try more meaningful query. To search stores which contain "Columbus" in their name, give `Columbus` as the parameter `query`, and give `_key` as the parameter `match_to` which means the column to be searched. Then: - # curl "http://localhost:3000/droonga/tables/Store?query=Columbus&match_to=_key&attributes=_key&limit=-1" + # curl "http://localhost:3000/tables/Store?query=Columbus&match_to=_key&attributes=_key&limit=-1" { "stores": { "count": 2, -------------- next part -------------- HTML����������������������������...Descargar