A work around to get matching terms from document - Stemmed and Synonyms

2014-05-17 Thread venkatesham.gu...@igate.com
I am looking for a feature in SOLR that will give me all matched terms in the document when I search with a query term, My SOLR field uses Stemming and Synonym filters as a result of this I am unable find what was matching term in the document from the index.As a work around I have written a

Luchess: searching chess games with Lucene

2014-05-17 Thread Yann-Erwan Perio
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.

RE: search time number of segments

2014-05-17 Thread Toke Eskildsen
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

Re: A work around to get matching terms from document - Stemmed and Synonyms

2014-05-17 Thread Jack Krupansky
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:

Re: A work around to get matching terms from document - Stemmed and Synonyms

2014-05-17 Thread Jack Krupansky
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: