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

io.github.meilisearch.client.querybuilder.Index Maven / Gradle / Ivy

package io.github.meilisearch.client.querybuilder;

import io.github.meilisearch.client.querybuilder.delete.DeleteIndex;

public interface Index {
    DeleteIndex delete();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy