mirror of https://gitee.com/bigwinds/arangodb
11 lines
327 B
Plaintext
11 lines
327 B
Plaintext
!CHAPTER BitArray Indexes
|
|
|
|
!SUBSECTION Introduction to Bit-Array Indexes
|
|
|
|
It is possible to define a bit-array index on one or more attributes (or paths)
|
|
of a documents.
|
|
|
|
!SUBSECTION Accessing BitArray Indexes from the Shell
|
|
|
|
<!-- js/server/modules/org/arangodb/arango-collection.js -->
|
|
@startDocuBlock collectionEnsureBitArray |