.highlight(docId, document, highlightQuery, fieldManager, reader, preTag, postTag);
} catch (InvalidTokenOffsetsException e) {
LOG.error("Unknown error while tring to highlight", e);
}
}
fieldVisitor.reset();
fetchResult.recordResult = getRecord(document);
return;
}
} else {
if (liveDocs != null && !liveDocs.get(docId)) {