default cache size was much too high; decreased solr cache size

pull/1/head
Michael Peter Christen 12 years ago
parent 613cf7da7f
commit e45a3235e0

@ -55,7 +55,7 @@ public abstract class AbstractSolrConnector implements SolrConnector {
catchSuccessQuery.setRows(1); catchSuccessQuery.setRows(1);
catchSuccessQuery.setStart(0); catchSuccessQuery.setStart(0);
} }
private final static int pagesize = 10; private final static int pagesize = 100;
@Override @Override
public boolean exists(final String id) throws IOException { public boolean exists(final String id) throws IOException {

Loading…
Cancel
Save