From 5b89014105139ddfe906f6cb6c1e6c0e3a92eb29 Mon Sep 17 00:00:00 2001 From: j2blake Date: Wed, 7 Jan 2015 16:19:06 -0500 Subject: [PATCH] VIVO-873 Adapt the client code to the new interface. Create a bridge implementation of SearchIndexerImpl that just wraps around an old IndexBuilder. Modify client code: Application, BasicAuthenticator, SearchServiceController, SparqlUpdateApiController, UpdateUrisInIndex and VClassGroupCache Rewrite IndexController to use AJAX and to show the current status and history of the indexer events. --- config/applicationSetup.n3 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/applicationSetup.n3 b/config/applicationSetup.n3 index 8be05ea6..cabf41a0 100644 --- a/config/applicationSetup.n3 +++ b/config/applicationSetup.n3 @@ -4,6 +4,7 @@ a , ; :hasSearchEngine :instrumentedSearchEngineWrapper ; + :hasSearchIndexer :basicSearchIndexer ; :hasImageProcessor :jaiImageProcessor ; :hasFileStorage :ptiFileStorage ; :hasContentTripleSource :sdbContentTripleSource ; @@ -27,6 +28,10 @@ a , . +:basicSearchIndexer + a , + . + :sdbContentTripleSource a , .