I have a field in my documents that consists of a URL. 
{... 
"url":"http://example.com/2014/04/15/foo-bar-baz/";
...}

I would like to use a regexp query/filter to find documents in my index 
with urls matching a regex pattern.
For example: "http://example\.com/\d{4}/\d{2}/\d{2}/([^/]+)/$"

I'm a bit stumped about how to configure an analyzer in the document 
_mapping to enable a regexp search (like above) for the url field. I've 
tried the standard and keyword analyzer, but they didn't work.

I'm not even sure if this is possible to do, if not I'll can do it outside 
of ES, but I thought I'd ask here to see if ya'll had any guidance.

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/62e05ecc-500f-474e-a5e6-220a9eb86eb3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to