Project

General

Profile

Statistics
| Revision:

# Date Author Comment
8372 11/08/2013 01:56 PM ben leinfelder

use 2.3.0 without SNAPSHOT pre-release.

8339 10/21/2013 01:56 PM ben leinfelder

use 2.3.0 for this next release of metacat.

8336 10/21/2013 12:44 PM ben leinfelder

make sure all versions are using 2.2.2 of some sort -- thinking of making this release a 2.3.0 release because we will be branching/tagging from the trunk, not the 2.2.x branch.

8332 10/17/2013 12:26 PM Jing Tao

Use the slf4j-log4j jar to replace slf4j-jdk one.

8309 10/11/2013 11:06 AM Jing Tao

Some settings will be shared between metacat and metacat-index components.

8305 10/10/2013 09:20 AM Jing Tao

Change the svn location of the schema.xml file to d1_cn_index_processor 1.2.1. The 1.2.1 release is a "buildout" release. There was no code change.
Skye change the attribute "stored" to be true for the authorSurNameSort and authorGivenNameSort. Otherwise the sorting will fail.

8302 10/09/2013 05:49 PM Jing Tao

The checked-out schema.xml will overwrite the one in src/main/resource/solr-home/conf.

8294 10/09/2013 12:07 PM Jing Tao

Use the schema for the d1_cn_index_processor 1.2.0

8279 10/02/2013 05:55 PM Jing Tao

Fixed a bug that the code copied the solr-home to the target directory before it checked out the schema from the dataone svn repository.

8159 08/22/2013 03:52 PM Jing Tao

Change the solr-home directory location for the testing.

8158 08/22/2013 03:51 PM Jing Tao

Not include the solr-home in the jar file.

8154 08/21/2013 04:09 PM Jing Tao

export a directory rather than a file in the scm plugin. This fixed an issue that the pom.xml didn't work with the svn with version 1.6.

8151 08/14/2013 02:16 PM Jing Tao

move the solr-home from the metacat-index to the metacat-common.

8150 08/13/2013 05:16 PM Jing Tao

Use the properties for the schema url and name.

8147 08/13/2013 04:26 PM Jing Tao

change the version to 2.2.0-SNAPSHOT.

8146 08/13/2013 04:16 PM ben leinfelder

[merge from branch to keep trunk up to date with upgrade history] prep for Metacat 2.1.1 release

8143 08/13/2013 03:33 PM Jing Tao

Add code to check out the schema.xml from dataone project.

8140 08/13/2013 10:56 AM Jing Tao

Extends the test class for the base test class.

8139 08/12/2013 03:14 PM Jing Tao

Use the exact number of the index fields for testing.

8137 08/09/2013 05:01 PM Jing Tao

Modified the documentation.

8123 08/07/2013 05:47 PM Jing Tao

Add a junit test class.

8122 08/07/2013 03:55 PM Jing Tao

Add a junit test.

8121 08/07/2013 09:47 AM Jing Tao

Change it from an interface to an abstract class in the document.

8120 08/06/2013 05:04 PM Jing Tao

Add a test query method.

8119 08/06/2013 04:56 PM Jing Tao

Add a junit test class.

8118 08/06/2013 11:18 AM Jing Tao

Add the servlet-api jar file under the test scope.

8117 08/06/2013 11:17 AM Jing Tao

Add a junit test file.

8106 08/01/2013 02:52 PM ben leinfelder

use v2.1.0 for all metacat release components for consistency

8105 08/01/2013 02:36 PM ben leinfelder

remove all -SNAPSHOT artifacts in favor of released versions in preparation for Metacat v2.1.0 release

8090 07/30/2013 04:26 PM Jing Tao

Add the test properties.

7841 07/03/2013 12:03 AM ben leinfelder

add MapStore/Loader test for the IndexEvents -- adding and removing events in the DB table through hazelcast. https://projects.ecoinformatics.org/ecoinfo/issues/5944

7828 06/25/2013 01:23 PM ben leinfelder

move IndexEvent into metacat-common. Perparation for Metacat responding to events and writing them to a persistent store. https://projects.ecoinformatics.org/ecoinfo/issues/5944

7804 06/13/2013 05:20 PM Jing Tao

Add the dataone repository.

7779 05/24/2013 04:47 PM Jing Tao

Use the ";" as the seperator for properties.

7768 05/23/2013 01:43 PM Jing Tao

Use the new name of a method.

7767 05/23/2013 01:42 PM Jing Tao

Rename a method to isEnabled.

7763 05/23/2013 12:42 PM Jing Tao

Remove the junit test for an obsoleted class.

7762 05/23/2013 12:41 PM Jing Tao

Remove the obsoleted class.

7761 05/23/2013 12:40 PM Jing Tao

Add a junit test class for EnabledQueryEngines.

7760 05/23/2013 12:40 PM Jing Tao

Add a test base class.

7759 05/23/2013 12:39 PM Jing Tao

Add a class to repsent the enabled engine list.

7758 05/23/2013 11:55 AM Jing Tao

Change the junit version to 4.8

7757 05/23/2013 10:20 AM ben leinfelder

use ContentTypeInputStream interface (and ByteArray implementation) to specify the desired content-type of the InputStream returned by MN.query().

7738 05/21/2013 11:12 PM ben leinfelder

use java 1.6 compliance for compilation

7732 05/20/2013 11:39 PM Jing Tao

Remove the code to throw an exception if the subjects is null in the query method.

7731 05/20/2013 10:42 PM Jing Tao

changed the xpath to get solr_spec_version.

7728 05/20/2013 09:33 PM Jing Tao

Add the getIndexFields and getValidIndexFields methods.

7727 05/20/2013 04:27 PM Jing Tao

Add getSolrSpecVersion method for the HttpServer and the controller.

7726 05/20/2013 02:12 PM Jing Tao

Imeplement the getSolrVersion, getSchemaField and getValidSchemaFields for the EmbeddedSolrServer.

7723 05/18/2013 11:29 PM Jing Tao

move SolrQueryResponseTransformer and SolrQueryReponseWriterFactory to the query package.

7722 05/18/2013 11:28 PM Jing Tao

Move it to the query package.

7721 05/18/2013 11:28 PM Jing Tao

move it to the query package.

7719 05/18/2013 11:22 PM Jing Tao

Remove the query(String query) methods from SolrQueryService.java.

7716 05/18/2013 04:48 PM Jing Tao

Remove the depency on the d1_cn_index_processor.

7714 05/18/2013 03:56 PM Jing Tao

Use one query method in the SolrQueryServiceController.

7713 05/18/2013 03:38 PM Jing Tao

Move the solr query part here since metacat-index needs to query the solr server too.

7712 05/18/2013 03:37 PM Jing Tao

Use the sepcified exceptions to replace the Exception.

7708 05/17/2013 02:05 PM Jing Tao

Add a transformer to process the query response object.

7706 05/17/2013 12:40 PM Jing Tao

Add a new class to create the solr QueryResponseWriter.

7704 05/17/2013 10:29 AM ben leinfelder

exclude jibx-tools, maven cruft and org.eclipse "dependencies" to cut down on the number of jar files in the lib folder.

7702 05/17/2013 09:57 AM ben leinfelder

format before editing

7663 05/02/2013 04:58 PM Jing Tao

Add some java doc.

7659 05/02/2013 11:30 AM Jing Tao

Fixed a bug the collection name was not set.

7657 05/02/2013 10:56 AM Jing Tao

Add getCollectionName method.

7629 04/29/2013 09:11 AM Jing Tao

Remove the bin directory.

7628 04/29/2013 09:10 AM Jing Tao

Add a new module for sharing the between the metacat and metacat-index.