: 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
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
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
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
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