Re: Custom SynonymMap

2007-12-14 Thread Chris Hostetter
: Is there a way to add synonyms to the SynonymMap map? : The HashMap that holds all the words is not visible (private) so extending : it will not work. : : Has anyone added their own custom vocabulary? I assume your question is in regards tothe SynonymMap that is part of the memory index cont

Re: Custom SynonymMap

2007-11-26 Thread java_user_
Were you able to find the post about a custom SynonymMap? Antonius Ng-2 wrote: > > Hi all, > > I'd like to add more words into SynonymMap for my application, but the > HashMap that holds all the words is not visible (private). > > Is there any other Class that I can use to implement SynonymAn

Re: Custom SynonymMap

2007-08-17 Thread Erick Erickson
Try searching the mail archives for SynonymMap, as I know this was discussed a while ago but don't remember the specifics. Erick On 8/17/07, Antonius Ng <[EMAIL PROTECTED]> wrote: > > Hi all, > > I'd like to add more words into SynonymMap for my application, but the > HashMap that holds all the