diff options
| author | reger <reger18@arcor.de> | 2014-12-07 04:31:09 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2014-12-07 04:31:09 +0100 |
| commit | 5f0bb1214f142f2d46533859c6a35e4135dcae73 (patch) | |
| tree | 0111c96fdad96c60b6bab47df7abf5b17a9401ff /htroot/IndexReIndexMonitor_p.html | |
| parent | 8055ed5b2ac763a8d0706e7387807b77118bc11a (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.html | 9 |
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> |
