Lock obtain timed out

2009-04-02 Thread Rehan Abdulaziz
Hey, Lucene is deployed at my Tomcat server, and when I send parallel calls from my client to add, delete or update documents, some operations are unsuccessful. The following exception is thrown: org.apache.lucene.store.LockObtainFailedException: Lock obtain timed out: simplefsl...@d:\testIndex\wr

tfIdf weights

2009-02-01 Thread Rehan Abdulaziz
Hi, Is it possible to retrieve the tfidf weights (or relative weight calculated from any formula) instead of simple term frequencies through getTermFreqVector()? I am more interested in knowing the relative weight of each term in each field rather than just the frequency of terms. Thank you very m