Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Releases: RediSearch/lettusearch

v3.1.2

31 Mar 23:40
Compare
Choose a tag to compare

Upgraded to Lettuce 6.1.0

v3.1.1

18 Mar 14:53
Compare
Choose a tag to compare
  • Upgraded dependencies
  • Fix for issue #53: ToList reducer is not returning results as expected

v3.0.1

19 Feb 05:38
Compare
Choose a tag to compare

Fixed unnecessary creation of SuggetOptions

v3.0.0

19 Feb 02:45
Compare
Choose a tag to compare

API redesign

  • Centralized all API classes under root package
  • Removed Schema type
  • Using Field type for both FT.CREATE and FT.ALTER
  • Removed FieldOptions
  • Moved aggregation operations under Operation and added a factory method for each

RediSearch 2.0

  • Added FT.DROPINDEX
  • Removed deprecated commands
    • FT.ADD
    • FT.DEL
    • FT.DROP
    • FT.GET
    • FT.MGET

v2.6.1

19 Feb 05:23
Compare
Choose a tag to compare

Maintenance release:

  • Fixed null pointer exception in sugget

v2.5.1

27 Jan 00:57
Compare
Choose a tag to compare

added FT._LIST

v2.5.0

12 Jan 23:59
Compare
Choose a tag to compare
  • Upgraded to lettuce 6.0.2
  • Fixed getInfo in RediSearchUtils #37

v2.4.4

26 Oct 23:51
Compare
Choose a tag to compare

a0d6433 fixed issue with PAYLOAD_FIELD option

v2.4.3

13 Oct 17:56
Compare
Choose a tag to compare

Upgraded to lettuce 6.0.0

v2.4.2

27 Aug 18:48
Compare
Choose a tag to compare

345bdf2 fixed connecting with sentinel