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