Ariel Shtul

Results 123 comments of Ariel Shtul

Depending on your data, PR #3046 can improve your query time significantly. Do you care about the order of your results? How many results do you usually get as `totalResults`?

Hi @tuziershi, This is a known limitation of FT.SEARCH and is not likely to change any time soon.

@kkmuffme Thank you for the question. Currently, RediSearch does not support a combination of fuzzy and prefix queries.

@kkmuffme Not in one query. Have you considered calling `FT.SPELLCHECK` and using the replies with prefixes?

@programmer444 The code is failing an assert. Can you please provide the exact steps to reproduce? It will be very helpful.

Please confirm the commits. You seems to have many unrelated changes in the PR. +2000 line of changed code.

Hi @asp1111, What type did you give the field? Can you share the query you run?

We need @K-Jo approval first.

@lintanghui I think the change has to be in line 82: `topk->lookupTable[i] = pow(decay, i - 1);` then in line 144: `decay = topk->lookupTable[*countPtr - 1];` and in 147: `decay...