On Jan 18, 2007, at 3:22 AM, Supheakmungkol SARIN wrote:
I'd like to know whether there exists any integrated JAVA API that we can use to parse most of today's popular file formats? Currently I have been using one API for one file format and it's not so convenient.

If you wrapped all your one-to-one mappings behind a single API, you'd have what you want :) In fact, we did this in Lucene in Action's code, with a DocumentHandler interface. It's simplistic, but you're welcome to borrow from it if you like. http:// www.lucenebook.com

        Erik


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

Reply via email to