Search by Perl regular expression (pcre)

Hello all,

I did some research and found plenty of topic about regular expressions but nothing specifically to PCRE. Hope to get some hint here.

In short I'm periodically provided with a list of Perl Compatible Regular Expressions to match against the data indexed in elasticsearch. I have to do it continuously as new data is added as well as on the whole data set when I receive new regular expressions.
Basically it should be matter of changing or extending search engine to support PCRE but as said I didn't find much around.

Do you know of any plugin, project or someone had a similar problem?

Any help or suggestion is very much appreciated.

lorenzo

I haven't seen anything that can do this, it'd probably be something you need to build.