Re: Synonym map

2010-02-09 Thread Simon Willnauer
Maybe I miss something but what is wrong with SynonymTokenFilter in contrib/wordnet? simon On Tue, Feb 9, 2010 at 5:03 PM, Ian Lea wrote: > Lucene in Action second edition has Synonym stuff that I think will > work with lucene 3.0. > > Source code available from http://www.manning.com/hatcher3/

Re: Synonym map

2010-02-09 Thread Ian Lea
Lucene in Action second edition has Synonym stuff that I think will work with lucene 3.0. Source code available from http://www.manning.com/hatcher3/ -- Ian. On Tue, Feb 9, 2010 at 2:03 PM, Marc Schwarz wrote: > Hi, > > i try to implement synonyma, but i didn't exactly know how to do it > (lu