summaryrefslogtreecommitdiff
path: root/htroot/IndexReIndexMonitor_p.html
diff options
context:
space:
mode:
authorreger <reger18@arcor.de>2014-12-07 04:31:09 +0100
committerreger <reger18@arcor.de>2014-12-07 04:31:09 +0100
commit5f0bb1214f142f2d46533859c6a35e4135dcae73 (patch)
tree0111c96fdad96c60b6bab47df7abf5b17a9401ff /htroot/IndexReIndexMonitor_p.html
parent8055ed5b2ac763a8d0706e7387807b77118bc11a (diff)
modified FieldReIndex to reindex queries with low number of documents first
by using a internally a score map with number of documents as score and working through the list from low to high.
Diffstat (limited to 'htroot/IndexReIndexMonitor_p.html')
-rw-r--r--htroot/IndexReIndexMonitor_p.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/htroot/IndexReIndexMonitor_p.html b/htroot/IndexReIndexMonitor_p.html
index ba8a2f939..cb5a179f4 100644
--- a/htroot/IndexReIndexMonitor_p.html
+++ b/htroot/IndexReIndexMonitor_p.html
@@ -45,7 +45,14 @@
#(reindexjobrunning)#::
<fieldset><legend>Remaining field list</legend>
<p>reindex documents containing these fields: </p>
- <p>#[fieldlist]#</p>
+ <table>
+ <tr><th>Field</th><th>count</th></tr>
+ #{fieldlist}#
+ <tr>
+ <td>#[fieldname]#</td> <td align="right">#[fieldscore]#</td>
+ </tr>
+ #{/fieldlist}#
+ </table>
</fieldset>
#(/reindexjobrunning)#
</td></tr></table>