<?xml version="1.0"?>
<!DOCTYPE adapter SYSTEM "dtd/adapter.dtd">
<adapter>
	<engine id="Blixem">
		<command>
			<executable><![CDATA[java -jar #path/Blixem.jar #query >& #times]]></executable>
			<after>cp #times #result</after>
        	        <file_query>y</file_query>
			<fullpath_doc>y</fullpath_doc>
                </command>
		<error><![CDATA[Exception in|Parser Exception|Engine Exception]]></error>
	</engine>
</adapter>

