Simple Query String Search - Wildcard (*) inside a phrase (" ")

Hi every one,

I've been looking all over the web on how to preform a wildcard query inside a phrase search.

I have used the English Analyzer to index a text field. I have also modified the analyzer with a custom mapping filter to preserve some symbols.
%=>\u0020percent_symbol

The text field contains numbers. For example

2.5m @ 1.25ppm xyz
3.2m @ 4.5% abc

I am trying to search for "@ 1ppm xyz" or "@ 4% abc".
How do I acheve that?

wildcard query

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.