# `Milvex.Collection.Dsl.BM25Function`

Struct representing a BM25 function definition in the Milvex Collection DSL.

BM25 functions convert text fields to sparse vector embeddings for full-text search.

# `t`

```elixir
@type t() :: %Milvex.Collection.Dsl.BM25Function{
  __spark_metadata__: term(),
  input: atom() | [atom()],
  name: atom(),
  output: atom()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
