Optional
ifIf true
, no error will be thrown if the index already exists.
Note that this does not check if the existing index is the same as the one attempting to be created; it simply checks if the name is already in use.
Optional
maxThis temporary error-ing property exists for migration convenience, and will be removed in a future version.
maxTimeMS
option is no longer available; the timeouts system has been overhauled, and timeouts should now be set using timeout
, and defaults in timeoutDefaults
. You may generally Ctrl+R replace maxTimeMS
with timeout
to retain the same behavior.Optional
optionsOptions available for text
and ascii
indexes
Optional
timeoutThe method timeout override.
See TimeoutDescriptor for much more information.
Options for creating a new index via Table.createTextIndex