Mike Pellegrini
Mike Pellegrini
### Description When buildx is enabled, docker-maven-plugin ignores the `docker.noCache` property. I tried setting the property via the Maven command line and via `buildOptions` in the POM file with the...
Add the `semantic` query to the Query DSL, which is used to query `semantic_text` fields: ``` GET /_search { "query": { "semantic": { "field": "inference_field", "query": "my query text" }...
Adds a default ELSER 2 capability, which is used to conditionally run some semantic text YAML tests that were previously broken (and thus, muted) in release mode. Addresses #114376 and...
Adds support for semantic search CCS when `ccs_minimize_roundtrips=false`. This includes: - Query DSL when `ccs_minimize_roundtrips=false`, either explicitly or implicitly - Retrievers - ES|QL The implementation required significant rework to the...