ATM [autonomous topic maps] :Operator Definition
|
http://www.semports.org/mwp/queryTopicMapIndex
|
Lutz Maicher (maicher@informatik.uni-leipzig.de)
Last update: 2006-11-08
PSI:
http://www.semports.org/mwp/queryTopicMapIndex
Description
This operator queries a topic map index data
handler with a specified query. This query is a bag of terms, which should appear
in a topic. The result set is a table with the columns “TEXT”, “SI” and
“SOURCE”. The values of the first column are textual representations of
topics (where the query terms are found in). The values of the second column
are subject identifiers of these topics and the values of the last column are
the locations of the topics at indexing time. The whole result set is stored
in the forwarded token. Example: The query Picasso executed in the
transition "ID1" might return the following result set:
In
this case the operator stores in the forwarded token the following
characteristics: [ID1.http://psi.semports.org/pndm/table,
“TABLE”] Input
Namespace pndm
defined by http://psi.semports.org/pndm/
Output
for each element of the
result of the index query at position (column name, row index) Note:
A result set of an index query always consists of the columns with the
following names “SI”, “SOURCE”, “TEXT”. Note: The row index always starts with
0.
|