Re: write.lock

2003-12-11 Thread Aaron Galea
? What are permissions on it? When the exception occurs, a file called write.lock should remain in the directory. Can you ls -al that file? Is this Lucene 1.3*? Maybe you solved the problem already. This is unlikely a Lucene bug. Otis --- Aaron Galea [EMAIL PROTECTED] wrote: Hi I am starting

write.lock

2003-12-05 Thread Aaron Galea
Hi I am starting to get an error about a write.lock in lucene when creating an index in an empty directory. It used to work fine before but now it started to occur and as far as I know I didn't touch anything. Printing out the stack trace from the excpetion thrown I get the following :

Indexing

2003-12-04 Thread Aaron Galea
Hi I am indexing a document but for a strange reason the word Mayo is never indexed. The thing is that in this large document this term appears only once. However if i remove all text from this document and leave only the paragraph that contains Mayo, this word will get indexed. I can't see

RE: OutOfMemoryException while Indexing an XML file

2003-02-14 Thread Aaron Galea
I had this problem when using xerces to parse xml documents. The problem I think lies in the Java garbage collector. The way I solved it was to create a shell script that invokes a java program for each xml file that adds it to the index. Hope this helps... Aaron -- Original Message

Re: Searching with Multiple Queries

2002-11-15 Thread Aaron Galea
15, 2002 10:10 AM To: Lucene Users List Subject: RE: Searching with Multiple Queries I thought this was my problem :-), anyhow can I just write an analyzer tha t does not tokenize the search string and use it with QueryPaser? Thanks, Rob -Original Message- From: Aaron Galea

Re: Searching with Multiple Queries

2002-11-15 Thread Aaron Galea
someone else might... Aaron - Original Message - From: Aaron Galea [EMAIL PROTECTED] To: Lucene Users List [EMAIL PROTECTED] Sent: Friday, November 15, 2002 4:35 PM Subject: Re: Searching with Multiple Queries Hi Rob Here is how I think in my case I will do it but the code

Re: Indexing synonyms

2002-11-10 Thread Aaron Galea
either try applying them yourself, of waiting until they get applied and then you could get a nightly build. Otis --- Aaron Galea [EMAIL PROTECTED] wrote: Hi everyone, I need to create a filter that extends a tokenfilter whose purpose is to generate some synonyms for words

Lucene Newbie

2002-07-12 Thread Aaron Galea
Hi everyone, I am trying to build lucene on linux but when typing ant I get the following error message: Buildfile: build.xml init: javacc_check: compile: BUILD FAILED java.lang.NoSuchMethodError at org.apache.tools.ant.taskdefs.optional.javacc.JavaCC.execute(JavaCC.java:315) at

Re: Lucene Newbie

2002-07-12 Thread Aaron Galea
version of JavaCC, Ant, and Java you are using, that may help. Otis --- Aaron Galea [EMAIL PROTECTED] wrote: Hi everyone, I am trying to build lucene on linux but when typing ant I get the following error message: Buildfile: build.xml init: javacc_check: compile