Opened 14 years ago

Closed 14 years ago

#232 closed bug (fixed)

IndexOptimixer generates exceptions on the log

Reported by: Alex Owned by:
Priority: minor Milestone: 6.5.1
Component: Search Engine Version: 6.5
Keywords: Cc:

Description

IndexOptimizer generates frequently exceptions on the log

Change History (2)

comment:1 by Alex, 14 years ago

Priority: MajorMinor

comment:2 by car031, 14 years ago

Resolution: fixed
Status: newclosed

This is just a log statement that happens when a document not already indexed is cleaned: all the full-text entries for the document's id are purged. In this case some deleted documents were not already indexed when the cleaner passed.
Not really a bug, but this kind of events are now handled with 'debug' level

Note: See TracTickets for help on using tickets.