nopAccelerate

Faster, scalable and reliable nopCommerce.

Support

Which version of nopCommerce is supported for nopAccelerate plus Search Free plugin?

nopAccelerate plus Search Free plugin is supported from nopCommerce version 3.30. It does not support previous versions of nopCommerce prior to 3.30.

I did not find the download link for trial order is not available in my account?

All the trial orders for nopAccelerate plus pro/search are manually verified before being activated by our support team. It may take some time before we manually verify trial orders. So until they are verified, download link for trial orders will not be available. It may take little longer on week-ends and Indian national holidays. Moreover, you will receive email from us upon activation of your trial order.

Moreover, note that our support team may contact you for verification purposes on phone or email.

How hard is it to install and deploy nopAccelerate plus Search/Pro ?

Install and deploy nopAccelerate plus Search/Pro is very easy. We have a documentation on how to install and get it running if you want to do it yourself. Apart from that we offer a full support for the installation and deployment and we can do it on your behalf for your store. You can click here for details installation document:

Install and deploy nopAccelerate is divided into two major task.

i) install and configure Apache Solr; and

ii) install and configure nopAccelerate plus Search /Pro plugins into nopCommerce.

Depending on your comfortably with Apache Solr, installing it may take 10 minutes to half an hour. For installing Apache Solr, you would need to have Java, Apache Tomcat or any other Java Servlet Container upon which Apache Solr will run.

Installing and configuring nopAccelerate plugins is very easy. If you are familiar with installing plugins into nopCommerce then this should not take more than 5 to 10 minutes at the max.

Moreover, our support team is available to help you complete your installation and support on any issue you may face during your installation and integration of nopAccelerate into your store.

How can I remove data directly from the Solr Index?

If you want to delete data from the Solr Index please follow below steps:

1. To remove specific document ID (Product ID)

http://<hostname>:<port>/<solr-app-name>/<core-name>update?stream.body=
<delete><query>Field Name</query></delete>&commit=true

Example:

http://localhost:8983/solr/MyCore/update?stream.body=
<delete><query>Id:298253</query></delete>&commit=true

This lets you delete document where the Id field matches 298253.

2. To remove multiple document IDs (Product IDs)

http://<hostname>:<port>/<solr-app-name>/<core-name>update?stream.body=
<delete><query>Field Name</query></delete>&commit=true

Example:

http://localhost:8983/solr/MyCore/update?stream.body=<delete><query>Id:1</query><query>Id:2</query></delete>&commit=true

This lets you delete documents where Id is 1 and 2.

3. If you want to delete documents that matches more than one field, just add another query:

http://<hostname>:<port>/<solr-app-name>/<core-name>update?stream.body=
<delete><query>Field Name</query></delete>&commit=true

Example:

http://localhost:8983/solr/MyCore/update?stream.body=
<delete><query>Manufacturer:HP</query>
<query>Category:Notebook</query></delete>&commit=true

This query lets you delete documents where Manufacturer is HP and Category is Notebook.

4. If you want to delete all documents from the index, just use this query:

http://<hostname>:<port>/<solr-app-name>/<core-name>update?stream.body=
<delete><query>*:*</query></delete>&commit=true

Example:

http://localhost:8983/solr/MyCore/update?stream.body=<delete><query>*:*</query></delete>&commit=true

What versions of nopCommerce is supported in future at any point of time?

At any given point of time we will support and maintain our plugins for three most recent versions of nopCommerce releases. So for example, if nopCommerce version 3.60 is the most recent release, then we will keep maintaining and supporting our plugins for nopCommerce version 3.60, 3.50 and 3.40. We’ll drop support for the older version from our plugin when new version of nopCommerce is released.

This does not mean that nopAccelerate plus / search plugins will not work with older versions of nopCommerce. It will work. But we’ll not upgrade the older version of plugin to have newer features or bug fixes. All the new development, bug fixing and enhancements are going to be supported on the three recent nopCommerce releases only.

Fill in form

and we will contact you

How can we help ?

Schedule a quick call, 15-minute meeting with one of our experts:

Thank You !

Our consultant will contact you in 24 hours.

Delivering generous mobile apps for Entrepreneurs, Startups & Businesses


Have a look at nopAccelerate Demo Store with 80,000+ products with nopAccelerate Solr and CDN Plugin.

download-trial Start Trial