Skip to main content

TrixTextSearchAdapter

Note: this document is automatically generated from configuration objects in our source code. See Config guide for more info

Source file

plugins/trix/src/TrixTextSearchAdapter/configSchema.ts

TrixTextSearchAdapter - Identifier

slot: explicitIdentifier

TrixTextSearchAdapter - Slots

slot: ixFilePath

ixFilePath: {
type: 'fileLocation',
defaultValue: { uri: 'out.ix', locationType: 'UriLocation' },
description: 'the location of the trix ix file',
}

slot: ixxFilePath

ixxFilePath: {
type: 'fileLocation',
defaultValue: { uri: 'out.ixx', locationType: 'UriLocation' },
description: 'the location of the trix ixx file',
}

slot: metaFilePath

metaFilePath: {
type: 'fileLocation',
defaultValue: { uri: 'meta.json', locationType: 'UriLocation' },
description: 'the location of the metadata json file for the trix index',
}

slot: tracks

tracks: {
type: 'stringArray',
defaultValue: [],
description: 'List of tracks covered by text search adapter',
}

slot: assemblyNames

assemblyNames: {
type: 'stringArray',
defaultValue: [],
description: 'List of assemblies covered by text search adapter',
}