ACCUREV_IGNORE_ELEMS is not filtering out files that look like this:
lib/junit/junit/4.10 or lib/.cache/m2e/0.12.1/xxxx
I've tried these and none seem to pick up these files:
/lib/ lib/* lib/** /lib/* /lib/
It says in the doc that the wildcard gets all characters including path separators. The problem seems to be specifically with files and directories that have a number or underscore in the name. Other files are getting filtered out.
Any suggestions for a pattern that will work?
The problem is happening in the External search view