public EnumerIterator filter(String path, Date from, Date to)
throws IOException {
List entries = new ArrayList();
String[] prefixes = getPrefixes();
StringMapper pathRemapper = getPathRemapper(prefixes);
for (int i = 0; i < prefixes.length; i++) {
String onePrefix = prefixes[i];
// find any imported entries for the given prefix