Oops... I just noticed that you sent this request to the "java-user" list,
which is primarily for developers using the Lucene library directly. Try
sending it to the solr-user list, which is for users and developers working
with Solr.
-- Jack Krupansky
-Original Message-
From: venkat
The "explain" section of the debug response when you set the debugQuery=true
parameter will give you the final terms that were matched for each document.
-- Jack Krupansky
-Original Message-
From: venkatesham.gu...@igate.com
Sent: Saturday, May 17, 2014 2:28 AM
To: java-user@lucene.ap
De Simone, Alessandro [alessandro.desim...@bvdinfo.com] wrote:
> We have a performance issue ever since we stopped optimizing the index. We
> are using Lucene 4.8 (jvm 32bits for searching, 64bits for indexing) on
> Windows 2008R2.
How much RAM does your search machine have?
> For instance, a s
Hello,
I've just finished a little side project of mine, and wanted to let
you know about it. Basically, it's a Java web application, which lets
your search chess games using Lucene - hence its cheeky name
"Luchess".
The code is nothing complicated, as I've simply made a standard use of
the API.