Skip to content

Releases: ezsystems/ezplatform-solr-search-engine

1.4.2-rc1

16 Aug 15:25
Compare
Choose a tag to compare
1.4.2-rc1 Pre-release
Pre-release

Changes since 1.4.1:

1.4.1

31 Jul 11:11
Compare
Choose a tag to compare

Changes since v1.4.0:

  • EZP-27724: Fix Solr 6.6 support (#97)

1.4.0

27 Jun 12:55
Compare
Choose a tag to compare

Changes since 1.3:

  • EZP-27227: Implement index-time boosting (#90)
    • Major new feature which allows you to tune the Solr indexing to fit your content architecture, see doc for how to configure.
    • BC Note: This involves changes to the solr schema, make sure to reconfigure your solr instance, restart and re-index your content. Change to schema.xml
  • EZP-27327: Finalize User / ContentType / Section facet support in Solr (#92)
    • BC Note: New logic for FacetVisitors introduces new interface for use when implementing them, this replaces parts of current abstract which are herby deprecated and will be removed in 2.0
  • EZP-27296: Don't throw exception if Search engine does not support facets (also done as part of #92)
    • Change in behavior: Like Legacy Engine, Solr will no longer throw exceptions on facetBuilders it does not have visitors for, it will instead just not return facets for them. Point of this is so you should avoid having to on client side code try to guess capabilities up front of engine, instead gracefully handle what you get back in your View logic.

This version will be supported on eZ Platform 1.7.4, 1.9.1, 1.10 and up, on PHP 5.6 and PHP 7.x.

1.4.0-rc1

20 Jun 18:02
Compare
Choose a tag to compare
1.4.0-rc1 Pre-release
Pre-release

No changes since 1.4.0-beta1.

1.4.0-beta1

13 Jun 18:19
Compare
Choose a tag to compare
1.4.0-beta1 Pre-release
Pre-release

Changes since 1.3:

  • EZP-27227: Implement index-time boosting (#90)
  • EZP-27327: Finalize User / ContentType / Section facet support in Solr (#92)
    • Solr Bundle Extensibility BC Note: New logic for FacetVisitors introduces new interface for use when implementing them, this replaces parts of current abstract which are herby deprecated and will be removed in 2.0
  • EZP-27296: Don't throw exception if Search engine does not support facets (also done as part of #92)
    • Change in behavior: Like Legacy Engine, Solr will no longer throw exceptions on facetBuilders it does not have visitors for, it will instead just not return facets for them. Point of this is so you should avoid having to on client side code try to guess capabilities up front of engine, instead gracefully handle what you get back in your View logic.

This version will be supported on eZ Platform 1.7.4, 1.9.1, 1.10 and up, on PHP 5.6 and PHP 7.x.

v1.3.0

18 Apr 10:38
Compare
Choose a tag to compare

Changes since 1.2:

  • Add support Solr 6 (#83), specifically 6.4.x in addition to 4.10.4
    • Will become the preferred version as it support scoring and score sorting of location search (block join), and has official docker image so we can start to provide docker setups for solr setup as well.
  • [Indexer] Add more info if bulk index fails (a08999c)
  • EZP-27095: Parse Solr DSN setting at runtime (#89) to prepare for Symfony3 env() compatibility

This version like 1.2 will be supported on eZ Platform 1.7 and up, on PHP 5.6 and PHP 7.

1.0.8

30 May 16:41
Compare
Choose a tag to compare

Changes since v1.0.7:

  • EZP-26756: FieldRelation location criterion visitor (2d75ae6 & d96b2c3)
  • EZP-26774: switch from q.alt to q parameter (04fa724)
  • EZP-26494: remove searchable TextBlock for tests (#84)

1.2.1

16 Dec 14:07
Compare
Choose a tag to compare

Changes since v1.2.0:

  • Add deprecated implementation for BC reasons (#85)
  • EZP-26494: remove searchable TextBlock for tests (#84)

1.2.0

14 Dec 12:47
Compare
Choose a tag to compare

Requirement changes:

  • [Composer] Bump kernel dependency to 6.7 (96c426d)
  • [Composer] PHP requirements increased to 5.6 to be in sync with kernel 6.7 (2b149de) (#75)

Changes

Changes since v1.1.2.1:

  • EZP-26774: switch from q.alt to q parameter (to enable use of Solr spellchecker, and to be able to expose that in API in future version) (#81)
  • Deprecated ezplatform:solr_create_index command (#76)
    • New generic indexing command added in kernel 6.7 is the replacement.
  • EZP-26707: index full text data only for searchable fields (#74)
    • Note: On Content Type changes you'll need to either reindex or re publish content affected for the time being.
  • EZP-26756: FieldRelation location criterion visitor
  • EZP-26368: As a developer I want to index custom data with Solr Search Engine (#67)
    • Minor fix on the field mapper plugins specification (d16b7f9)
    • EZP-26668: Index fields though field mapper plugins (#71)
    • EZP-26687: Consolidate field mapping and query visiting implementation (#72)
  • EZP-26098: Implement Search Indexer Service for new generic indexer command (#68)

v1.2.0-rc1

07 Dec 15:05
Compare
Choose a tag to compare
v1.2.0-rc1 Pre-release
Pre-release

Changes since v1.2.0-beta1:

  • Deprecated ezplatform:solr_create_index command (#76)
    • New generic indexing command added in kernel 6.7 is the replacement.
  • EZP-26707: index full text data only for searchable fields (#74)
    • Note: On Content Type changes you'll need to either reindex or re publish content affected fro the time being.
  • EZP-26756: FieldRelation location criterion visitor