I'm using lemur for a nlp project, and I indexed some data succesffully I wanna run a query on index files by IndriRunQuery command parameter file:
<parameters>
<index>PATH-TO-INDEX-DIRECTORY</index>
<query>
<number>1</number>
<text>QUERY SAMPLE STRING</text>
</query>
<count>50</count></parameters>
there is no error, there is no answer. just a blank line in output