Project

General

Profile

# Date Author Comment
8826 08/06/2014 01:09 PM ben leinfelder

update to use v2 types for indexing

8138 08/09/2013 05:07 PM Jing Tao

Modified the documentation.

8128 08/08/2013 03:08 PM Jing Tao

Use the class path configuration of spring to replace the file configuration. We can reuse the application context files in the d1_cn_index_processor jar.

7783 05/28/2013 05:18 PM Jing Tao

Add code to check if the metacat.properties is available.

7782 05/28/2013 01:21 PM Jing Tao

If solr is not enabled, it would not be running.

7776 05/23/2013 11:57 PM Jing Tao

Use another thread in the Servlet init method to wait hazelcast.

7771 05/23/2013 06:28 PM Jing Tao

Temporarily remove the code to disable solr engine if it isn't listed in the property file.

7769 05/23/2013 04:27 PM Jing Tao

If the solr engine is disabled, the metacat index will do nothing.

7754 05/22/2013 04:18 PM Jing Tao

set the dataone.hazelcast.location.clientconfig property to be the local config file. It will be used in the d1_cn_index_processor

7613 04/24/2013 02:23 PM Jing Tao

Add code to generate index during the servlet initialization.

7588 04/19/2013 11:24 AM ben leinfelder

clean up configuration initialization

7584 04/19/2013 09:48 AM ben leinfelder

move hazelcast config file location code into the MetacatIndexServlet init method

7566 04/16/2013 04:08 PM ben leinfelder

correctly look up the context init parameter for the metacat properties file

7558 04/16/2013 11:19 AM ben leinfelder

draft for sharing the metacat.properties with the metacat-index webapp. https://projects.ecoinformatics.org/ecoinfo/issues/5909

7554 04/15/2013 05:51 PM Jing Tao

Add a file prefix to tell it is absolute path.

7552 04/15/2013 05:04 PM Jing Tao

The module will create a servlet class in a war file.