Project

General

Profile

# Date Author Comment
7799 06/11/2013 06:23 PM Jing Tao

Use commons-io 2.4

7717 05/18/2013 04:49 PM Jing Tao

Add the depency of d1_cn_index_processor here.

7715 05/18/2013 03:57 PM Jing Tao

move the depency of d1_cn_index_processor to the metacat-common module.

7701 05/16/2013 04:02 PM ben leinfelder

use java 1.6 for maven compiler

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

use the sharing code from the metacat-common.

7582 04/19/2013 09:01 AM ben leinfelder

use integration-test ("mvn verify") to test things that require Metacat to be running. These classes should end be named "*IT.java" and unit tests that do not require metacat to be running can be named "*Test.java" - https://projects.ecoinformatics.org/ecoinfo/issues/5918

7581 04/18/2013 05:35 PM ben leinfelder

format before editing.

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.

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.

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.