Allow bridges to declare how the engine should behave when the user creates a predicate on an object field. For example a "match" predicate on field "color" could result in a boolean query with three "must" clauses on the "color.r" "color.g" and "color.b" fields. See https://github.com/hibernate/hibernate-search-6-poc/commit/8ad51304240126844784d91f46139e4dbcc768d3 |