lucene 4: Fixed compile error

This commit is contained in:
Martijn van Groningen 2012-10-30 22:39:59 +01:00 committed by Shay Banon
parent 083df0a86c
commit 0354825914
1 changed files with 0 additions and 2 deletions

View File

@ -159,8 +159,6 @@ public class FieldsLookup implements Map {
data.doc(fieldVisitor.createDocument());
} catch (IOException e) {
throw new ElasticSearchParseException("failed to load field [" + name + "]", e);
} finally {
fieldVisitor.reset();
}
}
return data;