akkarthick / magento-community-edition-solr

Automatically exported from code.google.com/p/magento-community-edition-solr
0 stars 0 forks source link

Getting solr up and running in Magento 1.7 #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I set up solr at /home/myuser/solr as a multicore, and it runs
2. The default schema.xml file throws an error, so I had to modify it
3. Copied all the files into my magento home dir:

<Q>$ pwd
/home/myuser/www/store/app/code/local/Magentix
<Q>$ find . *
.
./Solr
./Solr/Model
./Solr/Model/Document.php
./Solr/Model/CatalogSearch
./Solr/Model/CatalogSearch/Resource
./Solr/Model/CatalogSearch/Resource/Fulltext.php
./Solr/Model/Indexer.php
./Solr/Model/Search.php
./Solr/Helper
./Solr/Helper/Data.php
./Solr/etc
./Solr/etc/config.xml
./Solr/etc/system.xml
./Solr/Block
./Solr/Block/Delete.php
./Solr/controllers
./Solr/controllers/SolrController.php

<Q>$ pwd
/home/myuser/www/store/lib/Apache
<Q>$ find . *
.
./Solr
./Solr/Document.php
./Solr/InvalidArgumentException.php
./Solr/HttpTransportException.php
./Solr/Response.php
./Solr/Exception.php
./Solr/HttpTransport
./Solr/HttpTransport/CurlNoReuse.php
./Solr/HttpTransport/Interface.php
./Solr/HttpTransport/Response.php
./Solr/HttpTransport/Abstract.php
./Solr/HttpTransport/Curl.php
./Solr/HttpTransport/FileGetContents.php
./Solr/Service
./Solr/Service/Balancer.php
./Solr/ParserException.php
./Solr/NoServiceAvailableException.php
./Solr/Service.php

I'm using Magento 1.7 CE on Linux CentOS 6.0.

I've read that the solr files go into /opt/solr,
but my solr files aren't there.  I can't figure
out how to make that connection.

When I look at my System -> Configure -> Catalog,
solr doesn't show up under Catalog Search as I'd expect.

How do I get it running?

Original issue reported on code.google.com by dal...@gmail.com on 29 Nov 2012 at 4:30