8
8
9
9
10
10
< div class ="well ">
11
- The Index Queue manages content indexing. Content enters the Index
12
- Queue by initialization below or when new content is created based on
13
- configuration. Items in the Index Queue are indexed newest changes first
14
- until all items in the queue have been indexed.
11
+ < f:translate key ="solr.backend.index_queue_module.description " />
15
12
</ div >
16
13
17
14
18
15
19
- < h2 > Index Queue Initialization</ h2 >
16
+ < h2 >
17
+ < f:translate key ="solr.backend.index_queue_module.title " />
18
+ </ h2 >
20
19
21
20
< f:form name ="editform " actionUri ="{f:uri.action(controller:'Administration', arguments:{module:'{module.name}', moduleAction:'initializeIndexQueue'} )} ">
22
21
23
22
< f:format .raw > {indexQueueInitializationSelector}</ f:format .raw>
24
23
< f:form .submit name ="initializeIndexQueue " value ="Queue Selected Content for Indexing " />
25
24
< solr:backend .button.HelpButton title ="Index Queue Initialization ">
26
- Initializing the Index Queue is the most complete way to force
27
- re-indexing, or to build the Index Queue for the first time. The Index
28
- Queue Worker scheduler task will then index the items listed in the
29
- Index Queue.
25
+ < f:translate key ="solr.backend.index_queue_module.help " />
30
26
</ solr:backend .button.HelpButton>
31
27
32
28
</ f:form >
@@ -41,13 +37,21 @@ <h2>Index Queue Initialization</h2>
41
37
42
38
< div class ="row-fluid ">
43
39
< div class ="span8 well ">
44
- < h2 > Indexing Errors</ h2 >
40
+ < h2 >
41
+ < f:translate key ="solr.backend.index_queue_module.errors.headline " />
42
+ </ h2 >
45
43
46
44
< table class ="table ">
47
45
< tr >
48
- < th > ID</ th >
49
- < th > Item Type</ th >
50
- < th > Item UID</ th >
46
+ < th >
47
+ < f:translate key ="solr.backend.index_queue_module.errors.id " />
48
+ </ th >
49
+ < th >
50
+ < f:translate key ="solr.backend.index_queue_module.errors.item_type " />
51
+ </ th >
52
+ < th >
53
+ < f:translate key ="solr.backend.index_queue_module.errors.item_uid " />
54
+ </ th >
51
55
< th > </ th >
52
56
</ tr >
53
57
@@ -60,35 +64,44 @@ <h2>Indexing Errors</h2>
60
64
< script type ="text/plain ">
61
65
{ item . errors }
62
66
</ script >
63
- < a href ="javascript:void(0); " class ="show_error "> Show error</ a >
67
+ < a href ="javascript:void(0); " class ="show_error ">
68
+ < f:translate key ="solr.backend.index_queue_module.errors.show_button " />
69
+ </ a >
64
70
</ td >
65
71
</ tr >
66
72
</ f:for >
67
73
</ table >
68
74
69
75
< f:if condition ="{indexqueue_errors} ">
70
76
< a href ="{f:uri.action(controller:'Administration', arguments:{module:'{module.name}', moduleAction:'flushLogErrors'} )} "
71
- class ="btn btn-default " > Flush errors</ a >
77
+ class ="btn btn-default " >
78
+ < f:translate key ="solr.backend.index_queue_module.errors.flush_button " />
79
+ </ a >
72
80
</ f:if >
73
81
</ div >
74
82
75
83
< div class ="span4 well stats_container ">
76
- < h2 > Index Queue Status</ h2 >
84
+ < h2 >
85
+ < f:translate key ="solr.backend.index_queue_module.status.headline " />
86
+ </ h2 >
77
87
78
88
< canvas id ="indexqueue_stats_chart " width ="100 " height ="100 "> </ canvas >
79
89
80
90
< div style ="clear: both; "> </ div >
81
91
82
92
< div class ="legend ">
83
- < span class ="color " style ="background: #EB813F; "> </ span > Pending:
93
+ < span class ="color " style ="background: #EB813F; "> </ span >
94
+ < f:translate key ="solr.backend.index_queue_module.status.pending " />
84
95
< span id ="pending_numbers "> </ span >
85
96
</ div >
86
97
< div class ="legend ">
87
- < span class ="color " style ="background: #FF3D3D; "> </ span > Errors:
98
+ < span class ="color " style ="background: #FF3D3D; "> </ span >
99
+ < f:translate key ="solr.backend.index_queue_module.status.errors " />
88
100
< span id ="error_numbers "> </ span >
89
101
</ div >
90
102
< div class ="legend ">
91
- < span class ="color " style ="background: #9FC299; "> </ span > Indexed:
103
+ < span class ="color " style ="background: #9FC299; "> </ span >
104
+ < f:translate key ="solr.backend.index_queue_module.status.indexed " />
92
105
< span id ="indexed_numbers "> </ span >
93
106
</ div >
94
107
</ div >
0 commit comments