Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tantivy from 0.14.0 to 0.15.0 #793

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 7, 2021

Bumps tantivy from 0.14.0 to 0.15.0.

Release notes

Sourced from tantivy's releases.

Tantivy 0.15

  • API Changes. Using Range instead of (start, end) in the API and internals (FileSlice, OwnedBytes, Snippets, ...) This change is breaking but migration is trivial.
  • Added an Histogram collector. (@​fulmicoton) #994
  • Added support for Option. (@​fulmicoton)
  • DocAddress is now a struct (@​scampi) #987
  • Bugfix consistent tie break handling in facet's topk (@​hardikpnsp) #357
  • Date field support for range queries (@​rihardsk) #516
  • Added lz4-flex as the default compression scheme in tantivy (@​PSeitz) #1009
  • Renamed a lot of symbols to avoid all uppercasing on acronyms, as per new clippy recommendation. For instance, RAMDirectory -> RamDirectory. (@​fulmicoton)
  • Simplified positions index format (@​fulmicoton) #1022
  • Moved bitpacking to bitpacker subcrate and add BlockedBitpacker, which bitpacks blocks of 128 elements (@​PSeitz) #1030
  • Added support for more-like-this query in tantivy (@​evanxg852000) #1011
  • Added support for sorting an index, e.g presorting documents in an index by a timestamp field. This can heavily improve performance for certain scenarios, by utilizing the sorted data (Top-n optimizations)(@​PSeitz). #1026
  • Add iterator over documents in doc store (@​PSeitz). #1044
  • Fix log merge policy (@​PSeitz). #1043
  • Add detection to avoid small doc store blocks on merge (@​PSeitz). #1054
  • Make doc store compression dynamic (@​PSeitz). #1060
  • Switch to json for footer version handling (@​PSeitz). #1060
  • Updated TermMerger implementation to rely on the union feature of the FST (@​scampi) #469
  • Add boolean marking whether position is required in the query_terms API call (@​fulmicoton). #1070
Changelog

Sourced from tantivy's changelog.

Tantivy 0.15.0

  • API Changes. Using Range instead of (start, end) in the API and internals (FileSlice, OwnedBytes, Snippets, ...) This change is breaking but migration is trivial.
  • Added an Histogram collector. (@​fulmicoton) #994
  • Added support for Option. (@​fulmicoton)
  • DocAddress is now a struct (@​scampi) #987
  • Bugfix consistent tie break handling in facet's topk (@​hardikpnsp) #357
  • Date field support for range queries (@​rihardsk) #516
  • Added lz4-flex as the default compression scheme in tantivy (@​PSeitz) #1009
  • Renamed a lot of symbols to avoid all uppercasing on acronyms, as per new clippy recommendation. For instance, RAMDirectory -> RamDirectory. (@​fulmicoton)
  • Simplified positions index format (@​fulmicoton) #1022
  • Moved bitpacking to bitpacker subcrate and add BlockedBitpacker, which bitpacks blocks of 128 elements (@​PSeitz) #1030
  • Added support for more-like-this query in tantivy (@​evanxg852000) #1011
  • Added support for sorting an index, e.g presorting documents in an index by a timestamp field. This can heavily improve performance for certain scenarios, by utilizing the sorted data (Top-n optimizations)(@​PSeitz). #1026
  • Add iterator over documents in doc store (@​PSeitz). #1044
  • Fix log merge policy (@​PSeitz). #1043
  • Add detection to avoid small doc store blocks on merge (@​PSeitz). #1054
  • Make doc store compression dynamic (@​PSeitz). #1060
  • Switch to json for footer version handling (@​PSeitz). #1060
  • Updated TermMerger implementation to rely on the union feature of the FST (@​scampi) #469
  • Add boolean marking whether position is required in the query_terms API call (@​fulmicoton). #1070
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tantivy](https://github.com/tantivy-search/tantivy) from 0.14.0 to 0.15.0.
- [Release notes](https://github.com/tantivy-search/tantivy/releases)
- [Changelog](https://github.com/tantivy-search/tantivy/blob/main/CHANGELOG.md)
- [Commits](quickwit-oss/tantivy@0.14...0.15)

---
updated-dependencies:
- dependency-name: tantivy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 15, 2021

Superseded by #797.

@dependabot dependabot bot closed this Jun 15, 2021
@dependabot dependabot bot deleted the dependabot/cargo/tantivy-0.15.0 branch June 15, 2021 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants