Class LuceneLogCategories

java.lang.Object
org.hibernate.search.backend.lucene.logging.impl.LuceneLogCategories

public final class LuceneLogCategories extends Object
Author:
Gunnar Morling
  • Field Details

    • INFOSTREAM_LOGGER_CATEGORY_NAME

      public static final String INFOSTREAM_LOGGER_CATEGORY_NAME
      See Also:
    • INFOSTREAM_LOGGER_CATEGORY

      public static final LogCategory INFOSTREAM_LOGGER_CATEGORY
      This is the category of the Logger used to print out the Lucene infostream.

      To enable the logger, the category needs to be enabled at TRACE level and configuration property org.hibernate.search.backend.configuration.impl.IndexWriterSetting#INFOSTREAM needs to be enabled on the index.

      See Also: