Search K
Appearance
Appearance
The Mesh Indexer Autodesk Vault node allows you to perform content indexing operations on Autodesk Vault data and push structured results into a search index, supporting enriched content like full text, thumbnails, and embeddings.
This node is typically used in data processing pipelines where content from Autodesk Vault needs to be searchable and enriched with AI-generated vectorization or OCR.
This node indexes selected documents from Autodesk Vault and sends them to a search index (e.g., Elasticsearch) for retrieval and analysis. It can optionally include full document text, OCR output, thumbnails, and text embeddings.
The indexing behavior is driven by a selectable action (full index, date-based updates, or single record), and supports content filtering based on folders and lifecycle states.
Label | Type | Required | Description |
---|---|---|---|
Select Index | text | โ | Name of the target index (e.g., vault-documents ). |
Index Action | picklist | โ | Determines which indexing strategy to use: โข Full Index โข Update From Date โข Update Single Record . |
Include Text Vectorization | checkbox | โ | If checked, enables OpenAI-based embedding generation. |
Include Full Text Content | checkbox | โ | If checked, includes full text from documents. |
Include Thumbnail | checkbox | โ | If checked, includes preview thumbnails. |
Include OCR | checkbox | โ | If checked, runs OCR on document content. |
Document ID | text | โ | Used only for Update Single Record . The Vault document ID to reindex. |
Start Date | dateTime | โ | Used only for Update From Date . Documents modified after this date will be reindexed. |
White List Folders | text[] | โ | List of folder paths to include in indexing (optional filter). |
Lifecycle States | text[] | โ | Filters items by Vault lifecycle states. |
Record Title | text | โ | Optional formatting string for record title metadata. |
Sub Title | text | โ | Optional formatting string for record subtitle metadata. |
ServiceAccount-Autodesk Vault | serviceAccount | โ | The Autodesk Vault service account credentials. |
ServiceAccount-Elastic Search | serviceAccount | โ | The search index service (e.g., Elasticsearch) credentials. |
ServiceAccount-OpenAI | serviceAccount | โ | The OpenAI service account used for embeddings. |
This node does not generate a specific output variable but updates the status of the job and reports indexing success or failure.
Depending on the selected Index Action, the following behavior applies:
The node leverages multiple backend services:
Update From Date
and Update Single Record
, only a subset of fields is evaluated.