lucene 4: Fixed compile error
This commit is contained in:
parent
083df0a86c
commit
0354825914
|
@ -159,8 +159,6 @@ public class FieldsLookup implements Map {
|
||||||
data.doc(fieldVisitor.createDocument());
|
data.doc(fieldVisitor.createDocument());
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
throw new ElasticSearchParseException("failed to load field [" + name + "]", e);
|
throw new ElasticSearchParseException("failed to load field [" + name + "]", e);
|
||||||
} finally {
|
|
||||||
fieldVisitor.reset();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return data;
|
return data;
|
||||||
|
|
Loading…
Reference in New Issue