Annotation Interface PersistentIndexed


@Retention(RUNTIME) @Target(FIELD) public @interface PersistentIndexed
Annotation to mark a field to be indexed using ArangoDB's Persistent index.
Author:
Mark Vollmary
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    If true, then set deduplicate to index
    boolean
    If true, then create a sparse index
    boolean
    If true, then create a unique index
  • Element Details

    • unique

      boolean unique
      If true, then create a unique index
      Default:
      false
    • sparse

      boolean sparse
      If true, then create a sparse index
      Default:
      false
    • deduplicate

      boolean deduplicate
      If true, then set deduplicate to index
      Default:
      true