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 n

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

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,