Hi, > do you think the % character is already parsed out when it is put in the >index?
Yes. > >Or is the % character inside the fulltext index. I think there is a way to configure the fulltext index to include those characters, but I'm not an expert for that. I would check indexOriginalTerm at http://jackrabbit.apache.org/oak/docs/query/lucene.html (https://lucene.apache.org/core/4_4_0/analyzers-common/org/apache/lucene/an alysis/miscellaneous/WordDelimiterFilter.html - PRESERVE_ORIGINAL). Regards, Thomas
