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

com.algolia.search.SearchIndexBase Maven / Gradle / Ivy

There is a newer version: 3.16.9
Show newest version
package com.algolia.search;

import com.algolia.search.models.RequestOptions;

/**
 * This interface holds all index common methods.
 *
 * @param 
 */
public interface SearchIndexBase {
  HttpTransport getTransport();

  String getUrlEncodedIndexName();

  SearchConfig getConfig();

  Class getClazz();

  void waitTask(long taskId, long timeToWait, RequestOptions requestOptions);

  void waitTask(long taskId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy