Hi community,
In our product we use faceting pretty heavy, our current implementation uses aggregations to implement it.
Are there any plans to have direct faceting support in DSL?
Thanks.
Hi community,
In our product we use faceting pretty heavy, our current implementation uses aggregations to implement it.
Are there any plans to have direct faceting support in DSL?
Thanks.
I came here to ask the same question. What are the key differentiators between Elastic hierarchical facets and Opensearch nested aggregations, other than name, in free text search scenarios?
By hierarchical facets you mean those exposed by the Elastic App Search? Hierarchical Facets Guide | Elastic App Search Documentation [8.7] | Elastic
If so, those are supported under the hood by nested aggregations, which are very similar to the nested aggregations you can find in OpenSearch today.
Is there something in particular that youâre looking for?
Hi Radu, I think itâs just nomenclature. In the free text search world, âfacetingâ is a well-understood term. The term âaggregationâ may be more familiar to people who work directly with structured data. So when someone searches for âOpensearch support for faceted searchâ, it wonât jump out as easily. Lucene and Solr use the âfacetâ terminology, I believe.
It could be worthwhile to mention on the Opensearch website and documentation pages that aggregation is also commonly known as faceting, so that evaluators wonât hit a cognitive speed-bump trying to compare search offerings.
Likewise, it took some digging to realize that ânested aggregationsâ are called âhierarchical facetsâ.