Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Solr 4 server

darthsteven edited this page Apr 25, 2013 · 7 revisions

Parrot comes with a Solr instance running in Tomcat, the configs are easily changeable from the host machine.

Accessing

You can access the Solr server from the host machine via port forwarding using the following details:

http://localhost:8983/solr

Default Solr config

The default Solr config supplied with Parrot is the standard attempt to be compatible with both the Search API Solr and Apachesolr modules.

Custom Solr config

If you need to use a custom solr config, then you can edit the files here on the host machine:

solr-config/drupal-solr-common/

After making your changes, simply reload the VM to make the updates to the Solr server:

vagrant reload
Clone this wiki locally