Kishore Nallan
Kishore Nallan
We will look into this in a few days to identify scope of work. I will update this thread.
We recently added support for this in a RC build. Try adding the following flags to `27.0.rc8` ``` synonym_num_typos: 2 synonym_prefix: true ``` This enables both prefix searching and typos...
@PFZheng It would be really useful for braft to support hostname/dns for PeerId as it will allow it to be used on Kubernetes that dynamically assigns IPs.
@tugaykaracay Is it possible for you to share a sample export call that triggers this behavior? For e.g. is it an export with a filter_by clause or just a plain...
I misread the question: I now see that this is happening during _import_ and not _export_. Will look.
@tugaykaracay Since this happens randomly, can you check if this happens when the client side timeout happens? When that happens, the import could be abruptly cut off. I took a...
When an import response is prematurely truncated, the response code will still be 200 because the disconnect happens on the client because of a client imposed timeout. You can try...
Can you please try on `0.26.0.rc65`?
Yes this needs to be added to the openapi spec so that it works with the Java client.
These model definitions are available as part of the [open api spec](https://github.com/typesense/typesense-api-spec) and that can be used to generate the models.