Project

General

Profile

# Date Author Comment
7866 07/09/2013 02:37 PM Jing Tao

Use schedule method to start the index.

7811 06/20/2013 12:23 PM ben leinfelder

consolidate SystemMetadata map retrieval in preparation for using a different structure for objects to index.

7788 06/04/2013 02:47 PM Jing Tao

Set up a Timer to run the regenerating solr index task periodically.

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

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

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

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

7691 05/13/2013 09:23 PM Jing Tao

Add code to wait the readiness of the hazelcast service.

7631 04/29/2013 09:14 AM Jing Tao

use the sharing code from the metacat-common.

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

Add code to generate index during the servlet initialization.

7591 04/19/2013 01:03 PM ben leinfelder

naive version of SolrServerFactory - no reflection. It returns an EmbeddedSolrServer implementation based on the solr.homeDir set in Settings class. https://projects.ecoinformatics.org/ecoinfo/issues/5883

7589 04/19/2013 11:38 AM ben leinfelder

add place-holder for using SolrServerFactory to get the correct SOlrServer impl during application init

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

clean up configuration initialization

7560 04/16/2013 11:28 AM ben leinfelder

start the SystemMetadataListener for each solr index configured (expecting only one).

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

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

7542 04/10/2013 03:34 PM Jing Tao

Figured out to read beans from the configuration file.