Re: Lucene 4.10.4 forward slash syntax error

2022-11-28 Thread Younes Bahloul
thank you escaping using a backslash does work i hope this now gets put in the archive so anyone having this question in the future will find the answer -- Kind regards, Younes Bahloul Junior Engineer On Mon, 28 Nov 2022 at 16:23, Michael Sokolov wrote: > Have you tried escaping with a backslas

Re: Lucene 4.10.4 forward slash syntax error

2022-11-28 Thread Michael Sokolov
Have you tried escaping with a backslash? I have a vague memory that might work. As for modifying classes in 4.10.4, you are welcome to do so in a custom fork, but that version is so old that we no longer post fixes for it on the official Apache release branches. The current release series is 9.x -

Lucene 4.10.4 forward slash syntax error

2022-11-25 Thread Younes Bahloul
hello i m part of the team that maintain exist-db https://github.com/eXist-db/exist we are using lucene 4.10.4 and we have an issue with using forward slash we made our own custom Analyzer that produce tokens with punctuation but we are facing some problems when trying to parse the input we are usi