Re: Synonym processing at index time

2010-11-26 Thread Lance Norskog
I gave up trying to utterly totally master the analyzer classes. solr/admin/analysis.jsp allows you to see exactly how your analysis stack processes text, including what it does with synonyms both at index and query times. This is the easiest way to start and maintain this kind of feature; you mig

Synonym processing at index time

2010-11-24 Thread Jason Brown
Good Morning - I will explain my current config/fucntionality. I have 4 fields in my index... 1) Doc Title - a text field 2) Keyword Phrase, e.g. fund manager, a text field (with some edge n gram functionality at index time) 3) Keyword Phrase, e.g. fund manager, a string field (for facetting) 4