I've got this problem that I can't solve. Partly because I can't explain it with the right terms. I'm new to this so sorry for this clumsy question.
Below you can see an overview of my goal.
I'm using Magento CE1.7.0.2 & Solr 4.6.0.
I'm using Magentix/Solr & its working fine only if the Solr files also in same server.
But now I have the Solr files in one Server & my Magento is in another Server it's not working.
If I re-index my magento, it's adds to the solr log file; but now it's not adding anything for re-indexing magento.
In Magentix extension i have the following data
Enable Search : Yes
Enable Index : Yes
Host : IP address of Solr file existing server
Port : 8983
Path : /solr
Search limit : 100
Why any thing wrong i did here ?
And i can able to see Solr Admin panel http:IP-ADDRESS-OF-SOLR:8983/solr & Solr server is working fine only.
Its working for if solr files & magento is in same server
Any ideas ?