importance property

String? importance
getter/setter pair

Indicates the ranking importance given to property when it is matched during retrieval.

Once set, the token importance of a property cannot be changed. Possible string values are:

  • "DEFAULT" : Treat the match like a body text match.
  • "HIGHEST" : Treat the match like a match against title of the item.
  • "HIGH" : Treat the match with higher importance than body text.
  • "LOW" : Treat the match with lower importance than body text.
  • "NONE" : Do not match against this field during retrieval. The property can still be used for operator matching, faceting, and suggest if desired.

Implementation

core.String? importance;