Re: OutOfMemoryError when using Sort

2009-11-12 Thread Nuno Seco
ww.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Nuno Seco [mailto:ns...@dei.uc.pt] Sent: Thursday, November 12, 2009 6:08 PM To: java-user@lucene.apache.org Subject: Re: OutOfMemoryError when using Sort Ok. Thanks. The doc. says: "Finds the top |n| hits for |que

Re: OutOfMemoryError when using Sort

2009-11-12 Thread Nuno Seco
. Thank you for clarifying this issue. -- Nuno Seco Jake Mannix wrote: Sorting utilizes a FieldCache: the forward lookup - the value a document has for a particular field (as opposed to the usual "inverted" way of looking at all documents which contains a given term), which lives in memory, a

OutOfMemoryError when using Sort

2009-11-12 Thread Nuno Seco
ield). I'm using: java version "1.6.0_16" (64 bit) lucene 2.9.1 linux ext3 FS linux kernel 2.6.31-15 Can anybody help me or redirect me in the right direction? Thanks -- Nuno Seco - To unsubscribe, e-mail: java

Re: Reverse stemmer?

2009-10-08 Thread Nuno Seco
Hi. You may want to take a look at: http://wordlist.sourceforge.net/ -- Nuno Seco Christian Reuschling wrote: Hi, looking up the different terms with a common stem can be useful in different scenarios - so I don't want to judge it whether someone needs it or not. E.g., in the case you