Re: Override SynonymFilterFactory to load synonyms from alternate data source

2010-11-03 Thread Ahmet Arslan
> Our application currently maintains synonyms in its > database ; we could > export this data to 'synonyms.txt', but would prefer a db > aware > implementationv of SynonymFilterFactory, i.e. avoiding that > middle step. > > From the looks of the class (private instances, static > methods), it doe

Override SynonymFilterFactory to load synonyms from alternate data source

2010-11-03 Thread Will Milspec
Hi all, Can anyone comment on the ease/merit of overriding the shipped SynonymFilterFactory with a version that could load the synonyms from an alternate data source? Our application currently maintains synonyms in its database ; we could export this data to 'synonyms.txt', but would prefer a db