How to test solr filter

2011-12-25 Thread Momo_Lelo
Dear, I have done some changes on StopFilterFactory. I would like to test these changes using java class to simulate Solr engine. What are the required steps in order to do this ? Regards,

Re: How to test solr filter

2011-12-25 Thread Rafał Kuć
Hello! Take a look at the TestStopFilterFactory class in the org.apache.solr.analysis package of core/test in Solr. -- Regards, Rafał Kuć http://solr.pl > Dear, > I have done some changes on StopFilterFactory. I would like to test > these changes using java class to simulate Solr engine. W

RE: solr-xslt question

2011-12-25 Thread Bent Jensen
Yes, that was it! thanks Bent -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Thursday, December 22, 2011 11:12 AM To: solr-user@lucene.apache.org Subject: Re: solr-xslt question You're probably hitting the default limit on a field. This is set in solrconf

Re: Highlight with multi word synonyms

2011-12-25 Thread O. Klein
I am using Solr 4.0 and after reindexing with LUCENE_33 I got the behaviour for highlighting I want. So yeah, I can confirm this is a bug. Koji Sekiguchi wrote > > (11/12/24 21:20), O. Klein wrote: >> Copy pasted following text from lucene mailing list as it describes my >> problem: >> >> " I'm

sort issue in Solr

2011-12-25 Thread Robert Yu
I want Solr return results by relevancy, but it seems it does not make sense. For example, partial match does not return before exact match. Even I enabled term length in schema definition. Is there someone can provide suggestions? For example, I want it return as the following order for ke

Re: sort issue in Solr

2011-12-25 Thread Gora Mohanty
On Mon, Dec 26, 2011 at 8:59 AM, Robert Yu wrote: > I want Solr return results by relevancy, but it seems it does not make > sense. For example, partial match does not return before exact match. > Even I enabled term length in schema definition. [...] There are various factors that can affect Sol