Node Connectivity

There are 2934 nodes that can be used as successor for a node with an output port of type Table.

Table Index Matcher (Labs) Modern UI

The Table Index Matcher (Labs) node enables deterministic, multi-attribute search within a Table Index Object. It allows users to query multiple indexed […]

Table Indexer (Labs) Modern UI

The Table Indexer (Labs) node creates a unified, deterministic search index from multiple columns of an input table. Each selected column is added as an […]

Alias Creator StreamableModern UI

Builds an Alias Object from a table of (word, alias, penalty) triples. Positive penalties boost matches; negative penalties create anti-aliases (forbidden […]

Character Mapper StreamableModern UI

Transforms strings into a normalized representation by mapping characters to a configured alphabet and applying rules (case, accents, umlauts, currency, […]

Phrase Index Matcher StreamableModern UI

Matches phrases from a Comparison Table against a prebuilt Phrase Index (Index Object) using subword-aware, directional approximate-matching. Supports […]

Phrase Indexer Modern UI

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

Phrase Matcher Modern UI

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

Term Index Matcher StreamableModern UI

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

Term Indexer Modern UI

Builds a deterministic, high-performance searchable index over a single selected string column using exorbyte’s generic term indexing strategies.

Term Matcher Modern UI

Calculates similarities between strings and allows for filtering.