Type alias FulltextIndex

FulltextIndex: IndexDescriptionType<"fulltext", [string], {
    minLength: number;
}>

An object representing a fulltext index.

Type declaration

  • minLength: number

Deprecated

The fulltext index type was deprecated in ArangoDB 3.10. Use views.View instead.