Solarium v6.1.0 Release Notes

  • โž• Added

    • Indexing labelled nested child documents through pseudo-fields
    • ๐Ÿ‘ Extract query now supports extractFormat
    • ๐Ÿ‘ Helper::rangeQuery() now supports left-inclusive only and right-inclusive only queries

    ๐Ÿ›  Fixed

    • PrefetchIterator::key() should return 0 instead of NULL on a fresh PrefetchIterator
    • PrefetchIterator::next() shouldn't skip fetched results after PrefetchIterator::count() on a fresh PrefetchIterator
    • PrefetchIterator::rewind() no longer results in duplicate documents when invoked mid-set
    • ๐Ÿ›  Fixed incorrect median function
    • ๐Ÿ›  Fix for maxScore being returned as "NaN" when group.query doesn't match any docs (SOLR-13839)

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ป Exception message for invalid/unavailable file in Extract query now contains filename
    • Helper::rangeQuery() detects point values without parameter to turn off escaping

    โœ‚ Removed

    • ๐Ÿ‘ PHP 7.2 support