On 29 April 2013 14:55, heaven <aheave...@gmail.com> wrote: > Got these errors after switching the field type to long: > * *crm-test:* > org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: > Unknown fieldtype 'long' specified on field _version_
You have probably edited your schema. The default one has <fieldType name="long" class="solr.TrieLongField" precisionStep="0" omitNorms="true" positionIncrementGap="0"/> towards the top of the file. Regards, Gora