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