AttributeFilter
Enables filtering of responses based on document attributes or metadata fields.
Types
Properties
Performs a logical AND
operation on all supplied filters.
Returns true
when a document contains all the specified document attributes or metadata fields.
Returns true
when a document contains any of the specified document attributes or metadata fields.
Performs an equals operation on two document attributes or metadata fields.
Performs a greater than operation on two document attributes or metadata fields. Use with a document attribute of type Date
or Long
.
Performs a greater or equals than operation on two document attributes or metadata fields. Use with a document attribute of type Date
or Long
.
Performs a less than operation on two document attributes or metadata fields. Use with a document attribute of type Date
or Long
.
Performs a less than or equals operation on two document attributes or metadata fields. Use with a document attribute of type Date
or Long
.
Performs a logical NOT
operation on all supplied filters.
Performs a logical OR
operation on all supplied filters.