Elasticsearch Query (ES 6)

Go to Product

This node sets a query to an existing Elasticsearch Search element.

Options

Query
The query written in Elasticsearch Query DSL . The following options might be defined to limit the amount of retrieved results:
  • From: Retrieve hits from a certain offset. This defaults to 0.
  • Size: The number of results that should be retrieved. By default, the node provides 10 items. Set this to "0" if you like to get all relevant items. To query more efficient, the node uses Elasticsearch's Scroll API for deep scrolling and returning large amounts of items.

Input Ports

Icon
An Elasticsearch search.

Output Ports

Icon
An Elasticsearch search with specified query.

Views

This node has no views

Workflows

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.