Package com.algolia.search
Interface SearchIndexBase<T>
-
- Type Parameters:
T-
- All Known Subinterfaces:
SearchIndexRules<T>,SearchIndexSearching<T>,SearchIndexSettings<T>,SearchIndexSynonyms<T>
- All Known Implementing Classes:
SearchIndex
public interface SearchIndexBase<T>This interface holds all index common methods.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<T>getClazz()SearchConfiggetConfig()HttpTransportgetTransport()StringgetUrlEncodedIndexName()voidwaitTask(long taskId)voidwaitTask(long taskId, long timeToWait, RequestOptions requestOptions)
-
-
-
Method Detail
-
getTransport
HttpTransport getTransport()
-
getUrlEncodedIndexName
String getUrlEncodedIndexName()
-
getConfig
SearchConfig getConfig()
-
waitTask
void waitTask(long taskId, long timeToWait, RequestOptions requestOptions)
-
waitTask
void waitTask(long taskId)
-
-