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 -