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