Text urlText = new Text(url);
Inlinks inlinks = null;
Parse parse = parseResult.get(urlText);
try {
indexers.filter(doc, parse, urlText, datum, inlinks);
} catch (IndexingException e) {
e.printStackTrace();
}
for (String fname : doc.getFieldNames()) {