mirror of https://github.com/apache/lucene.git
put this optimize back in - we need to make sure the deletes are cleared
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1369207 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
60deff559f
commit
917fe18679
|
@ -172,10 +172,11 @@ public class SolrCmdDistributorTest extends BaseDistributedSearchTestCase {
|
|||
assertEquals(results.toString(), 2, numFound);
|
||||
|
||||
// debug stuff
|
||||
// for (SolrServer c : clients) {
|
||||
// c.optimize();
|
||||
// System.out.println(clients.get(0).request(new LukeRequest()));
|
||||
// }
|
||||
for (SolrServer c : clients) {
|
||||
c.optimize();
|
||||
// distrib optimize is not working right yet, so call it on each client
|
||||
//System.out.println(clients.get(0).request(new LukeRequest()));
|
||||
}
|
||||
|
||||
int id = 5;
|
||||
|
||||
|
|
Loading…
Reference in New Issue