Enum: MatchCriteriaEnum
Which of an association-type section's declared fields are enforced as Solr filters.
URI: https://w3id.org/monarch/monarch-py/MatchCriteriaEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| category | None | Match on category alone |
| full | None | Match on every declared criterion |
Slots
| Name | Description |
|---|---|
| match_criteria | Which declared fields are enforced as Solr filters when selecting an associat... |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/monarch/monarch-py
LinkML Source
name: MatchCriteriaEnum
description: Which of an association-type section's declared fields are enforced as
Solr filters.
from_schema: https://w3id.org/monarch/monarch-py
rank: 1000
permissible_values:
category:
text: category
description: Match on `category` alone. `subject_category`/`object_category` are
read as entity-grid direction metadata, not query criteria — constraining on
them undercounts edges whose node categories differ from the declared ones (e.g.
gene-expression edges whose object is biolink:NamedThing).
full:
text: full
description: Match on every declared criterion. Required for sections that cannot
be identified by category alone, such as the LOINC sections (whose edges all
share biolink:Association) or sections spanning several categories.