> I would like to know if and how can i extract the keywords list from
> an indexed document.

I believe this is not directly possible. You can create such a list by
iterating over all terms in an index and checking for each term whether
the document you are interested in is part of the list of all documents
that contain the current term - not very efficient.

--
Eric Jain


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

Reply via email to