Project

General

Profile

# Date Author Comment
7856 07/08/2013 02:00 PM Jing Tao

Remove the EventLog write.

7852 07/05/2013 05:14 PM Jing Tao

It will throw an exception if the subprocessor can't handle the document.

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

7815 06/21/2013 09:09 AM ben leinfelder

refactor IndexEventLog a bit to simplify type/action information. prep for serializing IndexEvent objects to Metacat. https://projects.ecoinformatics.org/ecoinfo/issues/5944

7805 06/17/2013 01:50 PM Jing Tao

Add set and get the lastprocessedDate in the IndexEventLog.
Remove the code to write the successful event.

7802 06/12/2013 02:36 PM Jing Tao

Log the timed index jobs.

7801 06/12/2013 02:08 PM Jing Tao

Add the code to log the failed events.

7800 06/11/2013 06:24 PM Jing Tao

Add a temporary file log for debugging.

7786 05/31/2013 03:29 PM Jing Tao

Add code to handle delete data package information when delete a pid in the solr index.

7733 05/21/2013 11:11 AM Jing Tao

Use SolrQueryServiceController to get the ValidFieldList.

7711 05/17/2013 05:01 PM Jing Tao

Add the code to add a resource map information.

7683 05/10/2013 02:36 PM Jing Tao

Add log information for archiving or inserting indexes.

7682 05/09/2013 12:11 PM Jing Tao

Consider mutithread issue there.

7627 04/26/2013 05:12 PM Jing Tao

Use an update method to replace the insert and update methods in the SolrIndex class.

7606 04/23/2013 12:00 PM Jing Tao

Add a new class which will generate index for the ids.

7604 04/22/2013 06:08 PM Jing Tao

Add code to get all doc ids in the solr server.

7603 04/22/2013 02:46 PM Jing Tao

Add a remove(List) method in the class and an obsoletes list parameter in the update method.

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

7590 04/19/2013 12:43 PM ben leinfelder

simplify testing with embedded solr server locations -- no need to copy solr-home or set system properties. Still more to do (factory method) but this is getting cleaner.

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

Add the update method.

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

Get the solr home dir from the metacat.properties.

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

Add a query method in the test.

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

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

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.

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

Figured out to read beans from the configuration file.