Class CmsLuceneIndexWriter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static org.apache.commons.logging.Log LOG
      The log object for this class.
    • Constructor Summary

      Constructors 
      Constructor Description
      CmsLuceneIndexWriter​(org.apache.lucene.index.IndexWriter indexWriter)
      Creates a new index writer based on the provided standard Lucene IndexWriter.
      CmsLuceneIndexWriter​(org.apache.lucene.index.IndexWriter indexWriter, CmsSearchIndex index)
      Creates a new index writer based on the provided standard Lucene IndexWriter for the provided OpenCms search index instance.