Releases: ezsystems/ezplatform-solr-search-engine
Releases · ezsystems/ezplatform-solr-search-engine
1.4.2-rc1
1.4.1
1.4.0
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
No changes since 1.4.0-beta1.
1.4.0-beta1
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.
- 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
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
1.2.1
1.2.0
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)
- EZP-26098: Implement Search Indexer Service for new generic indexer command (#68)
v1.2.0-rc1
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