意味的検索

ナビゲーションに移動 検索に移動
条件
表示内容の選択
オプション
パラメーター [
limit:

返す結果の最大数
offset:

最初の結果のオフセット
link:

値をリンクとして表示
headers:

ヘッダー名やプロパティ名を表示
mainlabel:

メインページ名に付けるラベル
intro:

問い合わせ結果がある場合、その前に表示する文字列
outro:

問い合わせ結果がある場合、その後に表示する文字列
searchlabel:

検索結果の続きへのリンク文字列
default:

問い合わせ結果がない場合に表示する文字列
import-annotation:

Additional annotated data are to be copied during the parsing of a subject
propsep:

The separator between the properties of a result entry
valuesep:

結果の属性値の区切り文字
template:

印刷出力とともに表示するテンプレートの名前
named args:

テンプレートに渡した引数に名前を付ける
userparam:

テンプレートが使用されている場合に、各テンプレート呼出しに渡される値
class:

An additional CSS class to set for the list
introtemplate:

問い合わせ結果がある場合、その前に表示するテンプレートの名前
outrotemplate:

問い合わせ結果がある場合、その後に表示するテンプレートの名前
並べ替えオプション
削除
並べ替え条件の追加
Debug output SQLStore
ASK Query
[[Coordinates::35° 19' 18.68" N, 139° 20' 14.88" E (3km)]] [[:+]]
SQL Query
SELECT DISTINCT
  t0.smw_id AS id,
  t0.smw_title AS t,
  t0.smw_namespace AS ns,
  t0.smw_iw AS iw,
  t0.smw_subobject AS so,
  t0.smw_sortkey AS sortkey, t0.smw_sort
FROM
  `smw_object_ids` AS t0
INNER JOIN
  (`smw_di_coords` AS t2
INNER JOIN
  `smw_object_ids` AS t4 ON t2.s_id=t4.smw_id) ON t0.smw_id=t2.s_id
WHERE
  (
   (t2.o_lat < '35.348835203733' AND t2.o_lat > '35.294875907378' AND t2.o_lon < '139.37053331887' AND t2.o_lon > '139.30440001446') AND t2.p_id=190912
   AND (t4.smw_namespace=0)
  )
  AND t0.smw_iw!=':smw'
  AND t0.smw_iw!=':smw-delete'
  AND t0.smw_iw!=':smw-redi'
ORDER BY
  t0.smw_sort ASC
LIMIT
  10
OFFSET
  5
SQL Explain
IDselect_typetabletypepossible_keyskeykey_lenrefrowsfilteredExtra
1SIMPLEt2ranges_id, p_id, o_lato_lat9400Using index condition; Using where; Using temporary; Using filesort
1SIMPLEt4eq_refPRIMARY, smw_id, smw_namespacePRIMARY4savemlak.t2.s_id1Using where
1SIMPLEt0eq_refPRIMARY, smw_id, smw_iw, smw_iw_2PRIMARY4savemlak.t2.s_id1Using where
Auxilliary Tables
No auxilliary tables used.
Query Metrics
Query-Size:3
Query-Depth:1
Errors and Warnings
None