Hello,
>
> but honestly i haven't relaly tried anything like this ...
> the code for
> parsing the synonyms.txt file probaly splits the individual
> synonyms on
> whitespace to prodce multiple tokens which might screw you up
> ... you may
> need to get creative (perhaps use a PatternReplaceFil
: 1) Is multi-word synonyms possible now in Solr? For example, can I have
: things like synonyms like:
: "I.T. & T", "IT & T", "Information Technologies", "Computer science"
multi word synonyms are possible, but the only clean way to do it at index
time using expansion. there is a note about thi