Multi-Field Indexer (Labs)

The Multi-Field Indexer (Labs) node constructs a fast, fault-tolerant search index from multiple columns of an input table. Users can dynamically add fields and assign a semantic data type to each one.
For predefined data types (such as Term, Street Name, ZIP Code, City Name, Country Name, Email, IBAN), the node automatically chooses the most suitable internal indexing strategy.
When the Generic data type is selected, users can manually choose between the Edit, Automaton, or Automatic index types to fine-tune matching behavior.
The node outputs a unified Multi-Field Index Object containing all configured fields, their metadata, and their internal indexing configurations. This index is designed for use in the Multi-Field Index Matcher node for multi-attribute fuzzy matching and entity resolution.

Options

Index columns
  • Input Column: Selects the input table column that will be indexed.
  • Data Type: Selects the semantic type of the field. Determines auto-configuration behavior. Options:
    • Generic
    • ID (Random String)
    • Term (Name / Company)
    • Street Name
    • ZIP Code
    • City Name
    • House Number
    • Country Name
    • Email
    • IBAN

Input Ports

Icon
Table containing the source fields that will be included in the multi-field index. Users can configure multiple fields dynamically.

Output Ports

Icon
Consolidated index containing all selected fields, including semantic type, internal index configuration, and metadata. Input to the Multi-Field Index Matcher node.

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.