AtlasSearchHighlight

class emmet.core.synthesis.core.AtlasSearchHighlight(**data)

Bases: BaseModel

Schematize MongoDB Atlas search highlight match.

Parameters:
  • score (float | None)

  • path (str | None)

  • texts (list[AtlasSearchText] | None)

model_config: ClassVar[ConfigDict] = {}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].