synonyms

2017-07-24 Thread Christian Kaufhold
Hi, I am not able to add synonyms to the lucene index. I condensed my problem into the following class which is based on a Hello World example. The idea behind the code was to add a document with universität and the synonym 'Hochschule' (highschool) so that lucene finds universität wenn I query

Re: synonyms

2017-07-25 Thread Christian Kaufhold
rcaseFilter before your SynonymFilter, which means that the entities in your SynonymMap need to be all lowercase or they won’t be matched. Alan Woodward www.flax.co.uk > On 25 Jul 2017, at 07:52, Christian Kaufhold > wrote: > > Hi, > > I am not able to add synonyms to the lu