Skip to content

Commit

Permalink
* No special value source type. Otherwise a new aggregation is needed.
Browse files Browse the repository at this point in the history
* A field mapper that includes duplicate values when aggregating on it. This is be done by using two doc values fields. One for the values and one for the counts.
* Wrapping sorted set docvalues instance to include duplicates in the count returned by docValueCount(...).
* Report the counter field mapper, otherwise merging may fail. No field can be unmapped.
* Currently doesn't work when filter by filter terms aggregations is enabled.
  • Loading branch information
martijnvg committed Oct 27, 2023
1 parent cf08ef7 commit 692572a
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 246 deletions.
Loading

0 comments on commit 692572a

Please sign in to comment.