RE: Can't return Hits!

2005-09-01 Thread Vanlerberghe, Luc
Keep the IndexSearcher object you used to get the Hits open until you have finished with them... Luc -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: donderdag 1 september 2005 10:14 To: java-user@lucene.apache.org Subject: Can't return Hits! Hi, i wa

Can't return Hits!

2005-09-01 Thread dozean
Hi, i want to return the Hits!! For listing them out! But i get this Exception! Exception in thread "main" java.io.IOException: Das Handle ist ungültig at java.io.RandomAccessFile.seek(Native Method) at org.apache.lucene.store.FSInputStream.readInternal(FSDirectory.java:415)