Thank you for your answer Chris.
What I did was to get all the Documents from the old indexes, and loop
the existingDocuments, then I replaced the "date" field by the same
values but created with LongPoints.
Something like this:
for (Document existingDocument : existingDocuments) {
Docume
Yep, you hit the point.
Thank you so much!
Output is now
#Hits: 1 : Hochschule
#Hits: 3 : Hello
#Hits: 1 : people
#Hits: 1 : universität
term: hello
term: hochschule
term: people
term: universität
term: world
>>> Alan Woodward 07/25/17 9:14 AM >>>
You have a LowercaseFilter before y
You have a LowercaseFilter 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 luc