Hi, I’m using lucene on Hebrew MySql tables. I used ngram (1-15 gram sizes) in my name analyzer and the only thing that doesn’t work for me is when I try to use ‘%’ in my parsing string (didn’t find any match).
I tried escaping it, using double character (“%%”) but nothing worked. Thanks, Gal