TODO
Default: ["identity"]
A list of names of Analyzers to apply to values of processed document attributes.
An object mapping names of attributes to process for each document to ArangoSearchViewLink definitions.
Default: false
If set to true
, all document attributes will be processed, otherwise
only the attributes in fields
will be processed.
Default: "none"
Controls how the view should keep track of the attribute values.
If set to true
, the position of values in array values will be tracked,
otherwise all values in an array will be treated as equal alternatives.
TODO
TODO
Default: 2
How many commits to wait between removing unused files.
Default: 1000
How long to wait between commiting View data store changes and making documents visible to queries.
Default: 10000
How long to wait between applying the consolidationPolicy
.
The consolidation policy to apply for selecting which segments should be merged.
An object mapping names of linked collections to ArangoSearchViewLink definitions.
The attribute path (field
) for the value of each document that will be
used for sorting.
If direction
is set to "asc"
or asc
is set to true
,
the primary sorting order will be ascending.
If direction
is set to "desc"
or asc
is set to false
,
the primary sorting order will be descending.
Default: 0
Maximum number of concurrent active writers that perform a transaction.
Default: 64
Maximum number of writers cached in the pool.
Default: 33554432
, i.e. 32 MiB
Maximum memory byte size per writer before a writer flush is triggered.
TODO
Policy to consolidate based on segment byte size and live document count as dictated by the customization attributes.
Must be in the range of 0.0
to 1.0
.
The type of consolidation policy.
Policy to consolidate if the sum of all candidate segment byte size is less than the total segment byte size multiplied by a given threshold.
Minimum score.
Default: 2097152
, i.e. 2 MiB
Defines the value to treat all smaller segments as equal for consolidation selection.
Default: 5368709120
, i.e. 5 GiB
Maximum allowed size of all consolidated segments.
Default: 10
The maximum number of segments that will be evaluated as candidates for consolidation.
Default: 1
The minimum number of segments that will be evaluated as candidates for consolidation.
The type of consolidation policy.
TODO
TODO
Indicates whether the given value represents a View.
A value that might be a View.
Generated using TypeDoc
import type { ArangoSearchView } from "arangojs/view";
TODO