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

Custom SynonymMap

2007-12-06 Thread java_user_
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? -- View this message in context: http://www.nabble.com/Custom-SynonymMap-tf4958585.html#a14201041

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 t

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

Custom SynonymMap

2007-08-17 Thread Antonius Ng
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 SynonymAnalyzer? I am using Lucene version 2.2.0 Antonius Ng