/about/jobs.html?mls
> Lucene, Solr, Nutch, Katta, Hadoop, HBase, UIMA, NLP, NER, IR
>
>
>
> - Original Message
>> From: Jérôme Etévé
>> To: Otis Gospodnetic
>> Cc: solr-user@lucene.apache.org
>> Sent: Tuesday, August 4, 2009 12:39:33 PM
>> Sub
ent: Tuesday, August 4, 2009 12:39:33 PM
> Subject: Re: Synonym aware string field typ
>
> Hi Otis,
>
> Thanks. Yep, this synonym behaviour is the one I want.
>
> So if I don't want the synonyms to be applied at index time, I need
> to specify an index time analyzer r
Hi Otis,
Thanks. Yep, this synonym behaviour is the one I want.
So if I don't want the synonyms to be applied at index time, I need
to specify an index time analyzer right ?
Jerome.
2009/8/4 Otis Gospodnetic :
> Hi,
>
> KeywordTokenizer will not tokenize your string. I have a feeling that w
Hi,
KeywordTokenizer will not tokenize your string. I have a feeling that won't
work with synonyms, unless your field value entirely match a synonym. Maybe an
example would help:
If you have:
foo canine bar
Then KeywordTokenizer won't break this into 3 tokens.
And then canine/dog synonym wo