You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extension of #99602, to support counting a field when a filter/query already exists. This means creating an operator that extends the query and adds an exists clause for said field (to avoid counting nulls).
The text was updated successfully, but these errors were encountered:
Use the LuceneCountOperator also for ungrouped count(field) queries
Enhance the SearchStat class to indicate when a field is single or multi-value
Fix#99840
Description
Extension of #99602, to support counting a field when a filter/query already exists. This means creating an operator that extends the query and adds an exists clause for said field (to avoid counting nulls).
The text was updated successfully, but these errors were encountered: