By Input Set Improve page
The “item” filter selects all elements from its input set.
As for all filters, the result set is specified by the whole statement, not the individual filter.
It consists of a dot, followed by the name of the input set.
Examples: The default set
node._;
and a named set
node.a;
It is also possible to specify several input sets:
node.a.b;