pull/1/head
reger 12 years ago
parent f0575bd44b
commit 82d81a57bd

@ -75,9 +75,13 @@ public class IndexReIndexMonitor_p {
} }
} else { } else {
prop.put("reindexjobrunning", 0); prop.put("reindexjobrunning", 0);
if (sb.index.fulltext().connectedLocalSolr()) {
prop.put("querysize", "is empty"); prop.put("querysize", "is empty");
prop.put("infomessage", "no reindex job running"); prop.put("infomessage", "no reindex job running");
} else {
prop.put("querysize", "");
prop.putHTML("infomessage", "! reindex works only with embedded Solr index !");
}
} }
// return rewrite properties // return rewrite properties
return prop; return prop;

Loading…
Cancel
Save