number

This block is part of the query group and was last modified in core v11.3.3.

Field Selection Required

This block relies on a field that you select to perform its data actions. You must manually select the field you want to use in your flow using the field selector modal. To access the modal, click the white button on the block.

Connection Type

This block connects from a query type block. Make sure to connect this block to the appropriate left-hand side connection.

Parent Requirements

This block requires specific parent elements: query_bool_must, query_bool_must_not, query_bool_filter, query_bool_should, query_first_defined. Ensure this block is placed within the appropriate parent context.

number v11.3.3

In pins 2
  • query required
    query
  • boost v11.3.3
    number

    Number used to decrease or increase the relevance scores of a query.

Out pins 1
  • query
    query

Combines all wired inpin objects (the gt/gte/lt/lte fragments) into one range clause on the bound field: {"range": {field: {...merged..., "boost": B}}}. Fragments are deep-merged and boost defaults to 1; when no fragment is wired (only boost) the block outputs nothing at all.

A typical wiring for number: field >= {value} feeds the query pin; the query out pin feeds must.

Studio canvas example for the number block: typical wiring for number.

Commonly used with

In production blueprints, this block is most often wired together with:

Used in these guides

These documentation pages use or explain this block:

Version history

Introduced in v11.3.3.


Back to query Return to the main group to view all sub-groups Back to query: range Return to the group to view all blocks within this group