I used the lucene benchmark in order to measure the precision and recall in the original code there is two files, topics File:
QualityQuery qqs[] = qReader.readQueries( new BufferedReader(new FileReader(topicsFile)));
and qrelsFile:
Judge judge = new TrecJudge(new BufferedReader(new FileReader(qrelsFile)));
These two files are text files as I understand.But I don't Know what I need to full these two file with,are they written manually by me or there is some code to populate them with the needed information.
I need any help with this precision and recall measurement in the lucene program
thanks