Description
As noted by Scott Dawson on the mailing list, the luceneMatchVersion in the 5.1 sample configs all still lists "5.0.0".
The root cause seems to be because the check-example-lucene-match-version task in solr/build.xml is looking in the wrong place – it's still scaning for instances of luceneMatchVersion in the example directory instead of the server/solr/configset
TODO:
- fix the luceneMatchVersion value in all sample configsets on 5x
- update the check to look in the correct directory
- update the check to fail to be smarter know that we have a more predictable directory structure
- fail if no subdirs found
- fail if any subdir doesn't contain conf/solrconfig.xml
- fail if any conf/solrconfig.xml doesn't contain a luceneMatchVersion
- fail if any luceneMatchVersion doesn't have the expected value