Is there a simple way to iterate through all the documents to
get their TermFreqVectors?  Do I need to write a custom
IndexSearcher for this?  Or can I just get an enumeration of
the  document ID and call IndexReader.getTermFreqVector(int)?

Thanks,

Will

-- 
William (Will) Lee 
Email: [EMAIL PROTECTED]
Computer Science, University of Illinois at Urbana-Champaign

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to