Log for Cargo.lock
-
Update Cargo.lock by Caio 6 years ago
-
Update Cargo.lock by Caio 6 years ago
-
Update Cargo.lock by Caio 6 years ago
-
Update Cargo.lock by Caio 6 years ago
-
Bump tique to v0.1.1 by Caio 6 years ago
-
Update Cargo.lock by Caio 6 years ago
-
Update and switch Cargo.lock to new format by Caio 6 years ago
-
Update Cargo.lock by Caio 6 years ago
-
Update Cargo.lock by Caio 6 years ago
-
Update Cargo.lock by Caio 6 years ago
-
Update Cargo.lock by Caio 6 years ago
-
Update Cargo.lock by Caio 6 years ago
-
Update Cargo.lock by Caio 6 years ago
-
Update Cargo.lock by Caio 6 years ago
-
Represent SearchCursor as base64 over the wire 💬 by Caio 6 years ago
Now instead of getting `[u64,[u8;16]]` we get a 32-character string that is easy to use in urls and such.
-
Update dependency minors by Caio 6 years ago
-
Update tantivy to 0.11 by Caio 6 years ago
-
Update dependencies 💬 by Caio 6 years ago
This bumps crossbeam-channel to 0.4 and `cargo update`s to pull in all new transitive minors
-
Transform query into a "api" service 💬 by Caio 6 years ago
No functional changes, the only added code is for wiring actix. The number of added dependencies is very scary. But other than that, it's really easy to drive actix, so the work from now on should be super easy. Nice. Now it's a good time to tame these errors I think. Then I can finally port the web site.
-
Revert "Build against tantivy's upstream repository" 💬 by Caio 6 years ago
This reverts commit 3392d944b5536feff32db026231dee2dceb3e9c2.
-
Build against tantivy's upstream repository 💬 by Caio 6 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 -
Add very simple integration tests by Caio 6 years ago
-
Remove unneeded tests by Caio 6 years ago
-
Begin work on the filter related derived structs by Caio 6 years ago
-
Add a uuid index to BincodeDatabase 💬 by Caio 6 years ago
Should cost about 20-25Mb of ram with the full data, so why not :-)
-
Introduce a very simple query command 💬 by Caio 6 years ago
This patch starts wiring everything up so we can actually search
-
Settle on a new data format by Caio 6 years ago
-
Start working on the filter model 💬 by Caio 6 years ago
Design by "I Want to Play With A Feature" volume ??: proc_macro
-
Add search index and db load command 💬 by Caio 6 years ago
This loads the whole dataset in under 100s, so I'll be beating the baseline of 5min without trying too hard :-)
-
Complete cantine's move into this workspace by Caio 6 years ago