Thank you all for your support.
I'm using now RegEx query from Lucene Contrib package which handles it fine
in my unit test. I'm waiting for confirmation from the other developer team
if this fixed their issue.
--
View this message in context:
http://lucene.472066.n3.nabble.com/searching-for-
Dear all,
I have to solve the following problem but without success yet.
We need to search for a content in a field 'name' that contains the wildcard
symbol appearing somewhere in a string. E.g. indexed string "1234*abc".
The query should ignore all others that does not contain this symbol.
A