-
figure out a good way to integrate search. Clientside like Lunr.js will probably not perform due to index size.
@theZMC recommends:
> Since golang seems to be a theme here (which it should be), m…
-
I deploy zincsearch on my esc though docker.
http://:4080/debug/pprof is valid.
How to close the endpoint?
-
-
According to #2461, Shopify/sarama is going to be sunset and IBM has started to maintain the library going forward: https://github.com/IBM/sarama.
The upgrade involves the following parts:
* …
-
Our current operational store solution (made of Redis + RediSearch + RedisJson) is doing a good job; but it suffers from two specific issues:
1. Large index size (15 million entries are consuming 4…
-
**Is your feature request related to a problem? Please describe.**
Since I use zincsearch (btw. so far it's working really nice) in a cluster where everything is handled via gRPC, it would be a bit…
-
**Describe the bug**
A user running Ruby scripts cannot read `/etc/resolv.conf` and the Ruby process cannot perform network resolution.
@grembo asked me to tag him
**To Reproduce**
Steps to re…
-
I tried both:
```
{
"query": {
"missing": {
"field": "your_field_name"
}
}
}
```
or
```
{
"query": {
"bool": {
"must_not": {
"exists": {
…
-
I run zincsearch with docker, when I stop docker and start again, zincsearch show errors below:
```bash
zincsearch | {"level":"debug","time":"2024-01-03T02:43:02Z","message":"index.SearchV2: err…
-
Elasticsearch is a resource monster and not the most performant one either.
Alternatives such as
- https://www.meilisearch.com/
- https://zincsearch-docs.zinc.dev/
provide low-resource and fa…
pat-s updated
10 months ago