Skip to content

1.6.15

Compare
Choose a tag to compare
@ashtul ashtul released this 22 Feb 15:24
· 11 commits to 1.6 since this release
c30ee5b

This is a maintenance release for version 1.6.
Update urgency: Low

Details:

  • Minor enhancements:

    • #1225 Allow scientific representation of numbers for numeric fields.
    • #1574 Allow SORTBY for non-sortable fields.
  • Minor bugfixes:

    • #1683 Add a module parameter _NUMERIC_COMPRESS which prevent double -> float compression. It prevents an issue where an exact match on some floating-point numbers is not found.
    • #1757 Remove assertion on the limitation of the number of sortable fields, instead return an error.
    • #1668 Query words from stopword list on tag fields.
    • #1745 Enforce 0 value for count reducer.
    • #1774 MINPREFIX & MAXEXPANSION can be changed in runtime.
    • #1761 Fix issue for FT.SCOREEXPLAIN where reply array depth can exceed 7.
    • #1689 FT.SUGGET results from RSCoordinator are more consistent.
    • Various small tweaks under the hood.