Type alias FulltextIndex

FulltextIndex: GenericIndex & {
    fields: [string];
    minLength: number;
    type: "fulltext";
}

An object representing a fulltext index.

Deprecated

Fulltext indexes have been deprecated in ArangoDB 3.10 and should be replaced with ArangoSearch.

Generated using TypeDoc