pull/1/head
Michael Peter Christen 13 years ago
parent e5ef840f40
commit 9448d9a8a2

@ -199,8 +199,8 @@ public class MirrorSolrConnector implements SolrConnector {
@Override
public SolrDocument get(String id) throws IOException {
SolrDocument doc = this.documentCache.get(id);
if (this.missCache.containsKey(id)) return null;
if (doc != null) return doc;
if (this.missCache.containsKey(id)) return null;
if (this.solr0 != null) {
doc = this.solr0.get(id);
if (doc != null) {

Loading…
Cancel
Save