Skip to content

Releases: livetheoogway/forage

v1.0.11

02 Mar 16:00
e0b0a85
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

  • Using the KeywordAnalyzer to skip analysis on the subsequent page #10 (Tushar-Naik)

v1.0.10

26 Feb 20:12
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Support for Prefix match queries #8

Closed issues:

  • Reduce log noise during background refresh #7

v1.0.9

26 Feb 20:06
9a7c2ba
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Support for Prefix match queries #8

Fixed bugs:

  • Bootstrap called outside of the Periodic refreshes, causes NPEs #5
  • Documents having fields with null values don't get indexed entirely #4

Closed issues:

  • Reduce log noise during background refresh #7

Merged pull requests:

v1.0.8

24 Feb 19:36
67a6aec
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Sonar integration and analysis #2
  • Automate changelog/releaselog generation #1

Fixed bugs:

  • Bootstrap called outside of the Periodic refreshes, causes NPEs #5
  • Documents having fields with null values don't get indexed entirely #4

Merged pull requests:

v1.0.7

11 Nov 13:06
66b12ed
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Sonar integration and analysis #2
  • Automate changelog/releaselog generation #1

Merged pull requests:

Enhancements

27 Oct 14:15
Compare
Choose a tag to compare

Fixes

  1. issue in IndexingConsumer, when there are exceptions during init->consume phase, and re-init happens without a finish being called.
  2. Introduced Lock during IndexingConsumer engine swap - Introduced StampedLockCloseForageLuceneSearchEngine to ensure that there are new searches being made while close is happening

Features:

  1. Support for phrase query
  2. Support for matchall query
  3. Renamed a few builder methods for better readability
  4. Exposing the UpdateEngine from the bundle. This could be used for adhoc bootstrapping other than the periodic bootstrap

Internal Design enhancements

  1. Optimized the retrieval from data-store, to a bulkGet during search translations
  2. Changed the Indexing consumer to be more generic (without lucene constructs)

Forage Bundle fixes

29 May 19:19
Compare
Choose a tag to compare
v1.0.2

Releasing 1.0.2 version

Initial release

29 May 17:41
Compare
Choose a tag to compare

Initial release with support for build search indexes with

  1. Simple matches, fuzzy queries, range queries
  2. Auto update of indexes using Bootstrapper