I'm in the process of indexing the content of a CMS with Lucene, so I have extended the SQL Server database schema to add an "IsIndexed" bit column, so the Lucene indexer can find a piece of content that hasn't already been indexed.I'm in the process of indexing the content of a