We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f601846 commit d3e5052Copy full SHA for d3e5052
src/main/java/com/meilisearch/sdk/Index.java
@@ -1306,7 +1306,7 @@ public TaskInfo resetEmbeddersSettings() throws MeilisearchException {
1306
*/
1307
public TaskInfo compact() throws MeilisearchException {
1308
return this.config.httpClient.post(
1309
- new URLBuilder("/indexes").addSubroute(this.uid).addSubroute("compact").getURL(),
+ new URLBuilder("/indexes").addSubroute(this.uid).addSubroute("/compact").getURL(),
1310
null,
1311
TaskInfo.class);
1312
}
0 commit comments