OpenApiTypesense.SearchResultHitTextMatchInfo (OpenApiTypesense v1.0.3)

View Source

Provides struct and type for a SearchResultHitTextMatchInfo

Summary

Types

t()

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