I am running into a somewhat similar issue with Synonyms. I'm trying to
create a synonym filter for common first names (ie: chuck,charles,charlie).
Here is a snippet from my schema.xml:
...
Here's a piece of my synonyms file:
Abraham,Abe,Abram,Bram
Adaline,Ada
There isn't one. I more or less copied it from
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#head-2c461ac74b4ddd82e453dc68fcfc92da77358d46
here
Yonik Seeley wrote:
>
> On 8/7/07, bvandenbos <[EMAIL PROTECTED]> wrote:
>> I am running into a somewhat simi
Ah. It seems that the Caps in my synonyms file are throughing off the
matches, as I convert everything to lowercase BEFORE handing it off to solr.
Ha... as I said, something obvious. :)
Thanks!
ben
bvandenbos wrote:
>
> There isn't one. I more or less copied it f