
12/29/2025 · Alex Zhang
What this post added
Introduces and explains the new Phrase Match feature in Milvus 2.6, which enables full-text search with positional indexing and a 'slop' parameter for flexible phrase matching. Details the technical implementation using Tantivy, the schema configuration required for VARCHAR fields (`enable_analyzer`, `enable_match`), and provides examples of how to use `PHRASE_MATCH` with varying `slop` values to filter search results before vector similarity ranking.