Project

General

Profile

Statistics
| Revision:

# Date Author Comment
7580 04/18/2013 01:14 PM Jing Tao

Comment out the testRemove method temporarily.

7579 04/18/2013 01:10 PM Jing Tao

Temporarily to comment out the remove test.

7578 04/18/2013 11:28 AM Jing Tao

Add a test method to test the update method.

7577 04/18/2013 11:27 AM Jing Tao

Add the update method.

7576 04/18/2013 11:26 AM Jing Tao

Add documents for updating solr index.

7574 04/17/2013 05:00 PM Jing Tao

Get the solr home dir from the metacat.properties.

7573 04/17/2013 04:01 PM Jing Tao

Set the test solr home in the target directory.

7572 04/17/2013 03:53 PM Jing Tao

Add the necessary files for the solr home.

7571 04/17/2013 01:36 PM Jing Tao

Set the hazelcast.xml path for the test.

7569 04/16/2013 05:14 PM Jing Tao

Add a query method in the test.

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

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

7565 04/16/2013 03:44 PM Jing Tao

Move this file to the solr home and rename it to the schema.xml.

7564 04/16/2013 03:42 PM Jing Tao

Add the solr home directory.

7562 04/16/2013 03:34 PM ben leinfelder

lookup the hz client connection information from the hazelcast.xml file being used by metacat. https://projects.ecoinformatics.org/ecoinfo/issues/5909

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

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

7559 04/16/2013 11:22 AM Jing Tao

Remove this obsoleted 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

7557 04/16/2013 10:18 AM ben leinfelder

add methods to set the SolrIndex instance and initialize the listener (includes overloaded constructor)

7556 04/16/2013 10:13 AM ben leinfelder

use SystemMetadata parameter for inserting into SolrIndex

7555 04/16/2013 10:04 AM Jing Tao

Change one parameter type of the insert method from the InputStream to the SystemMetadata.

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

Add a file prefix to tell it is absolute path.

7553 04/15/2013 05:50 PM Jing Tao

Excludes the slf4j-log4j12.jar for removing duplicated class.

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

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

7551 04/15/2013 05:03 PM Jing Tao

Add a web.xml file for the war.

7550 04/15/2013 04:50 PM ben leinfelder

add first pass at listening for SM events on HZ. Note that the configuration and even the call to solrIndex.insert() are not actually working.

7549 04/12/2013 05:30 PM Jing Tao

Make EmbeddedServer work. It is for solr 3.4 since the d1_cn_index_processor depends on that version.

7548 04/12/2013 02:56 PM Jing Tao

Use the EmbeddedSolrServer to replace HttpSolrServer. Now it still has some issues.

7547 04/11/2013 01:43 PM Jing Tao

Add junit test class to test the SolrIndex class.

7546 04/10/2013 05:30 PM Jing Tao

Add insert method for SolrIndex.

7545 04/10/2013 03:39 PM Jing Tao

Remove the file generated by the wizard.

7544 04/10/2013 03:38 PM Jing Tao

Remove the file generated by the wizard.

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

Figured out to read beans from the configuration file.

7540 04/10/2013 11:14 AM Jing Tao

Add the dependency of solr-solrj.

7539 04/10/2013 10:28 AM Jing Tao

Add the repository and dependency of the d1_cn_index_processor.

7538 04/09/2013 03:54 PM Jing Tao

add the metacat-index component. It has nothing right now.