2017 © Pedro Peláez
 

symfony-bundle solr-entity-search-bundle

Solr Layer to index and search entities

image

stinger-soft/solr-entity-search-bundle

Solr Layer to index and search entities

  • Monday, April 9, 2018
  • by Viburnum
  • Repository
  • 3 Watchers
  • 0 Stars
  • 75 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 14 % Grown

The README.md

Solr EntitySearchBundle

Solr installation

  • Download Solr from the solr website
  • Extract the zip-file
  • Navigate to /server/solr/
  • Create a new folder and name it platform
  • Open the conf.zip file from the SolrEntitySearchBundle/Resources\solr/ Folder and extract it into the /server/solr/platform/ folder
  • Navigate to /bin/
  • Execute the following command: /solr create -c platform

The Versions