Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ private void updateDoc(String noteId, String noteName, Paragraph p) throws IOExc
indexWriter.updateDocument(new Term(ID_FIELD, id), doc);
indexWriter.commit();
} catch (IOException e) {
logger.error("Failed to updaet index of notebook {}", noteId, e);
logger.error("Failed to update index of notebook {}", noteId, e);
}
}

Expand Down