Re: How to test solr filter

2011-12-30 Thread Chris Hostetter

: References: 1324729256338-3610466.p...@n3.nabble.com
:  4ef69412.3040...@r.email.ne.jp
: In-Reply-To: 4ef69412.3040...@r.email.ne.jp
: Subject: How to test solr filter

https://people.apache.org/~hossman/#threadhijack
Thread Hijacking on Mailing Lists

When starting a new discussion on a mailing list, please do not reply to 
an existing message, instead start a fresh email.  Even if you change the 
subject line of your email, other mail headers still track which thread 
you replied to and your question is hidden in that thread and gets less 
attention.   It makes following discussions in the mailing list archives 
particularly difficult.


-Hoss


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. What are the
 required steps in order to do this ? 

 Regards,