On Jul 30, 2009, at 9:19 AM, Licinio Fernández Maurelo wrote:
i want to get the lucene index format version from solr web app (as luke do), i've tried looking for the info at luke handler response, but i havn't found this info
the Luke request handler writes it out: indexInfo.add("version", reader.getVersion()); It appears in the index section near the top of the response. Erik