Hi Guru's I am using lucene's search engine to search into my set of HTML documents ..I have indexed my folder and got a set of HTMLDocuments objects while searching..The problem I am facing is regarding the content I tretrieve from the search..It gives me "Url" and the "title" of the document but when I fetch "summary" for the document it gave me summary in the encoded form..I tried to decode it using Entities.decode() method but it returned me nothing..Please let me know where I am wrong?
Any sort of help is extremely useful. Regards Chandrashekhar --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
