Hello! Look at your solrconfig.xml file, you should see something like that:
<updateLog> <str name="dir">${solr.data.dir:}</str> </updateLog> Just remove it and Solr shouldn't bother you with the version field information. However remember that some features won't work (like the real time get or partial documents update). You can also add _version_ field to your schema and forget about it. You don't need to do anything with it as it is used internally by Solr. -- Regards, Rafał Kuć Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch > On Thu, Oct 18, 2012 at 12:25 AM, Rafał Kuć <r....@solr.pl> wrote: >> Hello! >> >> You can some find information about requirements of SolrCloud at >> http://wiki.apache.org/solr/SolrCloud . I don't know if _version_ is >> mentioned elsewhere. >> >> As for Websolr - I'm afraid I can't say anything about the cause of >> those errors without seeing the exception. >> > I see, thanks. I don't think that I'm using the SolrCloud feature. Is > it enable because there exist "solr/collection1" and also > "multicore/core0"?