Skip to content

Releases: RediSearch/RediSearch

0.3

18 Dec 17:05
Compare
Choose a tag to compare
0.3 Pre-release
Pre-release

Main Changes:

  1. Switched to a new complex query syntax, based on a grammar defined with the Lemon Parser Generator. This allows OR queries with the | modifier, sub queries in parentheses, and combinations of exact phrases, unions and intersections, i.e:

    (foo|bar|baz) (hello world) "exact phrase"
    
  2. Optimized some access to auxiliary metadata, resulting in some speedups.

  3. Added the NOSTOPWORDS keyword in searches, allowing some speedups if the query is known not to contain any stopwords.

0.2.2

11 Dec 15:43
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release

Includes minor fixes of union in edge cases over 0.2.1

0.2.1

11 Dec 13:47
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Fixed bug in reporting of number of results for single word queries. re #12

0.2

08 Dec 09:39
Compare
Choose a tag to compare
0.2 Pre-release
Pre-release

Additions:

  1. support for fuzzy auto-completions for non latin unicode languages. This is achieved by converting the text to 16 bit "runes" instead of using utf-8 internally. The external API did not change, and accepts valid utf-8.
  2. auto-complete now supports deletions using FT.SUGDEL.

Initial Alpha Release

22 Sep 08:46
Compare
Choose a tag to compare
Initial Alpha Release Pre-release
Pre-release
v0.1

Remove warning from README