codilar/magento2-solrconnector 1.0.1

A Solr Connector interface for Magento 2

Type

magento2-module

License

OSL-3.0, AFL-3.0

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Magento 2 Solr Connector

Codilar

Power up your Magento 2 search. We built a Solr connector for you. It will help your customer to find there needs as fast as Solr. Its fully customizable and search with multiple product and category attributes. Whatever attributes you want to search and retreive, you can customize from Magento admin dashboard.

Requirements

  • Solr server
  • PHP >=7.0
  • Magento 2.2

Installation

How to install Solr connector in Magento 2

Install with Composer

$ cd magento2
$ composer require codilar/magento2-solrconnector
$ bin/magento setup:upgrade
$ bin/magento setup:static-content:deploy -f

Manual Intallation

$ cd magento2
$ cd app/code
$ mkdir Codiar
$ mv <Downloaded Solr Connector path>/codilar/magento2-solrconnector SolrConnector
$ bin/magento setup:upgrade
$ bin/magento setup:static-content:deploy -f

Solr Installation in your system.

Please follow this link for Solr Installation

$ cd <solr intalled directory>/
$ bin/solr -e cloud
It will ask some options please enter below values
Shared - 1
Port - 8983
Replica - 1
Config - _default

You can reach us through email [email protected].

License

OSL, AFL

Open Source Extension