lucene 4.10.4 punctuation

2021-08-25 Thread Younes Bahloul
Hello i m part of a team that maintain http://exist-db.org/exist/apps/homepage/index.html its an Open Source XML database and we use lucene 4.10.4 i m trying to introduce punctuation in search feature is there an analyzer that provides that or a way to do it in 4.10.4 API thanks Younes

Re: lucene 4.10.4 punctuation

2021-08-26 Thread Younes Bahloul
te: > Hi, > > you should explain to use what you exactly want to do: How do you want to > search, how do your documents look like? Why is it important to match on > punctuation and how should this matching look like? > > Uwe > > - > Uwe Schindler > Achter

Lucene 4.10.4 forward slash syntax error

2022-11-25 Thread Younes Bahloul
using `org.apache.lucene.queryparser.classic.QueryParser` and it's treating forward slash as an end of file is it possible to modify `queryparser.classic.QueryParser`? or a way to escape the forward slash? thank you -- Kind regards, Younes Bahloul Junior Engineer

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 wit