Project

General

Profile

# Date Author Comment
9582 03/23/2016 03:50 PM Jing Tao

Add a statement to help diagnose issues.

8464 01/07/2014 01:56 PM ben leinfelder

Unify solr indexing with an IndexTask that is added to the queue -- allows us to send more than just the systemMetadata to the indexer. Initially this is for READ event counts for each document. https://projects.ecoinformatics.org/ecoinfo/issues/6346

8352 10/30/2013 10:19 AM Jing Tao

Rename the IndexGenerator to IndexGeneratorTimerTask.

8292 10/08/2013 04:49 PM Jing Tao

Clean up the code.

8291 10/08/2013 02:22 PM Jing Tao

The IndexGenerator will index the obsoleted data objects as well.

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.

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.