OpenApiTypesense.SearchResultHitTextMatchInfo (OpenApiTypesense v0.6.5)

View Source

Provides struct and type for a SearchResultHitTextMatchInfo

Summary

Types

t()

@type t() :: %OpenApiTypesense.SearchResultHitTextMatchInfo{
  best_field_score: String.t() | nil,
  best_field_weight: integer() | nil,
  fields_matched: integer() | nil,
  num_tokens_dropped: integer() | nil,
  score: String.t() | nil,
  tokens_matched: integer() | nil,
  typo_prefix_score: integer() | nil
}