Re: Re: Re: Re: Shard update error when using DIH

2013-05-09 Thread heaven
Thank you all, guys. Your advises work great and I don't see any errors in Solr logs anymore. Best, Alex Monday 29 April 2013, you wrote: On 29 April 2013 14:55, heaven <[hidden email][1]> wrote: > Got these errors after switching the field type to long: > * *crm-test:* > org.apache.

Re: Re: Re: Re: Shard update error when using DIH

2013-04-29 Thread heaven
Whoops, yes, that works. Will check if that helped to fix the original error now. Monday 29 April 2013, you wrote: On 29 April 2013 14:55, heaven <[hidden email][1]> wrote: > Got these errors after switching the field type to long: > * *crm-test:* > org.apache.solr.common.SolrException:o

Re: Re: Re: Shard update error when using DIH

2013-04-29 Thread Gora Mohanty
On 29 April 2013 14:55, heaven 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 def

Re: Re: Re: Shard update error when using DIH

2013-04-29 Thread heaven
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_ * *crm-prod:* org.apache.solr.common.SolrException:org.apache.solr.common.SolrExcep

Re: Re: Shard update error when using DIH

2013-04-29 Thread Raymond Wiker
You have --- I think this needs to be "long".

Re: Re: Shard update error when using DIH

2013-04-29 Thread heaven
Yes, here is the full schema: http://pastebin.com/pFPbD749[1] On Mon, Apr 29, 2013 at 10:01 AM, heaven <[hidden email][2]> wrote: *If you reply to this email, your message will be added to the discussion below:* http://lucene.472066.n3.nabble.com/Shard-update-error-wh

Re: Shard update error when using DIH

2013-04-29 Thread Raymond Wiker
On Mon, Apr 29, 2013 at 10:01 AM, heaven wrote: > Hi, seems like I have exactly the same error: > > Apr 28, 2013 11:41:57 PM org.apache.solr.common.SolrException log > SEVERE: null:java.lang.UnsupportedOperationException > at > > org.apache.lucene.queries.function.FunctionValues.longVal(F

Re: Shard update error when using DIH

2013-04-29 Thread heaven
Hi, seems like I have exactly the same error: Apr 28, 2013 11:41:57 PM org.apache.solr.common.SolrException log SEVERE: null:java.lang.UnsupportedOperationException at org.apache.lucene.queries.function.FunctionValues.longVal(FunctionValues.java:46) at org.apache.solr.update.Versio

Re: Shard update error when using DIH

2013-01-22 Thread Jun Wang
You shoud look at log of solr-shard-4, It's seem that some error occured in this shard. -- from Jun Wang