Re: write.lock

2003-12-11 Thread Aaron Galea
empty? 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

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 : java.io

Re: Indexing

2003-12-04 Thread Aaron Galea
/api/org/apache/lucene/index/IndexWriter.html#maxFieldLength >? > >Otis > >--- Aaron Galea <[EMAIL PROTECTED]> wrote: >> Hi >> >> I am indexing a document but for a strange reason the word "Mayo" is >> never indexed. The thing is that in this la

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 se

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
g. Perhaps 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

Re: Searching with Multiple Queries

2002-11-15 Thread Aaron Galea
eld, reader); > } > } > } > > > I do not want any of my fields toekenized for now, so I was thinking about > use the above code with a few slight modifications... > > Thanks, > > Rob > > > -Original Message- > From: Rob Outar [mailto

Re: Searching with Multiple Queries

2002-11-15 Thread Aaron Galea
Multiple Queries > > > > > > > Sounds like 2 queries to me. > > > You could do a prefix AND phrase, but that won't be exactly the > > same as > > > doing a phrase query on subset of results of prefix query. > > > > > > Otis > > >

Re: Searching with Multiple Queries

2002-11-15 Thread Aaron Galea
Searching with Multiple Queries > Sounds like 2 queries to me. > You could do a prefix AND phrase, but that won't be exactly the same as > doing a phrase query on subset of results of prefix query. > > Otis > > --- Aaron Galea <[EMAIL PROTECTED]> wrote: > > Hi every

Searching with Multiple Queries

2002-11-14 Thread Aaron Galea
Hi everyone, I have indexed my documents using a hierarchical indexing by adding a directory field that is indexible but non-tokenized as suggested in the FAQ. Now I want to do a search first using a prefix query and then apply Phrase query on the returning results. Is this possible? Can it be

Re: Indexing synonyms

2002-11-11 Thread Aaron Galea
ist, the "moby" list, didn't seem to have synonyms however. > > I believe another poster mentioned WordNet so I'll try that. > > > > I'd really like it if it was possibly to automatically determine > > synonyms - maybe something similar to Latent Semant

Re: Indexing synonyms

2002-11-10 Thread Aaron Galea
nyms > > > .mt? Malta? That's rare! :) > > A person called Clemens Marschner just submitted diffs for query > rewriting to lucene-dev list 1-2 weeks ago. The diffs are not in CVS > yet, and they are a bit old now becase the code they were made against > has changed since

Indexing synonyms

2002-11-10 Thread Aaron Galea
Hi everyone, I need to create a filter that extends a tokenfilter whose purpose is to generate some synonyms for words in the document using Wordnet. Well searching for synonyms using wordnet is not that problematic but I need to add the synonym words to Lucene tokenstream before they are passe

Re: Lucene Newbie

2002-07-12 Thread Aaron Galea
12, 2002 3:03 PM > To: Lucene Users List > Subject: Re: Lucene Newbie > > > Aaron, > > I have never seen this error, but please post what version of JavaCC, > Ant, and Java you are using, that may help. > > Otis > > --- Aaron Galea <[EMAIL PROTECTED]> wrote: >

Re: Lucene Newbie

2002-07-12 Thread Aaron Galea
I have never seen this error, but please post what 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 typin

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 org.ap