Re: Parsing of queries.

2002-01-14 Thread Brian Goetz
How do I format the query in order to keep the parser satisfied? I have tried the usual \-escaping of difficult characters, but that doesn't work either. Is there a way to set which characters are allowed in a query or something similar? Right now, the parser doesn't know what to do with the

Anyone run Linux JVM 1.4 Beta 3 with lucene ?

2002-01-14 Thread Winton Davies
Hi guys, I'm getting stung by JVM 1.3.1_01 on Linux, max allocation of heap is about 1.9 gb. Anyway, I'm thinking of going to 1.4 ? Anyone run Lucene under this beta ? Cheers, Winton -- Winton Davies Lead Engineer, Overture (NSDQ: OVER) 1820 Gateway Drive, Suite 360 San Mateo, CA

Re: Anyone run Linux JVM 1.4 Beta 3 with lucene ?

2002-01-14 Thread Otis Gospodnetic
Oui :) Otis --- Winton Davies [EMAIL PROTECTED] wrote: Hi guys, I'm getting stung by JVM 1.3.1_01 on Linux, max allocation of heap is about 1.9 gb. Anyway, I'm thinking of going to 1.4 ? Anyone run Lucene under this beta ? Cheers, Winton -- Winton Davies Lead

Re: indexing big files

2002-01-14 Thread Jonathan_Wasson
Have tried that... even going so as as to push it to a Solaris server with plenty more RAM than my NT box... still hanging, so assume it is something other than memory. So far have stepped into it and it appears to be hanging on HTMLParser parser = new HTMLParser(f); in HTMLDocument.class...