I want to run the following regex query in solr name:/.+\.m+d$/
. I have documents in my index with the following names:
readme.md
2013.02.26.md
test.mmd
and none of them match. Removing the $
matches the readme.md entry. I believe the problem is that I need to specify a global pattern modifier but can't find the syntax to do this.