Log for tique/Cargo.toml
-
Prepare for release 0.7.0 by Caio 3 years ago
-
Bump to tantivy v0.16 by Caio 3 years ago
-
Bump to nom v7 by Caio 3 years ago
-
Prepare for release 0.6.0 by Caio 3 years ago
-
Adapt tique to tantivy 0.15 💬 by Caio 3 years ago
Two simple changes: * SegmentLocalId is now SegmentOrd, so `segment_id` labels were also updated to `segment_ord` * DocAddress is now a struct with named members instead of a tuple newtype, so the code is changed to construct it like `DocAddress{...}` instead of `DocAddress(...)`
-
Prepare for v0.5.0 by Caio 4 years ago
-
Bump to quickcheck 1.0 by Caio 4 years ago
-
Update tantivy to 0.14 by Caio 4 years ago
-
Upgrade nom dependency to 6.+ by Caio 4 years ago
-
Use new DocSet/Scorer API 💬 by Caio 4 years ago
Introduced on tantivy.git @ e25284ba This changeset is sufficient, however upstream's f71b04acb introduced a `debug_assert!(self.doc() <= target)` for `SegmentPostings::seek` that looks overzealous to me. In release mode all tests pass, but given that lot has changed since last I looked I'll be double checking the affected functionality prior to letting this go wild.
-
Prepare for v0.4.0 release by Caio 4 years ago
-
Rename tique's `unstable` feature to `queryparser` 💬 by Caio 4 years ago
... And somehow `tique` can't be built because `cantine` wants a feature that stopped existing? That kinda diminishes the usefulness of workspaces.
-
Ensure it's hard to cause an Err() with this parser by Caio 4 years ago
-
Release tique-0.3.0 by Caio 4 years ago
-
Upgrade to tantivy 0.12 by Caio 4 years ago
-
Prepare for 0.2.0 release by Caio 4 years ago
-
Swap homepage and repository values 💬 by Caio 5 years ago
From looking at the rendered output on crates.io/docs.rs, I think that's a better definition for each
-
Bump to 0.1.1 💬 by Caio 5 years ago
Just a trivial documentation update
-
Add more metadata to Cargo.toml by Caio 5 years ago
-
Remove everything `proc_macro` from what will go public 💬 by Caio 5 years ago
I thought the "proc macros need to live in a separate crate" problem was only a minor annoyance until now: publishing a crate that uses it implies publishing the proc macro crate too. This patch works around said annoyance by (mostly manually) reverting the move to the `tique` module. Now `cantine_derive` is self-contained.
-
Revert "Move `tique_derive` into the `tique` module" 💬 by Caio 5 years ago
This reverts commit 813bccbe0c5974337dceff3e348c76ecf23138d7.
-
Move `tique_derive` into the `tique` module by Caio 5 years ago
-
Split compilation features into default and unstable by Caio 5 years ago
-
Get rid of the 'crates/' subdirectory 💬 by Caio 5 years ago
Just a `git mv crates/* .` and minor adjustments `Cargo.toml` and `.gitignore` to point at the new locations
-
Move derive functionality to the tique module 💬 by Caio 5 years ago
I needed a public place to store the new RangeStats struct as it's independent from any input. This patch moves the `cantine_derive` mod into the `tique` subgroup with hopes that it will force me to think of: 1. A better name than `FilterAndAggregation` 2. A way to expose the generated structs instead of requiring knowledge that the output structs are prefixed by the source name
-
Update tantivy to 0.11 by Caio 5 years ago
-
Revert "Build against tantivy's upstream repository" 💬 by Caio 5 years ago
This reverts commit 3392d944b5536feff32db026231dee2dceb3e9c2.
-
Build against tantivy's upstream repository 💬 by Caio 5 years ago
This is hopefully temporary. I wanna push the float-related stuff forward because otherwise I'll keep coming up with interesting-but- useless-for-me-now cases like what I just did with the database :P I had to touch the QueryParser code due to changes in the public api: * `Field` now has a constructor instead of a public inner field * `BoxedTokenizer` is a struct wrapping the actual box dance (thanks!) Direct link to build head: https://github.com/tantivy-search/tantivy/commit/b9896c496207ecff14a1ffc713dc81d009500b10
-
Remove unneeded tests by Caio 5 years ago
-
Zerocopy is only used on tests now by Caio 5 years ago