Skip to content

Commit 95d9089

Browse files
chore[indexes]: deprecate 'hash' and 'skiplist' index types
1 parent 835be7a commit 95d9089

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Collection/Index/HashIndex.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
*
1212
* @package ArangoDB\Collection\Index
1313
* @author Lucas S. Vieira
14+
* @deprecated
1415
*/
1516
class HashIndex extends Index
1617
{

src/Collection/Index/SkipListIndex.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
*
1212
* @package ArangoDB\Collection\Index
1313
* @author Lucas S. Vieira
14+
* @deprecated
1415
*/
1516
final class SkipListIndex extends HashIndex
1617
{

0 commit comments

Comments
 (0)