RE: Lucene WordExtractor

2006-07-11 Thread mcarcelen
Thanks suba Sorry -Mensaje original- De: Suba Suresh [mailto:[EMAIL PROTECTED] Enviado el: martes, 11 de julio de 2006 15:51 Para: java-user@lucene.apache.org Asunto: Re: Lucene WordExtractor There is a separate user mailing list for poi. Use it. There are three jar files. Check the

Re: Lucene WordExtractor

2006-07-11 Thread Suba Suresh
There is a separate user mailing list for poi. Use it. There are three jar files. Check the scratchpad jar. You have to send in a FileInputStream(not the filename) as an argument to the WordExtractor class. suba suresh. mcarcelen wrote: Hi all! I´m working with poi-bin-3.0-alpha2-20060616 I

Lucene WordExtractor

2006-07-11 Thread mcarcelen
Hi all! I´m working with poi-bin-3.0-alpha2-20060616 I´m trying to extract text from a Word document using the class org.apache.poi.hwpf.extractor.WordExtractor but I get the following bugs "Exception in thread main java.lang.NoSuchMethodError" I have also tried with the parameter -doc and the nam