Hello,
I just started using elevation for solr. I am on solr 3.5, running with Drupal 
7, Linux.

1. I updated my solrconfig.xml
from
<dataDir>${solr.data.dir:./solr/data}</dataDir>

To
<dataDir>/usr/local/tomcat2/data/solr/dev_d7/data</dataDir>

2. I placed my elevate.xml in my solr's data directory. Based on forum answers, 
I thought placing elevate.xml under data directory would pick my latest change.
I restarted tomcat.

3.  When i placed my elevate.xml under conf directory, elevation was working 
with url:

http://mysolr.www.com:8181/solr/elevate?q=games&wt=xml&sort=score+desc&fl=id,bundle_name<http://p6solr1.cube6.wwe.com:8181/solr/elevate?q=games&wt=xml&fl=id,bundle_name>

But when i moved to data directory,  I am not seeing any results.

NOTE: I can see the catalina.out, printing solr reading the file from data 
directory. I tried to give invalid entries; I noticed solr errors parsing 
elevate.xml from data directory. I even tried to send some documents to index, 
thought commit might help to read the elevate config file. But nothing helped.

I don't understand why below url does not work anymore.  There are no errors in 
the log files.

http://mysolr.www.com:8181/solr/elevate?q=games&wt=xml&sort=score+desc&fl=id,bundle_name<http://p6solr1.cube6.wwe.com:8181/solr/elevate?q=games&wt=xml&fl=id,bundle_name>


Any help on this topic is appreciated.


Thanks

Reply via email to