kasykqueriedxml - description of the Kasyk successful query log XML (<kasyk:queried>)
The Kasyk query log XML specifies the structure of the logging of a single successful Kasyk query XML request in a query log file. If the query was unsuccessful, it will be logged as a Kasyk error XML container by the Kasyk provider.
Only the Kasyk searcher (kasyk) and Kasyk server (kasykd) executables log queries if so configured.
The <kasyk:queried> container serves as a container of <kasyk:query>. No changes are made to the query: it is stored exactly the way as it came in (including any specific whitespace). The attributes add a timestamp to indicate when the query was done, when the Kasyk provider was started and when the Kasyk index was last updated.
The values specified in all of the attributes is the time is specified in seconds since midnight GMT on Jan. 1, 1970 (often referred to as Unix time).
<kasyk:queried at="1049295076" started="1049295076" updated="1049295075"><kasyk:query id="query00001" >mattijsen </kasyk:query></kasyk:queried>
The first query of the test-suite in the query log.
This is an attempt at a Document Type Definition for the Kasyk hitlist XML.
<!DOCTYPE kasyk:queried [
<!ELEMENT kasyk:queried (kasyk:query)>
<!ATTLIST kasyk:queried at CDATA #REQUIRED,
started CDATA #REQUIRED,
updated CDATA #REQUIRED>
]>
Please note that the DTD of a <kasyk:query> container is described in Kasyk query XML.
Kasyk home, Kasyk error XML, Kasyk query XML, Kasyk hitlist XML, Kasyk configuration XML, Kasyk searcher (kasyk), Kasyk server (kasykd).
See http://www.kasyk.nl/xml/kasykqueriedxml.html for the most up-to-date version of this information.
Copyright © 2003 Dijkmat BV
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Kasyk XML Information: Kasyk version 1.0.0, XML version http://www.kasyk.org/1.0, generated on Tue Nov 25 12:09:47 2003.