> Now, I would like to obtain the List of all Terms (and their corresponding > position) from each document (hits.doc(i)).
Try IndexReader.getTermFreqVector(), which will return an instance of TermPositionVector when the corresponding field has been indexed with storeTermVector==true. -- Maik Schreiber * http://www.blizzy.de GPG public key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x1F11D713 Key fingerprint: CF19 AFCE 6E3D 5443 9599 18B5 5640 1F11 D713 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]