All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opensearch.search.profile.query.ProfileCollectorManager Maven / Gradle / Ivy

/*
 * SPDX-License-Identifier: Apache-2.0
 *
 * The OpenSearch Contributors require contributions made to
 * this file be licensed under the Apache-2.0 license or a
 * compatible open source license.
 */

package org.opensearch.search.profile.query;

import org.apache.lucene.search.Collector;
import org.apache.lucene.search.CollectorManager;

/**
 * Collector manager which supports profiling
 *
 * @opensearch.internal
 */
public interface ProfileCollectorManager extends CollectorManager, InternalProfileComponent {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy