RE: A few questions regarding multi-word synonyms and parameters encoding

2007-07-12 Thread Ard Schrijvers
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

Re: A few questions regarding multi-word synonyms and parameters encoding

2007-07-11 Thread Chris Hostetter
: 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