Doug thanks for your answer, I currently use the .NET implementation of lucene 1.3 and we want to enable some semantic retrieval features. To create any associations between words and documents we need to know all words in a given document.
Cause I don't know how fast the .NET implementation of lucene 1.4 will come out... is it possible to run a method like getTermFreqVectors on a lucene 1.3 implementation ? Thanks for any response, Marcus -----Original Message----- From: Doug Cutting [mailto:[EMAIL PROTECTED] Sent: Dienstag, 6. April 2004 18:25 To: Lucene Users List Subject: Re: Find all Words in a Document peters marcus wrote: > is there a way to get all words stored in the index for a given document Yes, in the 1.4 release: http://jakarta.apache.org/lucene/docs/api/org/apache/lucene/index/IndexR eader.html#getTermFreqVectors(int) Doug --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
