codilar/magento2-solrconnector

A Solr Connector interface for Magento 2

1.0.1 2018-08-31 08:57 UTC

This package is not auto-updated.

Last update: 2024-05-26 03:54:16 UTC


README

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 support@codilar.com.

License

OSL, AFL

Open Source Extension