Hi, Please tell me how can i determine the version number of currently running solr ? Thanks in advance.
A:
You need to query Solr using the SystemInfoHandler:
http://lucene.apache.org/solr/api/org/apache/solr/handler/admin/SystemInfoHandler.html
0A0D
2010-03-07 03:52:02
When clicked info on admin page i got Solr Specification Version: 1.4.0.2009.11.19.08.31.18Solr Implementation Version: 1.5-dev 882138 - grantingersoll - 2009-11-19 08:31:18 so is it 1.5-dev that am using.
kshama
2010-03-07 04:15:30
@kshama: yes, it's 1.5 svn revision 882138
Mauricio Scheffer
2010-03-07 04:37:45
Thank you very much.
kshama
2010-03-07 04:50:35