Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions docs/smartquery/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ smartQuery module is delivered as a Java Library. If you’re running on Java, i

The HTTP/REST headless service is available for all other platforms or when external proprietary code is restricted. Delivered as public Docker image, it can be deployed on-premise or hosted by searchHub as a service. For optimal performance, we recommend running the service on-premise to minimize latency. The simple JSON API can be easily integrated using a generated OpenAPI client, a custom-built HTTP client, or one of our in-house clients.

Integration Plugins
-------------------

The major PHP-based platforms (Spryker, Shopware) can be connected to searchHub through a plugin to minimize integration effort. Evaluate if this is a suitable solution for your system and don't hesitate to consult us for advice.

.. tabs::

.. tab:: Shopware 6 Plugin

Plugin provided and maintained by nuonic
URL: https://github.com/nuonic-digital/sw-plugins.nuonic.searchhub

.. tab: Spryker Plugin

Plugin provided and maintained by searchhub. Even if it does not fit to your Spryker version, it still can be considered as a proof-of-concept for custom integration.
URL: https://github.com/CommerceExperts/spryker-searchhub


Requirements
------------

Expand Down
18 changes: 18 additions & 0 deletions docs/smartsuggest/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@ Setup

smartSuggest is a library built on top of Apache Lucene that provides high-quality query and product suggestion capabilities. The Java library can be integrated directly into applications to build a custom suggestion service. Alternatively, it is also available as a ready-to-use HTTP service packaged as a container image.

Integration Plugins
-------------------

The major PHP-based platforms (Spryker, Shopware) can be connected to searchHub through a plugin to minimize integration effort. Evaluate if this is a suitable solution for your system and don't hesitate to consult us for advice.

.. tabs::

.. tab:: Shopware 6 Plugin

Plugin provided and maintained by nuonic
URL: https://github.com/nuonic-digital/sw-plugins.nuonic.searchhub

.. tab: Spryker Plugin

Plugin provided and maintained by searchhub. Even if it does not fit to your Spryker version, it still can be considered as a proof-of-concept for custom integration.
URL: https://github.com/CommerceExperts/spryker-searchhub


Requirements
------------

Expand Down