Skip to content

Bugfixes for error handling and BoostFunctions

Latest
Compare
Choose a tag to compare
@am0s am0s released this 16 Sep 08:17
· 3 commits to master since this release
  • Protect against exceptions while indexing
    Currently the cronjob indexing process will stop if an exception occurs
    while fetching metadata. This is now caught and the process can continue.

  • Fixed bug with boosting fields
    When using the BoostFunctions parameter the wrong query/field
    gets overwritten. When the boost field is decoded it
    stored using numerical keys instead of the basename.
    This key (which is now numerical) is then later used by a call to
    array_search which forces all values in the array to be converted
    to a numerical value before comparing