Re: Symbols in synonyms

2012-02-13 Thread Chris Hostetter
: is it good practice, common, or even possible to put symbols in my list of : synonyms? it entirely depends on your usecases, and wether you want words with those symbols to have synonyms. : I'm having trouble indexing and searching for "A&E", with it being split on : the &. that sounds like

Re: Symbols in synonyms

2012-02-07 Thread Erick Erickson
You're probably looking at a custom tokenizer and/or filter chain here. Or at least creatively combining the ones that exist. The admin/analysis page will be your friend. Even if you define these as synonyms, the rest of the analysis chain may break them up so you really have to look at the effect

Symbols in synonyms

2012-02-06 Thread Robert Brown
is it good practice, common, or even possible to put symbols in my list of synonyms? I'm having trouble indexing and searching for "A&E", with it being split on the &. we already convert .net to dotnet, but don't want to store every combination of 2 letters, A&E, M&E, etc. -- IntelComp