Skip to content

Commit 4c7c6a6

Browse files
author
meili-bot
committed
Update code samples
1 parent ceba481 commit 4c7c6a6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

snippets/generated-code-samples/code_samples_compact_index_1.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ curl \
99
client.index('movies').compact()
1010
```
1111

12+
```php PHP
13+
$client->index('movies')->compact();
14+
```
15+
1216
```java Java
1317
client.index("INDEX_NAME").compact();
1418
```

0 commit comments

Comments
 (0)