Format of tasks set for ad hoc search tracksTasks set is a an XML file with the following structure:<?xml version="1.0" encoding="windows-1251" ?> <task-set xmlns:romip="http://www.romip.ru/data/adhoc" collectionId="ROMIP-Web2007" id="web-adhoc-2007"> <!-- for ad hoc search in the collection of legal documents collectionId="ROMIP-Legal2007" id="legal-adhoc-2007" --> <!-- for ad hoc search in the mixed collection collectionId="ROMIP-2007-Mixed" id="mixed-adhoc-2007"--> <!-- for similar documents search collectionId="ROMIP-2005-Mixed" id="mixed-feedback-2007"--> <romip:header xmlns:romip="http://www.romip.ru/data/common"> <romip:version>1.1</romip:version> <romip:license type="public" uri="http://romip.ru/license/public.html" /> <romip:description>This file contains tasks for adhoc track...</romip:description> </romip:header> <task id="30560"> <querytext>text of query</querytext> <document id="http://klendo.narod.ru/ARCHIVE/NOVEMBER/AD1123.htm" collectionId="ROMIP-Web-2007"/> </task> <task id="31034"> <querytext>text of query</querytext> <document id="901876063" collectionId="ROMIP-Legal2007"/> </task> <task id="35338"><querytext>text of query</querytext></task> ... </task-set>Document tag is optional. It contains an URL of sample relevant document and is used for simular documents search track. |