org.opencms.search
Class Messages

java.lang.Object
  extended by org.opencms.i18n.A_CmsMessageBundle
      extended by org.opencms.search.Messages
All Implemented Interfaces:
I_CmsMessageBundle

public final class Messages
extends A_CmsMessageBundle

Convenience class to access the localized messages of this OpenCms package.

Since:
6.0.0
Version:
$Revision: 1.14 $
Author:
Jan Baudisch

Field Summary
static String ERR_ANALYZER_NOT_FOUND_1
          Message constant for key in the resource bundle.
static String ERR_CREATING_INDEX_DOC_0
          Message constant for key in the resource bundle.
static String ERR_DOCCLASS_INIT_1
          Message constant for key in the resource bundle.
static String ERR_DOCCLASS_NOT_FOUND_1
          Message constant for key in the resource bundle.
static String ERR_DOCTYPE_NO_CLASS_DEF_0
          Message constant for key in the resource bundle.
static String ERR_DOCTYPE_NO_NAME_0
          Message constant for key in the resource bundle.
static String ERR_DOCTYPE_NO_RESOURCETYPE_DEF_0
          Message constant for key in the resource bundle.
static String ERR_INDEX_NOT_FOUND_1
          Message constant for key in the resource bundle.
static String ERR_INDEX_RESOURCE_FAILED_2
          Message constant for key in the resource bundle.
static String ERR_INDEX_SOURCE_ASSOCIATION_1
          Message constant for key in the resource bundle.
static String ERR_IO_INDEX_WRITER_OPEN_2
          Message constant for key in the resource bundle.
static String ERR_LOAD_ANALYZER_1
          Message constant for key in the resource bundle.
static String ERR_QUERY_TOO_SHORT_1
          Message constant for key in the resource bundle.
static String ERR_SEARCH_PARAMS_1
          Message constant for key in the resource bundle.
static String INIT_ADD_ANALYZER_2
          Message constant for key in the resource bundle.
static String INIT_ADD_SEARCH_INDEX_2
          Message constant for key in the resource bundle.
static String INIT_SEARCH_DOC_TYPES_2
          Message constant for key in the resource bundle.
static String INIT_SEARCH_INDEX_SOURCE_2
          Message constant for key in the resource bundle.
static String INIT_SEARCH_INIT_FAILED_1
          Message constant for key in the resource bundle.
static String INIT_START_SEARCH_CONFIG_0
          Message constant for key in the resource bundle.
static String LOG_ABANDONED_THREAD_FINISHED_1
          Message constant for key in the resource bundle.
static String LOG_BASE_QUERY_1
          Message constant for key in the resource bundle.
static String LOG_CREATING_INDEX_DOC_0
          Message constant for key in the resource bundle.
static String LOG_DOCTYPE_CONFIG_FAILED_1
          Message constant for key in the resource bundle.
static String LOG_EVENT_CLEAR_CACHES_0
          Message constant for key in the resource bundle.
static String LOG_EVENT_PUBLISH_PROJECT_1
          Message constant for key in the resource bundle.
static String LOG_EVENT_PUBLISH_PROJECT_FINISHED_1
          Message constant for key in the resource bundle.
static String LOG_INDEX_ACCESS_FAILED_1
          Message constant for key in the resource bundle.
static String LOG_INDEXER_CREATION_FAILED_1
          Message constant for key in the resource bundle.
static String LOG_INDEXING_TIMEOUT_1
          Message constant for key in the resource bundle.
static String LOG_INDEXING_WITH_FACTORY_2
          Message constant for key in the resource bundle.
static String LOG_IO_INDEX_DOCUMENT_DELETE_2
          Message constant for key in the resource bundle.
static String LOG_IO_INDEX_READER_CLOSE_2
          Message constant for key in the resource bundle.
static String LOG_IO_INDEX_READER_OPEN_2
          Message constant for key in the resource bundle.
static String LOG_IO_INDEX_WRITER_CLOSE_2
          Message constant for key in the resource bundle.
static String LOG_IO_INDEX_WRITER_OPTIMIZE_1
          Message constant for key in the resource bundle.
static String LOG_NO_INDEX_WITH_NAME_1
          Message constant for key in the resource bundle.
static String LOG_PARSE_EXCERPT_LENGTH_FAILED_1
          Message constant for key in the resource bundle.
static String LOG_READ_CATEGORY_FAILED_1
          Message constant for key in the resource bundle.
static String LOG_READING_CHANGED_RESOURCES_FAILED_1
          Message constant for key in the resource bundle.
static String LOG_REBUILD_INDEX_FAILED_1
          Message constant for key in the resource bundle.
static String LOG_REBUILD_INDEXES_FINISHED_1
          Message constant for key in the resource bundle.
static String LOG_REMOVE_SEARCH_INDEX_2
          Message constant for key in the resource bundle.
static String LOG_RESULT_ITERATION_FAILED_0
          Message constant for key in the resource bundle.
static String LOG_REWRITTEN_QUERY_1
          Message constant for key in the resource bundle.
static String LOG_SEARCH_PARAMS_2
          Message constant for key in the resource bundle.
static String LOG_SEARCH_PRIORITY_TOO_HIGH_2
          Message constant for key in the resource bundle.
static String LOG_SEARCH_PRIORITY_TOO_LOW_2
          Message constant for key in the resource bundle.
static String LOG_SEARCHING_FAILED_0
          Message constant for key in the resource bundle.
static String LOG_SKIPPED_1
          Message constant for key in the resource bundle.
static String LOG_STAT_RESULTS_TIME_4
          Message constant for key in the resource bundle.
static String LOG_THREADS_FINISHED_0
          Message constant for key in the resource bundle.
static String LOG_THREADS_LEFT_1
          Message constant for key in the resource bundle.
static String LOG_UNABLE_TO_READ_RESOURCE_2
          Message constant for key in the resource bundle.
static String LOG_UNABLE_TO_READ_SIBLINGS_1
          Message constant for key in the resource bundle.
static String LOG_UNABLE_TO_READ_SOURCE_2
          Message constant for key in the resource bundle.
static String LOG_UPDATE_INDEX_FAILED_1
          Message constant for key in the resource bundle.
static String LOG_WAITING_ABANDONED_THREADS_2
          Message constant for key in the resource bundle.
static String LOG_WRITE_SUCCESS_0
          Message constant for key in the resource bundle.
static String LOG_WRITING_INDEX_TO_WRITER_1
          Message constant for key in the resource bundle.
static String RPT_SEARCH_INDEXING_FAILED_0
          Message constant for key in the resource bundle.
static String RPT_SEARCH_INDEXING_FILE_BEGIN_0
          Message constant for key in the resource bundle.
static String RPT_SEARCH_INDEXING_REBUILD_BEGIN_1
          Message constant for key in the resource bundle.
static String RPT_SEARCH_INDEXING_REBUILD_END_1
          Message constant for key in the resource bundle.
static String RPT_SEARCH_INDEXING_STATS_4
          Message constant for key in the resource bundle.
static String RPT_SEARCH_INDEXING_TIMEOUT_1
          Message constant for key in the resource bundle.
static String RPT_SEARCH_INDEXING_UPDATE_BEGIN_1
          Message constant for key in the resource bundle.
static String RPT_SEARCH_INDEXING_UPDATE_END_1
          Message constant for key in the resource bundle.
static String RPT_UNABLE_TO_READ_SOURCE_2
          Message constant for key in the resource bundle.
 
Method Summary
static I_CmsMessageBundle get()
          Returns an instance of this localized message accessor.
 String getBundleName()
          Returns the bundle name for this OpenCms package.
 
Methods inherited from class org.opencms.i18n.A_CmsMessageBundle
container, container, container, container, container, getBundle, getBundle, getOpenCmsMessageBundles, key, key, key, key, key, key, key, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ERR_ANALYZER_NOT_FOUND_1

public static final String ERR_ANALYZER_NOT_FOUND_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_CREATING_INDEX_DOC_0

public static final String ERR_CREATING_INDEX_DOC_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_DOCCLASS_INIT_1

public static final String ERR_DOCCLASS_INIT_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_DOCCLASS_NOT_FOUND_1

public static final String ERR_DOCCLASS_NOT_FOUND_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_DOCTYPE_NO_CLASS_DEF_0

public static final String ERR_DOCTYPE_NO_CLASS_DEF_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_DOCTYPE_NO_NAME_0

public static final String ERR_DOCTYPE_NO_NAME_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_DOCTYPE_NO_RESOURCETYPE_DEF_0

public static final String ERR_DOCTYPE_NO_RESOURCETYPE_DEF_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_INDEX_NOT_FOUND_1

public static final String ERR_INDEX_NOT_FOUND_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_INDEX_RESOURCE_FAILED_2

public static final String ERR_INDEX_RESOURCE_FAILED_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_INDEX_SOURCE_ASSOCIATION_1

public static final String ERR_INDEX_SOURCE_ASSOCIATION_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_IO_INDEX_WRITER_OPEN_2

public static final String ERR_IO_INDEX_WRITER_OPEN_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_LOAD_ANALYZER_1

public static final String ERR_LOAD_ANALYZER_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_QUERY_TOO_SHORT_1

public static final String ERR_QUERY_TOO_SHORT_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_SEARCH_PARAMS_1

public static final String ERR_SEARCH_PARAMS_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_ADD_ANALYZER_2

public static final String INIT_ADD_ANALYZER_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_ADD_SEARCH_INDEX_2

public static final String INIT_ADD_SEARCH_INDEX_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_SEARCH_DOC_TYPES_2

public static final String INIT_SEARCH_DOC_TYPES_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_SEARCH_INDEX_SOURCE_2

public static final String INIT_SEARCH_INDEX_SOURCE_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_SEARCH_INIT_FAILED_1

public static final String INIT_SEARCH_INIT_FAILED_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_START_SEARCH_CONFIG_0

public static final String INIT_START_SEARCH_CONFIG_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_ABANDONED_THREAD_FINISHED_1

public static final String LOG_ABANDONED_THREAD_FINISHED_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_BASE_QUERY_1

public static final String LOG_BASE_QUERY_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_CREATING_INDEX_DOC_0

public static final String LOG_CREATING_INDEX_DOC_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_DOCTYPE_CONFIG_FAILED_1

public static final String LOG_DOCTYPE_CONFIG_FAILED_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_EVENT_CLEAR_CACHES_0

public static final String LOG_EVENT_CLEAR_CACHES_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_EVENT_PUBLISH_PROJECT_1

public static final String LOG_EVENT_PUBLISH_PROJECT_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_EVENT_PUBLISH_PROJECT_FINISHED_1

public static final String LOG_EVENT_PUBLISH_PROJECT_FINISHED_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_INDEX_ACCESS_FAILED_1

public static final String LOG_INDEX_ACCESS_FAILED_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_INDEXER_CREATION_FAILED_1

public static final String LOG_INDEXER_CREATION_FAILED_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_INDEXING_TIMEOUT_1

public static final String LOG_INDEXING_TIMEOUT_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_INDEXING_WITH_FACTORY_2

public static final String LOG_INDEXING_WITH_FACTORY_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_IO_INDEX_DOCUMENT_DELETE_2

public static final String LOG_IO_INDEX_DOCUMENT_DELETE_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_IO_INDEX_READER_CLOSE_2

public static final String LOG_IO_INDEX_READER_CLOSE_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_IO_INDEX_READER_OPEN_2

public static final String LOG_IO_INDEX_READER_OPEN_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_IO_INDEX_WRITER_CLOSE_2

public static final String LOG_IO_INDEX_WRITER_CLOSE_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_IO_INDEX_WRITER_OPTIMIZE_1

public static final String LOG_IO_INDEX_WRITER_OPTIMIZE_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_NO_INDEX_WITH_NAME_1

public static final String LOG_NO_INDEX_WITH_NAME_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_PARSE_EXCERPT_LENGTH_FAILED_1

public static final String LOG_PARSE_EXCERPT_LENGTH_FAILED_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_READ_CATEGORY_FAILED_1

public static final String LOG_READ_CATEGORY_FAILED_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_READING_CHANGED_RESOURCES_FAILED_1

public static final String LOG_READING_CHANGED_RESOURCES_FAILED_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_REBUILD_INDEX_FAILED_1

public static final String LOG_REBUILD_INDEX_FAILED_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_REBUILD_INDEXES_FINISHED_1

public static final String LOG_REBUILD_INDEXES_FINISHED_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_REMOVE_SEARCH_INDEX_2

public static final String LOG_REMOVE_SEARCH_INDEX_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_RESULT_ITERATION_FAILED_0

public static final String LOG_RESULT_ITERATION_FAILED_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_REWRITTEN_QUERY_1

public static final String LOG_REWRITTEN_QUERY_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_SEARCH_PARAMS_2

public static final String LOG_SEARCH_PARAMS_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_SEARCH_PRIORITY_TOO_HIGH_2

public static final String LOG_SEARCH_PRIORITY_TOO_HIGH_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_SEARCH_PRIORITY_TOO_LOW_2

public static final String LOG_SEARCH_PRIORITY_TOO_LOW_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_SEARCHING_FAILED_0

public static final String LOG_SEARCHING_FAILED_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_SKIPPED_1

public static final String LOG_SKIPPED_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_STAT_RESULTS_TIME_4

public static final String LOG_STAT_RESULTS_TIME_4
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_THREADS_FINISHED_0

public static final String LOG_THREADS_FINISHED_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_THREADS_LEFT_1

public static final String LOG_THREADS_LEFT_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_UNABLE_TO_READ_RESOURCE_2

public static final String LOG_UNABLE_TO_READ_RESOURCE_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_UNABLE_TO_READ_SIBLINGS_1

public static final String LOG_UNABLE_TO_READ_SIBLINGS_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_UNABLE_TO_READ_SOURCE_2

public static final String LOG_UNABLE_TO_READ_SOURCE_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_UPDATE_INDEX_FAILED_1

public static final String LOG_UPDATE_INDEX_FAILED_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_WAITING_ABANDONED_THREADS_2

public static final String LOG_WAITING_ABANDONED_THREADS_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_WRITE_SUCCESS_0

public static final String LOG_WRITE_SUCCESS_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_WRITING_INDEX_TO_WRITER_1

public static final String LOG_WRITING_INDEX_TO_WRITER_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

RPT_SEARCH_INDEXING_FAILED_0

public static final String RPT_SEARCH_INDEXING_FAILED_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

RPT_SEARCH_INDEXING_FILE_BEGIN_0

public static final String RPT_SEARCH_INDEXING_FILE_BEGIN_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

RPT_SEARCH_INDEXING_REBUILD_BEGIN_1

public static final String RPT_SEARCH_INDEXING_REBUILD_BEGIN_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

RPT_SEARCH_INDEXING_REBUILD_END_1

public static final String RPT_SEARCH_INDEXING_REBUILD_END_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

RPT_SEARCH_INDEXING_STATS_4

public static final String RPT_SEARCH_INDEXING_STATS_4
Message constant for key in the resource bundle.

See Also:
Constant Field Values

RPT_SEARCH_INDEXING_TIMEOUT_1

public static final String RPT_SEARCH_INDEXING_TIMEOUT_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

RPT_SEARCH_INDEXING_UPDATE_BEGIN_1

public static final String RPT_SEARCH_INDEXING_UPDATE_BEGIN_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

RPT_SEARCH_INDEXING_UPDATE_END_1

public static final String RPT_SEARCH_INDEXING_UPDATE_END_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

RPT_UNABLE_TO_READ_SOURCE_2

public static final String RPT_UNABLE_TO_READ_SOURCE_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values
Method Detail

get

public static I_CmsMessageBundle get()
Returns an instance of this localized message accessor.

Returns:
an instance of this localized message accessor

getBundleName

public String getBundleName()
Returns the bundle name for this OpenCms package.

Returns:
the bundle name for this OpenCms package