001/*
002 * This library is part of OpenCms -
003 * the Open Source Content Management System
004 *
005 * Copyright (c) Alkacon Software GmbH & Co. KG (http://www.alkacon.com)
006 *
007 * This library is free software; you can redistribute it and/or
008 * modify it under the terms of the GNU Lesser General Public
009 * License as published by the Free Software Foundation; either
010 * version 2.1 of the License, or (at your option) any later version.
011 *
012 * This library is distributed in the hope that it will be useful,
013 * but WITHOUT ANY WARRANTY; without even the implied warranty of
014 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
015 * Lesser General Public License for more details.
016 *
017 * For further information about Alkacon Software GmbH & Co. KG, please see the
018 * company website: http://www.alkacon.com
019 *
020 * For further information about OpenCms, please see the
021 * project website: http://www.opencms.org
022 *
023 * You should have received a copy of the GNU Lesser General Public
024 * License along with this library; if not, write to the Free Software
025 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
026 */
027
028package org.opencms.search;
029
030import org.opencms.i18n.A_CmsMessageBundle;
031import org.opencms.i18n.I_CmsMessageBundle;
032
033/**
034 * Convenience class to access the localized messages of this OpenCms package.<p>
035 *
036 * @since 6.0.0
037 */
038public final class Messages extends A_CmsMessageBundle {
039
040    /** Message constant for key in the resource bundle. */
041    public static final String ERR_ANALYZER_NOT_FOUND_1 = "ERR_ANALYZER_NOT_FOUND_1";
042
043    /** Message constant for key in the resource bundle. */
044    public static final String ERR_CONFIGURATION_FIELD_DELETE_2 = "ERR_CONFIGURATION_FIELD_DELETE_2";
045
046    /** Message constant for key in the resource bundle. */
047    public static final String ERR_CREATING_INDEX_DOC_0 = "ERR_CREATING_INDEX_DOC_0";
048
049    /** Message constant for key in the resource bundle. */
050    public static final String ERR_DOCCLASS_INIT_1 = "ERR_DOCCLASS_INIT_1";
051
052    /** Message constant for key in the resource bundle. */
053    public static final String ERR_DOCCLASS_NOT_FOUND_1 = "ERR_DOCCLASS_NOT_FOUND_1";
054
055    /** Message constant for key in the resource bundle. */
056    public static final String ERR_DOCTYPE_NO_CLASS_DEF_0 = "ERR_DOCTYPE_NO_CLASS_DEF_0";
057
058    /** Message constant for key in the resource bundle. */
059    public static final String ERR_SPELLCHECK_CORE_NOT_AVAILABLE_1 = "ERR_SPELLCHECK_CORE_NOT_AVAILABLE_1";
060
061    /** Message constant for key in the resource bundle. */
062    public static final String ERR_DOCTYPE_NO_NAME_0 = "ERR_DOCTYPE_NO_NAME_0";
063
064    /** Message constant for key in the resource bundle. */
065    public static final String ERR_DOCTYPE_NO_RESOURCETYPE_DEF_0 = "ERR_DOCTYPE_NO_RESOURCETYPE_DEF_0";
066
067    /** Message constant for key in the resource bundle. */
068    public static final String ERR_EVENT_REBUILD_SEARCHINDEX_1 = "ERR_EVENT_REBUILD_SEARCHINDEX_1";
069
070    /** Message constant for key in the resource bundle. */
071    public static final String LOG_EVENT_REINDEX_STARTED_0 = "LOG_EVENT_REINDEX_STARTED_0";
072
073    /** Message constant for key in the resource bundle. */
074    public static final String LOG_EVENT_REINDEX_FINISHED_0 = "LOG_EVENT_REINDEX_FINISHED_0";
075
076    /** Message constant for key in the resource bundle. */
077    public static final String ERR_EVENT_REINDEX_FAILED_1 = "ERR_EVENT_REINDEX_FAILED_1";
078
079    /** Message constant for key in the resource bundle. */
080    public static final String ERR_FIELD_CONFIGURATION_UNKNOWN_2 = "ERR_FIELD_CONFIGURATION_UNKNOWN_2";
081
082    /** Message constant for key in the resource bundle. */
083    public static final String ERR_FIELD_MAPPING_DELETE_2 = "ERR_FIELD_MAPPING_DELETE_2";
084
085    /** Message constant for key in the resource bundle. */
086    public static final String ERR_FIELD_TYPE_UNKNOWN_1 = "ERR_FIELD_TYPE_UNKNOWN_1";
087
088    /** Message constant for key in the resource bundle. */
089    public static final String ERR_INDEX_CONFIGURATION_DELETE_2 = "ERR_INDEX_CONFIGURATION_DELETE_2";
090
091    /** Message constant for key in the resource bundle. */
092    public static final String ERR_INDEX_CONFIGURATION_DELETE_STANDARD_1 = "ERR_INDEX_CONFIGURATION_DELETE_STANDARD_1";
093
094    /** Message constant for key in the resource bundle. */
095    public static final String ERR_INDEX_LOCK_FAILED_1 = "ERR_INDEX_LOCK_FAILED_1";
096
097    /** Message constant for key in the resource bundle. */
098    public static final String ERR_INDEX_NOT_FOUND_1 = "ERR_INDEX_NOT_FOUND_1";
099
100    /** Message constant for key in the resource bundle. */
101    public static final String ERR_INDEX_NULL_0 = "ERR_INDEX_NULL_0";
102
103    /** Message constant for key in the resource bundle. */
104    public static final String ERR_INDEX_REBUILD_ALL_1 = "ERR_INDEX_REBUILD_ALL_1";
105
106    /** Message constant for key in the resource bundle. */
107    public static final String ERR_INDEX_RESOURCE_FAILED_2 = "ERR_INDEX_RESOURCE_FAILED_2";
108
109    /** Message constant for key in the resource bundle. */
110    public static final String ERR_INDEX_SEARCHER_1 = "ERR_INDEX_SEARCHER_1";
111
112    /** Message constant for key in the resource bundle. */
113    public static final String ERR_INDEX_SEARCHER_CLOSE_1 = "ERR_INDEX_SEARCHER_CLOSE_1";
114
115    /** Message constant for key in the resource bundle. */
116    public static final String ERR_INDEX_SEARCHER_REOPEN_1 = "ERR_INDEX_SEARCHER_REOPEN_1";
117
118    /** Message constant for key in the resource bundle. */
119    public static final String ERR_INDEX_SHUTDOWN_1 = "ERR_INDEX_SHUTDOWN_1";
120
121    /** Message constant for key in the resource bundle. */
122    public static final String ERR_INDEX_SOURCE_ASSOCIATION_1 = "ERR_INDEX_SOURCE_ASSOCIATION_1";
123
124    /** Message constant for key in the resource bundle. */
125    public static final String ERR_INDEX_SOURCE_DELETE_2 = "ERR_INDEX_SOURCE_DELETE_2";
126
127    /** Message constant for key in the resource bundle. */
128    public static final String ERR_INDEX_WRONG_CLASS_2 = "ERR_INDEX_WRONG_CLASS_2";
129
130    /** Message constant for key in the resource bundle. */
131    public static final String ERR_INDEXSOURCE_CREATE_INVALID_NAME_1 = "ERR_INDEXSOURCE_CREATE_INVALID_NAME_1";
132
133    /** Message constant for key in the resource bundle. */
134    public static final String ERR_INDEXSOURCE_CREATE_MISSING_NAME_0 = "ERR_INDEXSOURCE_CREATE_MISSING_NAME_0";
135
136    /** Message constant for key in the resource bundle. */
137    public static final String ERR_INDEXSOURCE_INDEXER_CLASS_NAME_2 = "ERR_INDEXSOURCE_INDEXER_CLASS_NAME_2";
138
139    /** Message constant for key in the resource bundle. */
140    public static final String ERR_IO_INDEX_WRITER_OPEN_2 = "ERR_IO_INDEX_WRITER_OPEN_2";
141
142    /** Message constant for key in the resource bundle. */
143    public static final String ERR_LOAD_ANALYZER_1 = "ERR_LOAD_ANALYZER_1";
144
145    /** Message constant for key in the resource bundle. */
146    public static final String ERR_QUERY_TOO_SHORT_1 = "ERR_QUERY_TOO_SHORT_1";
147
148    /** Message constant for key in the resource bundle. */
149    public static final String ERR_SEARCH_NOT_INITIALIZED_0 = "ERR_SEARCH_NOT_INITIALIZED_0";
150
151    /** Message constant for key in the resource bundle. */
152    public static final String ERR_SEARCH_PARAMS_1 = "ERR_SEARCH_PARAMS_1";
153
154    /** Message constant for key in the resource bundle. */
155    public static final String ERR_SEARCHINDEX_CREATE_INVALID_NAME_1 = "ERR_SEARCHINDEX_CREATE_INVALID_NAME_1";
156
157    /** Message constant for key in the resource bundle. */
158    public static final String ERR_SEARCHINDEX_CREATE_MISSING_NAME_0 = "ERR_SEARCHINDEX_CREATE_MISSING_NAME_0";
159
160    /** Message constant for key in the resource bundle. */
161    public static final String ERR_SOLR_CORE_CONTAINER_NOT_CREATED_1 = "ERR_SOLR_CORE_CONTAINER_NOT_CREATED_1";
162
163    /** Name of the used resource bundle. */
164    public static final String ERR_SOLR_NOT_ENABLED_0 = "ERR_SOLR_NOT_ENABLED_0";
165
166    /** Message constant for key in the resource bundle. */
167    public static final String ERR_SOLR_SERVER_NOT_CREATED_3 = "ERR_SOLR_SERVER_NOT_CREATED_3";
168
169    /** Message constant for key in the resource bundle. */
170    public static final String GUI_HELP_BUTTON_BACK_0 = "GUI_HELP_BUTTON_BACK_0";
171
172    /** Message constant for key in the resource bundle. */
173    public static final String GUI_HELP_BUTTON_CLOSE_0 = "GUI_HELP_BUTTON_CLOSE_0";
174
175    /** Message constant for key in the resource bundle. */
176    public static final String GUI_HELP_BUTTON_CONTENTS_0 = "GUI_HELP_BUTTON_CONTENTS_0";
177
178    /** Message constant for key in the resource bundle. */
179    public static final String GUI_HELP_BUTTON_NEXT_0 = "GUI_HELP_BUTTON_NEXT_0";
180
181    /** Message constant for key in the resource bundle. */
182    public static final String GUI_HELP_BUTTON_SEARCH_0 = "GUI_HELP_BUTTON_SEARCH_0";
183
184    /** Message constant for key in the resource bundle. */
185    public static final String GUI_HELP_SEARCH_EXCERPT_UNAVAILABLE_0 = "GUI_HELP_SEARCH_EXCERPT_UNAVAILABLE_0";
186
187    /** Message constant for key in the resource bundle. */
188    public static final String GUI_HELP_SEARCH_NOMATCH_1 = "GUI_HELP_SEARCH_NOMATCH_1";
189
190    /** Message constant for key in the resource bundle. */
191    public static final String GUI_HELP_SEARCH_RESULT_START_0 = "GUI_HELP_SEARCH_RESULT_START_0";
192
193    /** Message constant for key in the resource bundle. */
194    public static final String GUI_HELP_SEARCH_RESULT_TITLE_0 = "GUI_HELP_SEARCH_RESULT_TITLE_0";
195
196    /** Message constant for key in the resource bundle. */
197    public static final String GUI_HELP_SEARCH_UNAVAILABLE_0 = "GUI_HELP_SEARCH_UNAVAILABLE_0";
198
199    /** Message constant for key in the resource bundle. */
200    public static final String GUI_REINDEXING_SUCCESS_0 = "GUI_REINDEXING_SUCCESS_0";
201
202    /** Message constant for key in the resource bundle. */
203    public static final String GUI_REINDEXING_FAILED_0 = "GUI_REINDEXING_FAILED_0";
204
205    /** Message constant for key in the resource bundle. */
206    public static final String INIT_ADD_ANALYZER_2 = "INIT_ADD_ANALYZER_2";
207
208    /** Message constant for key in the resource bundle. */
209    public static final String INIT_ADD_SEARCH_INDEX_2 = "INIT_ADD_SEARCH_INDEX_2";
210
211    /** Message constant for key in the resource bundle. */
212    public static final String INIT_INDEX_CONFIGURED_2 = "INIT_INDEX_CONFIGURED_2";
213
214    /** Message constant for key in the resource bundle. */
215    public static final String INIT_INDEX_NOT_CONFIGURED_2 = "INIT_INDEX_NOT_CONFIGURED_2";
216
217    /** Message constant for key in the resource bundle. */
218    public static final String INIT_SEARCH_DOC_TYPES_2 = "INIT_SEARCH_DOC_TYPES_2";
219
220    /** Message constant for key in the resource bundle. */
221    public static final String INIT_SEARCH_INDEX_SOURCE_2 = "INIT_SEARCH_INDEX_SOURCE_2";
222
223    /** Message constant for key in the resource bundle. */
224    public static final String INIT_SEARCH_INIT_FAILED_1 = "INIT_SEARCH_INIT_FAILED_1";
225
226    /** Message constant for key in the resource bundle. */
227    public static final String INIT_SHUTDOWN_INDEX_1 = "INIT_SHUTDOWN_INDEX_1";
228
229    /** Message constant for key in the resource bundle. */
230    public static final String INIT_SHUTDOWN_MANAGER_0 = "INIT_SHUTDOWN_MANAGER_0";
231
232    /** Message constant for key in the resource bundle. */
233    public static final String INIT_SOLR_CORE_CONTAINER_CREATED_2 = "INIT_SOLR_CORE_CONTAINER_CREATED_2";
234
235    /** Message constant for key in the resource bundle. */
236    public static final String INIT_SOLR_INDEX_DIR_CREATED_2 = "INIT_SOLR_INDEX_DIR_CREATED_2";
237
238    /** Message constant for key in the resource bundle. */
239    public static final String INIT_SOLR_SERVER_CREATED_1 = "INIT_SOLR_SERVER_CREATED_1";
240
241    /** Message constant for key in the resource bundle. */
242    public static final String INIT_SOLR_SHUTDOWN_SUCCESS_0 = "INIT_SOLR_SHUTDOWN_SUCCESS_0";
243
244    /** Message constant for key in the resource bundle. */
245    public static final String INIT_START_SEARCH_CONFIG_0 = "INIT_START_SEARCH_CONFIG_0";
246
247    /** Message constant for key in the resource bundle. */
248    public static final String LOG_ABANDONED_THREAD_FINISHED_1 = "LOG_ABANDONED_THREAD_FINISHED_1";
249
250    /** Message constant for key in the resource bundle. */
251    public static final String LOG_BASE_QUERY_1 = "LOG_BASE_QUERY_1";
252
253    /** Message constant for key in the resource bundle. */
254    public static final String LOG_CREATING_INDEX_DOC_0 = "LOG_CREATING_INDEX_DOC_0";
255
256    /** Message constant for key in the resource bundle. */
257    public static final String LOG_DELETING_FROM_INDEX_1 = "LOG_DELETING_FROM_INDEX_1";
258
259    /** Message constant for key in the resource bundle. */
260    public static final String LOG_DOCTYPE_CONFIG_FAILED_1 = "LOG_DOCTYPE_CONFIG_FAILED_1";
261
262    /** Message constant for key in the resource bundle. */
263    public static final String LOG_EVENT_CLEAR_CACHES_0 = "LOG_EVENT_CLEAR_CACHES_0";
264
265    /** Message constant for key in the resource bundle. */
266    public static final String LOG_EVENT_PUBLISH_PROJECT_1 = "LOG_EVENT_PUBLISH_PROJECT_1";
267
268    /** Message constant for key in the resource bundle. */
269    public static final String LOG_EVENT_PUBLISH_PROJECT_FINISHED_1 = "LOG_EVENT_PUBLISH_PROJECT_FINISHED_1";
270
271    /** Message constant for key in the resource bundle. */
272    public static final String LOG_EVENT_REBUILD_SEARCHINDEX_1 = "LOG_EVENT_REBUILD_SEARCHINDEX_1";
273
274    /** Message constant for key in the resource bundle. */
275    public static final String LOG_FIELD_CONFIGURATION_IS_EMPTY_1 = "LOG_FIELD_CONFIGURATION_IS_EMPTY_1";
276
277    /** Message constant for key in the resource bundle. */
278    public static final String LOG_FIELDS_QUERY_1 = "LOG_FIELDS_QUERY_1";
279
280    /** Message constant for key in the resource bundle. */
281    public static final String LOG_GALLERIES_COULD_NOT_EVALUATE_SUBSITE_1 = "LOG_GALLERIES_COULD_NOT_EVALUATE_SUBSITE_1";
282
283    /** Message constant for key in the resource bundle. */
284    public static final String LOG_GALLERIES_NO_REFERENCE_PATH_PROVIDED_0 = "LOG_GALLERIES_NO_REFERENCE_PATH_PROVIDED_0";
285
286    /** Message constant for key in the resource bundle. */
287    public static final String LOG_INDEX_ACCESS_FAILED_1 = "LOG_INDEX_ACCESS_FAILED_1";
288
289    /** Message constant for key in the resource bundle. */
290    public static final String LOG_INDEX_WRITER_MSG_CLOSE_2 = "LOG_INDEX_WRITER_MSG_CLOSE_2";
291
292    /** Message constant for key in the resource bundle. */
293    public static final String LOG_INDEX_WRITER_MSG_COMMIT_2 = "LOG_INDEX_WRITER_MSG_COMMIT_2";
294
295    /** Message constant for key in the resource bundle. */
296    public static final String LOG_INDEX_WRITER_MSG_CREATE_2 = "LOG_INDEX_WRITER_MSG_CREATE_2";
297
298    /** Message constant for key in the resource bundle. */
299    public static final String LOG_INDEX_WRITER_MSG_DOC_DELETE_3 = "LOG_INDEX_WRITER_MSG_DOC_DELETE_3";
300
301    /** Message constant for key in the resource bundle. */
302    public static final String LOG_INDEX_WRITER_MSG_DOC_UPDATE_3 = "LOG_INDEX_WRITER_MSG_DOC_UPDATE_3";
303
304    /** Message constant for key in the resource bundle. */
305    public static final String LOG_INDEX_WRITER_MSG_OPTIMIZE_2 = "LOG_INDEX_WRITER_MSG_OPTIMIZE_2";
306
307    /** Message constant for key in the resource bundle. */
308    public static final String LOG_INDEXER_CREATION_FAILED_1 = "LOG_INDEXER_CREATION_FAILED_1";
309
310    /** Message constant for key in the resource bundle. */
311    public static final String LOG_INDEXING_TIMEOUT_1 = "LOG_INDEXING_TIMEOUT_1";
312
313    /** Message constant for key in the resource bundle. */
314    public static final String LOG_INDEXING_WITH_FACTORY_2 = "LOG_INDEXING_WITH_FACTORY_2";
315
316    /** Name of the used resource bundle. */
317    public static final String LOG_INVALID_FIELD_CLASS_1 = "LOG_INVALID_FIELD_CLASS_1";
318
319    /** Message constant for key in the resource bundle. */
320    public static final String LOG_INVALID_PARAM_3 = "LOG_INVALID_PARAM_3";
321
322    /** Message constant for key in the resource bundle. */
323    public static final String LOG_IO_INDEX_BACKUP_CREATE_3 = "LOG_IO_INDEX_BACKUP_CREATE_3";
324
325    /** Message constant for key in the resource bundle. */
326    public static final String LOG_IO_INDEX_BACKUP_REMOVE_2 = "LOG_IO_INDEX_BACKUP_REMOVE_2";
327
328    /** Message constant for key in the resource bundle. */
329    public static final String LOG_IO_INDEX_DOCUMENT_DELETE_2 = "LOG_IO_INDEX_DOCUMENT_DELETE_2";
330
331    /** Message constant for key in the resource bundle. */
332    public static final String LOG_IO_INDEX_DOCUMENT_UPDATE_2 = "LOG_IO_INDEX_DOCUMENT_UPDATE_2";
333
334    /** Message constant for key in the resource bundle. */
335    public static final String LOG_IO_INDEX_READER_CLOSE_2 = "LOG_IO_INDEX_READER_CLOSE_2";
336
337    /** Message constant for key in the resource bundle. */
338    public static final String LOG_IO_INDEX_READER_OPEN_2 = "LOG_IO_INDEX_READER_OPEN_2";
339
340    /** Message constant for key in the resource bundle. */
341    public static final String LOG_IO_INDEX_WRITER_CLOSE_2 = "LOG_IO_INDEX_WRITER_CLOSE_2";
342
343    /** Message constant for key in the resource bundle. */
344    public static final String LOG_IO_INDEX_WRITER_COMMIT_2 = "LOG_IO_INDEX_WRITER_COMMIT_2";
345
346    /** Message constant for key in the resource bundle. */
347    public static final String LOG_IO_INDEX_WRITER_OPTIMIZE_2 = "LOG_IO_INDEX_WRITER_OPTIMIZE_2";
348
349    /** Message constant for key in the resource bundle. */
350    public static final String LOG_NO_INDEX_WITH_NAME_1 = "LOG_NO_INDEX_WITH_NAME_1";
351
352    /** Message constant for key in the resource bundle. */
353    public static final String LOG_OI_UPDATE_EVENT_1 = "LOG_OI_UPDATE_EVENT_1";
354
355    /** Message constant for key in the resource bundle. */
356    public static final String LOG_OI_UPDATE_FINISH_2 = "LOG_OI_UPDATE_FINISH_2";
357
358    /** Message constant for key in the resource bundle. */
359    public static final String LOG_OI_UPDATE_INTERRUPT_0 = "LOG_OI_UPDATE_INTERRUPT_0";
360
361    /** Message constant for key in the resource bundle. */
362    public static final String LOG_OI_UPDATE_LONG_2 = "LOG_OI_UPDATE_LONG_2";
363
364    /** Message constant for key in the resource bundle. */
365    public static final String LOG_OI_UPDATE_START_1 = "LOG_OI_UPDATE_START_1";
366
367    /** Message constant for key in the resource bundle. */
368    public static final String LOG_PARSE_EXCERPT_LENGTH_FAILED_2 = "LOG_PARSE_EXCERPT_LENGTH_FAILED_2";
369
370    /** Message constant for key in the resource bundle. */
371    public static final String LOG_PARSE_EXTRACTION_CACHE_AGE_FAILED_2 = "LOG_PARSE_EXTRACTION_CACHE_AGE_FAILED_2";
372
373    /** Message constant for key in the resource bundle. */
374    public static final String LOG_PARSE_MAXCOMMIT_FAILED_2 = "LOG_PARSE_MAXCOMMIT_FAILED_2";
375
376    /** Message constant for key in the resource bundle. */
377    public static final String LOG_PARSE_OFFLINE_UPDATE_FAILED_2 = "LOG_PARSE_OFFLINE_UPDATE_FAILED_2";
378
379    /** Message constant for key in the resource bundle. */
380    public static final String LOG_PARSE_MAX_INDEX_WAITTIME_FAILED_2 = "LOG_PARSE_MAX_INDEX_WAITTIME_FAILED_2";
381    /** Message constant for key in the resource bundle. */
382    public static final String LOG_PARSE_TIMEOUT_FAILED_2 = "LOG_PARSE_TIMEOUT_FAILED_2";
383
384    /** Message constant for key in the resource bundle. */
385    public static final String LOG_READ_CATEGORY_FAILED_1 = "LOG_READ_CATEGORY_FAILED_1";
386
387    /** Message constant for key in the resource bundle. */
388    public static final String LOG_READING_CHANGED_RESOURCES_FAILED_1 = "LOG_READING_CHANGED_RESOURCES_FAILED_1";
389
390    /** Message constant for key in the resource bundle. */
391    public static final String LOG_REBUILD_INDEX_FAILED_1 = "LOG_REBUILD_INDEX_FAILED_1";
392
393    /** Message constant for key in the resource bundle. */
394    public static final String LOG_REBUILD_INDEXES_FINISHED_1 = "LOG_REBUILD_INDEXES_FINISHED_1";
395
396    /** Message constant for key in the resource bundle. */
397    public static final String LOG_REMOVE_FIELD_MAPPING_INDEX_2 = "LOG_REMOVE_FIELD_MAPPING_INDEX_2";
398
399    /** Message constant for key in the resource bundle. */
400    public static final String LOG_REMOVE_FIELDCONFIGURATION_FIELD_INDEX_2 = "LOG_REMOVE_FIELDCONFIGURATION_FIELD_INDEX_2";
401
402    /** Message constant for key in the resource bundle. */
403    public static final String LOG_REMOVE_SEARCH_INDEX_2 = "LOG_REMOVE_SEARCH_INDEX_2";
404
405    /** Message constant for key in the resource bundle. */
406    public static final String LOG_RESULT_ITERATION_FAILED_0 = "LOG_RESULT_ITERATION_FAILED_0";
407
408    /** Message constant for key in the resource bundle. */
409    public static final String LOG_REWRITTEN_QUERY_1 = "LOG_REWRITTEN_QUERY_1";
410
411    /** Message constant for key in the resource bundle. */
412    public static final String LOG_SEARCH_PARAMS_2 = "LOG_SEARCH_PARAMS_2";
413
414    /** Message constant for key in the resource bundle. */
415    public static final String LOG_SEARCH_PRIORITY_TOO_HIGH_2 = "LOG_SEARCH_PRIORITY_TOO_HIGH_2";
416
417    /** Message constant for key in the resource bundle. */
418    public static final String LOG_SEARCH_PRIORITY_TOO_LOW_2 = "LOG_SEARCH_PRIORITY_TOO_LOW_2";
419
420    /** Message constant for key in the resource bundle. */
421    public static final String LOG_SEARCHINDEX_CREATE_BAD_PROJECT_2 = "LOG_SEARCHINDEX_CREATE_BAD_PROJECT_2";
422
423    /** Message constant for key in the resource bundle. */
424    public static final String LOG_SEARCHINDEX_DISABLED_1 = "LOG_SEARCHINDEX_DISABLED_1";
425
426    /** Message constant for key in the resource bundle. */
427    public static final String LOG_SEARCHING_FAILED_0 = "LOG_SEARCHING_FAILED_0";
428
429    /** Message constant for key in the resource bundle. */
430    public static final String LOG_SKIP_REBUILD_FOR_MODE_NEVER_1 = "LOG_SKIP_REBUILD_FOR_MODE_NEVER_1";
431
432    /** Message constant for key in the resource bundle. */
433    public static final String LOG_SKIPPED_1 = "LOG_SKIPPED_1";
434
435    /** Message constant for key in the resource bundle. */
436    public static final String LOG_STAT_RESULTS_TIME_4 = "LOG_STAT_RESULTS_TIME_4";
437
438    /** Message constant for key in the resource bundle. */
439    public static final String LOG_THREADS_FINISHED_0 = "LOG_THREADS_FINISHED_0";
440
441    /** Message constant for key in the resource bundle. */
442    public static final String LOG_UNABLE_TO_READ_PROPERTY_1 = "LOG_UNABLE_TO_READ_PROPERTY_1";
443
444    /** Message constant for key in the resource bundle. */
445    public static final String LOG_UNABLE_TO_READ_RESOURCE_2 = "LOG_UNABLE_TO_READ_RESOURCE_2";
446
447    /** Message constant for key in the resource bundle. */
448    public static final String LOG_UNABLE_TO_READ_SIBLINGS_1 = "LOG_UNABLE_TO_READ_SIBLINGS_1";
449
450    /** Message constant for key in the resource bundle. */
451    public static final String LOG_UNABLE_TO_READ_SOURCE_2 = "LOG_UNABLE_TO_READ_SOURCE_2";
452
453    /** Message constant for key in the resource bundle. */
454    public static final String LOG_UPDATE_INDEX_FAILED_1 = "LOG_UPDATE_INDEX_FAILED_1";
455
456    /** Message constant for key in the resource bundle. */
457    public static final String LOG_WAITING_ABANDONED_THREADS_2 = "LOG_WAITING_ABANDONED_THREADS_2";
458
459    /** Message constant for key in the resource bundle. */
460    public static final String LOG_WRITE_SUCCESS_0 = "LOG_WRITE_SUCCESS_0";
461
462    /** Message constant for key in the resource bundle. */
463    public static final String LOG_WRITING_INDEX_TO_WRITER_1 = "LOG_WRITING_INDEX_TO_WRITER_1";
464
465    /** Message constant for key in the resource bundle. */
466    public static final String RPT_SEARCH_INDEXING_FAILED_0 = "RPT_SEARCH_INDEXING_FAILED_0";
467
468    /** Message constant for key in the resource bundle. */
469    public static final String RPT_SEARCH_INDEXING_FILE_BEGIN_0 = "RPT_SEARCH_INDEXING_FILE_BEGIN_0";
470
471    /** Message constant for key in the resource bundle. */
472    public static final String RPT_SEARCH_INDEXING_LOCK_WAIT_2 = "RPT_SEARCH_INDEXING_LOCK_WAIT_2";
473
474    /** Message constant for key in the resource bundle. */
475    public static final String RPT_SEARCH_INDEXING_REBUILD_BEGIN_1 = "RPT_SEARCH_INDEXING_REBUILD_BEGIN_1";
476
477    /** Message constant for key in the resource bundle. */
478    public static final String RPT_SEARCH_INDEXING_REBUILD_END_1 = "RPT_SEARCH_INDEXING_REBUILD_END_1";
479
480    /** Message constant for key in the resource bundle. */
481    public static final String RPT_SEARCH_INDEXING_STATS_4 = "RPT_SEARCH_INDEXING_STATS_4";
482
483    /** Message constant for key in the resource bundle. */
484    public static final String RPT_SEARCH_INDEXING_TIMEOUT_1 = "RPT_SEARCH_INDEXING_TIMEOUT_1";
485
486    /** Message constant for key in the resource bundle. */
487    public static final String RPT_SEARCH_INDEXING_UPDATE_BEGIN_1 = "RPT_SEARCH_INDEXING_UPDATE_BEGIN_1";
488
489    /** Message constant for key in the resource bundle. */
490    public static final String RPT_SEARCH_INDEXING_UPDATE_END_1 = "RPT_SEARCH_INDEXING_UPDATE_END_1";
491
492    /** Message constant for key in the resource bundle. */
493    public static final String RPT_UNABLE_TO_READ_SOURCE_2 = "RPT_UNABLE_TO_READ_SOURCE_2";
494
495    /** Name of the used resource bundle. */
496    private static final String BUNDLE_NAME = "org.opencms.search.messages";
497
498    /** Static instance member. */
499    private static final I_CmsMessageBundle INSTANCE = new Messages();
500
501    /**
502     * Hides the public constructor for this utility class.<p>
503     */
504    private Messages() {
505
506        // hide the constructor
507    }
508
509    /**
510     * Returns an instance of this localized message accessor.<p>
511     *
512     * @return an instance of this localized message accessor
513     */
514    public static I_CmsMessageBundle get() {
515
516        return INSTANCE;
517    }
518
519    /**
520     * Returns the bundle name for this OpenCms package.<p>
521     *
522     * @return the bundle name for this OpenCms package
523     */
524    public String getBundleName() {
525
526        return BUNDLE_NAME;
527    }
528}