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.
This commit is contained in:
parent
3bc42c1456
commit
2ceab6e3df
21 changed files with 1038 additions and 204 deletions
17
webapp/web/css/search/searchIndex.css
Normal file
17
webapp/web/css/search/searchIndex.css
Normal file
|
@ -0,0 +1,17 @@
|
|||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||
|
||||
/* Styles for the search index controller. */
|
||||
|
||||
section#indexer table.history {
|
||||
font-size: smaller;
|
||||
border: 1px solid gray;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
section#indexer table.history th{
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
section#indexer table.history td{
|
||||
padding: 2px 5px 2px 5px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue