Ariel Shtul

Results 52 issues of Ariel Shtul

There is a simple test that checks that docs with EXPIRE are removed from the index. More tests are required for docs that expire during other command execution. For example,...

x:tests

The weight of terms is not applied to stemmed terms. ``` FT.CREATE idx SCHEMA t TEXT OK HSET 1 t houses (integer) 1 FT.SEARCH idx house withscores 1) (integer) 1...

c:bug

Fails on _platform_strcmp Fails on `'CLUSTER', 'INFO'` https://app.circleci.com/pipelines/github/RediSearch/RediSearch/7016/workflows/b2627cce-063c-41c4-83a0-08e22323d742/jobs/37331

c:bug

Currently, the process of freeing the index in `IndexSpec_FreeInternals` uses some global pointers. It can cause issues in functions similar to `Discard_Globals_Backup`.

This PR adds a new sketching data structure to RedisBloom -- The Age-Partitioned Bloom-Filter. The Age-Partitioned Bloom-Filter (APBF) algorithm is a sliding-window Bloom filter variant. It uses a sliced Bloom...