Class SearchStrategyType (0.1.0)

SearchStrategyType(value)

The types of search strategies to be applied on the annotation key.

Enums

Name Description
NO_SEARCH Annotatation values of the `key` above will not be searchable.
EXACT_SEARCH When searching with `key`, the value must be exactly as the annotation value that has been ingested.
SMART_SEARCH When searching with `key`, Warehouse will perform broad search based on semantic of the annotation value.