Re: Error: _version_field must exist in schema

2012-11-22 Thread Dotan Cohen
On Thu, Nov 22, 2012 at 9:26 PM, Nick Zadrozny wrote: > Belated reply, but this is probably something you should let us know about > directly at supp...@onemorecloud.com if it happens again. Cheers. > Hi Nick. This particular issue was on a Solr 4 instance on AWS, not on the Websolr account. But

Re: Error: _version_field must exist in schema

2012-11-22 Thread Nick Zadrozny
On Wed, Oct 17, 2012 at 3:20 PM, Dotan Cohen wrote: > I do have a Solr 4 Beta index running on Websolr that does not have > such a field. It works, but throws many "Service Unavailable" and > "Communication Error" errors. Might the lack of the _version_ field be > the reason? > Belated reply, bu

Re: Error: _version_field must exist in schema

2012-10-18 Thread Dotan Cohen
On Thu, Oct 18, 2012 at 1:06 PM, Erick Erickson wrote: > I've updated the schema.xml page, see > http://wiki.apache.org/solr/SchemaXml#Recommended_fields > Great, thanks! > Care to change the schema.xml file to warn about this too and > submit a patch? > If you are referring to the example sch

Re: Error: _version_field must exist in schema

2012-10-18 Thread Erick Erickson
I've updated the schema.xml page, see http://wiki.apache.org/solr/SchemaXml#Recommended_fields Care to change the schema.xml file to warn about this too and submit a patch? Best Erick On Thu, Oct 18, 2012 at 4:21 AM, Dotan Cohen wrote: > On Thu, Oct 18, 2012 at 9:21 AM, Rafał Kuć wrote: >> He

Re: Error: _version_field must exist in schema

2012-10-18 Thread Dotan Cohen
On Thu, Oct 18, 2012 at 9:21 AM, Rafał Kuć wrote: > Hello! > > Look at your solrconfig.xml file, you should see something like that: > > > ${solr.data.dir:} > > > Just remove it and Solr shouldn't bother you with the version field > information. However remember that some features won't work (l

Re: Error: _version_field must exist in schema

2012-10-18 Thread Rafał Kuć
Hello! Look at your solrconfig.xml file, you should see something like that: ${solr.data.dir:} 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 ad

Re: Error: _version_field must exist in schema

2012-10-18 Thread Dotan Cohen
On Thu, Oct 18, 2012 at 12:25 AM, Rafał Kuć 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 > t

Re: Error: _version_field must exist in schema

2012-10-17 Thread Rafał Kuć
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. -- Regards, Rafał K

Re: Error: _version_field must exist in schema

2012-10-17 Thread Dotan Cohen
On Thu, Oct 18, 2012 at 12:09 AM, Rafał Kuć wrote: > Hello! > > The _version_ field is needed by some of Solr 4.0 functionality like > transaction log or partial documents update. If you want to use them, > just update your schema.xml and put the _version_ field definition > there. > > However if

Re: Error: _version_field must exist in schema

2012-10-17 Thread Rafał Kuć
Hello! The _version_ field is needed by some of Solr 4.0 functionality like transaction log or partial documents update. If you want to use them, just update your schema.xml and put the _version_ field definition there. However if you don't want those, you can remove the transaction log configura