Node Connectivity

There are 36 nodes that can be used as successor for a node with an output port of type Term Index.

Approximate Index Matcher (Labs) StreamableModern UI

Queries an index (e.g., Single-Field Indexer) for similar values. Returns best or top-k matches, with similarity measures and quality indicators.

Approximate Phrase Matcher (Labs) StreamableModern UI

Compares and scores phrase similarity between two tables using subword-based approximate matching algorithms.

Approximate String Matcher (Labs) StreamableModern UI

Calculates similarities between strings and allows for filtering.

Index Writer (Labs) StreamableModern UI

Stores an Index Object (produced by nodes such as Single-Field Indexer) into local disk storage. This allows reusing computationally expensive index builds […]

Phrase Indexer (Labs) StreamableModern UI

Builds a searchable edit-distance index over a multi-word phrase column. Allows splitting phrases into individual terms using a configurable delimiter.

Single-Field Indexer (Labs) StreamableModern UI

Builds a searchable edit‑distance index over a single selected column using TeraEdit.