Example usage for org.apache.solr.handler.admin CoreAdminHandler subclass-usage

List of usage examples for org.apache.solr.handler.admin CoreAdminHandler subclass-usage

Introduction

In this page you can find the example usage for org.apache.solr.handler.admin CoreAdminHandler subclass-usage.

Usage

From source file jp.aegif.nemaki.NemakiCoreAdminHandler.java

/**
 * Solr core handler classs
 * Called on server start up & user request via RESTful
 * @author linzhixing
 *
 */

From source file org.alfresco.solr.AlfrescoCoreAdminHandler.java

public class AlfrescoCoreAdminHandler extends CoreAdminHandler {
    protected static final Logger LOGGER = LoggerFactory.getLogger(AlfrescoCoreAdminHandler.class);

    private static final String ARG_ACLTXID = "acltxid";
    protected static final String ARG_TXID = "txid";
    private static final String ARG_ACLID = "aclid";