Toshi
Toshi copied to clipboard
A full-text search engine in rust
I am looking to list the existing indexes that are available. Do we have an API endpoint for that? **Additional context** I am building a Javascript front end UI for...
Added Dockerfile for running Toshi inside a container.
**Describe the bug** Commandline invocation of `/usr/bin/toshi --config /etc/toshi/config.toml` which works from the shell fails in systemd service: ``` [Unit] Description=Toshi Search After=default.target [Service] User=toshi Group=toshi ExecStart=/usr/bin/toshi --config /etc/toshi/config.toml Type=simple...
## What happened Accidentally omitting document content returns `500 Internal Server Error` with a body of `{"message":"Internal error","uri":"/new_index"}` ## What was expected Emitting any kind of helpful message would be...
I totally get that refactoring to be agnostic to discovery mechanisms would be a significant time investment. On that front, I'd be happy to contribute the kubernetes part if you...
This is just a tracking issue for additional config items that need to be added: - [ ] Consul client buffer size
`SIGTERM, SIGINT` should also be captured to trigger a graceful shutdown.
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.1 to 0.10.5. Changelog Sourced from itertools's changelog. Changelog 0.10.4 Add EitherOrBoth::or and EitherOrBoth::or_else (#593) Add min_set, max_set et al. (#613, #323) Use either/use_std (#628) Documentation fixes...
Bumps [clap](https://github.com/clap-rs/clap) from 2.33.3 to 3.2.22. Release notes Sourced from clap's releases. v3.2.22 [3.2.22] - 2022-09-16 Fixes Unify dependencies on terminal_size to the 0.2 release v3.2.21 [3.2.21] - 2022-09-12 Features...
Bumps [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions) from 1.0.0 to 1.3.0. Release notes Sourced from pretty_assertions's releases. v1.3.0 Changed MSRV bumped to 1.54.0 (see #102) Removed the publically re-exported ansi_term::Style. This was never intended for...