Skip to content

Conversation

wallies
Copy link
Collaborator

@wallies wallies commented Aug 25, 2025

This commit adds support for cardinality aggregation by:

  • Updating the tantivy dependency to version 0.25.0.
  • Adding a cardinality method to the Searcher class to make it easier to use this feature.

This commit adds support for cardinality aggregation by:

- Updating the `tantivy` dependency to version 0.25.0.
- Adding a `cardinality` method to the `Searcher` class to make it easier to use this feature.
@wallies wallies requested a review from cjrh August 25, 2025 03:57
Copy link
Collaborator

@cjrh cjrh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great 💯

Please add:

  • Python tests that use this new feature
  • Some documentation in the docs that show an example
  • Fix the CI lint error

I would normally prefer the tantivy bump to 0.25 to be in its own PR, as sometimes there are extra things to update, but in this case it looks clean so we can do it together.

@cjrh cjrh added the feature-parity Feature parity with upstream tantivy label Aug 25, 2025
cjrh and others added 3 commits August 25, 2025 15:04
This commit adds support for cardinality aggregation by:

- Updating the `tantivy` dependency to version 0.25.0.
- Adding a `cardinality` method to the `Searcher` class to make it easier to use this feature.
- Adding a Python test for the new feature.
- Adding documentation with an example for the new feature.
- Fixing a CI lint error.
This commit adds support for cardinality aggregation by:

- Updating the `tantivy` dependency to version 0.25.0.
- Adding a `cardinality` method to the `Searcher` class to make it easier to use this feature.
- Adding a Python test for the new feature.
- Adding documentation with an example for the new feature.
- Fixing a CI lint error.
@wallies wallies requested a review from cjrh September 7, 2025 23:56
Co-authored-by: Caleb Hattingh <[email protected]>
@wallies wallies merged commit 5430777 into quickwit-oss:master Sep 8, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-parity Feature parity with upstream tantivy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants