org.kuali.ole.solr
Class DummyAdminService

java.lang.Object
  extended by org.kuali.ole.solr.DummyAdminService
All Implemented Interfaces:
AdminService

public class DummyAdminService
extends Object
implements AdminService

Class to DummyAdminService.

Author:
Rajesh Chowdary K

Constructor Summary
DummyAdminService()
           
 
Method Summary
 void optimize()
          Optimizes all available indexes.
 void optimize(Boolean waitFlush, Boolean waitSearcher)
          Optimize the indexes according to params
 void optimize(String indexName)
          Optimizes the given index.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyAdminService

public DummyAdminService()
Method Detail

optimize

public void optimize(String indexName)
              throws Exception
Description copied from interface: AdminService
Optimizes the given index. (In solr, it is called core.)

Specified by:
optimize in interface AdminService
Throws:
Exception

optimize

public void optimize()
              throws Exception
Description copied from interface: AdminService
Optimizes all available indexes.

Specified by:
optimize in interface AdminService
Throws:
Exception

optimize

public void optimize(Boolean waitFlush,
                     Boolean waitSearcher)
              throws Exception
Description copied from interface: AdminService
Optimize the indexes according to params

Specified by:
optimize in interface AdminService
Throws:
Exception


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.