OK, that was what I was trying to avoid, but for this cool functionality I
will do so.
Just cut and paste the factory classes and change the init functions, not to
use the args[] parameter.

What kind of copyright (if any) do I need to include in these 2 classes
which I will cut and paste ?
I just never incorporated in my source, sources from open source frameworks
in such an obvious way.
Thanks


Yonik Seeley wrote:
> 
> On 5/15/07, bhecht <[EMAIL PROTECTED]> wrote:
>> When trying to do so, i discover that  the function parseRules in
>> SynonymFilterFactory is private, and I need to call this function when I
>> want to populate the SynonymMap like here:
>> parseRules(wlist, synMap, "=>", ",", ignoreCase,expand);
>>
>> any suggestions?
> 
> If you start using Solr's configuration, you drag more of Solr in.
> 
> You can add the synonyms to the SynonymMap yourself, or if you want to
> use a solr-style synonyms.txt, perhaps just extract the code that
> implements that.
> 
> -Yonik
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Using-Solr-without-using-a-web-app-tf3760714.html#a10630646
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to