Problems with StandardTokenizer

2003-07-07 Thread Flavio Eduardo de Cordova
People... I've created a custom analyser that uses the StandardTokenizer class to get the tokens from the reader. It seemed to work fine but I just noticed that some large documents are not having all their content properly indexed, but just [the starting] part of them. Aft

Text Extracting

2003-07-07 Thread Flavio Eduardo de Cordova
People... Do you know any non-native API to extract text from PPT/PPS files ? I've been trying POI but it seems to me they just support .xls (well) and .doc (a little) files by now... Flavio Cordova - To unsubscribe, e-m

RES: Lucene 1.3rc1 on Java 1.3

2003-07-04 Thread Flavio Eduardo de Cordova
You're probably right.. the JVM I have installed is JDK 1.3.0 ! Thanks ! -Mensagem original- De: Bruce Ritchie [mailto:[EMAIL PROTECTED] Enviada em: sexta-feira, 4 de julho de 2003 12:31 Para: Lucene Users List Assunto: Re: Lucene 1.3rc1 on Java 1.3 Flavio Eduardo de Cordova

Lucene 1.3rc1 on Java 1.3

2003-07-04 Thread Flavio Eduardo de Cordova
People.. I have a class that searchs for some documents in an existing index (see the code below). It works fine when I run it on a 1.4 JVM but it throws a NullPointerException (or crashes the JVM, in another computer) when I run it on a 1.3 JVM. I'm using Lucene 1.3rc1 and the exc