Ricerca semantica

Jump to navigation Jump to search
Condizione
Selezione dei dati da mostrare
Opzioni
Parametri [
limit:

Il numero massimo di risultati da restituire
offset:

The offset of the first result
link:

Mostra i valori come link
headers:

Mostra i nomi di header/proprietà
mainlabel:

L'etichetta da dare al nome della pagina principale
intro:

Testo da mostrare prima dei risultati della query, se ce ne sono
outro:

Testo da mostrare dopo i risultati della query, se ce ne sono
searchlabel:

Testo per continuare la ricerca ai risultati successivi
default:

Testo da mostrare se la query non dà risultati
class:

Specificare un'ulteriore classe di foglio di stile CSS
widget:

Widget disponibile
navigation:

Layout navigation control
overlay:

Enable image overlay
perrow:

Il numero di immagini per riga
widths:

La larghezza delle immagini
heights:

L'altezza delle immagini
autocaptions:

Use filename as caption when none is provided
fileextensions:

When using the filename as caption, also display the file extension
captionproperty:

The name of a semantic property present on the queried pages to be used as caption
imageproperty:

Name of a semantic property on the queried pages that points to images to use. When set, the queried pages themselves will not be displayed as images
redirects:

The name of a semantic property present on the queried pages which contain the redirect target
Sort options
Cancella
Add sorting condition
Debug output SQLStore
ASK Query
[[Categoria:Ads]] [[Publication date::≥1 gennaio 1925]] [[Publication date::≤31 dicembre 1925]]
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
  `FP_smw_object_ids` AS t0
INNER JOIN
  (`FP_smw_fpt_inst` AS t2
INNER JOIN
  `FP_t3` AS t3 ON t2.o_id=t3.id
INNER JOIN
  `FP_smw_di_time` AS t4 ON t2.s_id=t4.s_id
INNER JOIN
  `FP_smw_di_time` AS t6 ON t2.s_id=t6.s_id) ON t0.smw_id=t2.s_id
WHERE
  (
   ((t4.o_sortkey>='2424151.5') AND t4.p_id=85384)
   AND (
   (t6.o_sortkey<='2424515.5') AND t6.p_id=85384)
  )
  AND t0.smw_iw!=':smw'
  AND t0.smw_iw!=':smw-delete'
  AND t0.smw_iw!=':smw-redi'
ORDER BY
  t0.smw_sort ASC
LIMIT
  55
OFFSET
  100
SQL Explain
IDselect_typetabletypepossible_keyskeykey_lenrefrowsfilteredExtra
1SIMPLEt6ranges_id, p_id, o_sortkey, p_id_2, s_id_2p_id131438Using index condition; Using temporary; Using filesort
1SIMPLEt4refs_id, p_id, o_sortkey, p_id_2, s_id_2s_id_28wiki_fp.t6.s_id, const1Using where; Using index
1SIMPLEt0eq_refPRIMARY, smw_id, smw_iw, smw_iw_2PRIMARY4wiki_fp.t6.s_id1Using where
1SIMPLEt2refs_id, o_id, s_id_2, o_id_2s_id_24wiki_fp.t6.s_id2Using where; Using index; Distinct
1SIMPLEt3eq_refPRIMARYPRIMARY4wiki_fp.t2.o_id1Distinct
Auxilliary Tables
  • Temporary table t3
      Recursively computed hierarchy for element(s) (85678).
      SELECT s_id FROM `FP_smw_fpt_subc` WHERE o_id=85678 LIMIT 1
Query Metrics
Query-Size:5
Query-Depth:1
Errors and Warnings
None