Re: UnsupportedOperationException when DIH in SolrCloud

2014-04-24 Thread YouPeng Yang
Hi Mikhail Khludnev Thanks very much. I go through the src,and make sure that the reason about the UnsupportedOperationException is that the FunctionValues be something unsupportable,like the string type do not override the longVal of the FunctionValue class so that it throws the exeception

Re: UnsupportedOperationException when DIH in SolrCloud

2014-04-24 Thread yypvsxf19870706
yes , i am sure? 发自我的 iPhone 在 2014-4-24,18:30,Mikhail Khludnev 写道: > Are you sure that field _version_ is declared correctly in schema.xml? > > > On Thu, Apr 24, 2014 at 12:30 PM, YouPeng Yang > wrote: > >> SolrCloud 4.6.0 >> >> I am using SolrCloud 4.6.0 with a master and replica.I adop

Re: UnsupportedOperationException when DIH in SolrCloud

2014-04-24 Thread Mikhail Khludnev
Are you sure that field _version_ is declared correctly in schema.xml? On Thu, Apr 24, 2014 at 12:30 PM, YouPeng Yang wrote: > SolrCloud 4.6.0 > > I am using SolrCloud 4.6.0 with a master and replica.I adopt the > DistributedUpdateProcessorFactory to distribute the doc between the master > and

UnsupportedOperationException when DIH in SolrCloud

2014-04-24 Thread YouPeng Yang
SolrCloud 4.6.0 I am using SolrCloud 4.6.0 with a master and replica.I adopt the DistributedUpdateProcessorFactory to distribute the doc between the master and replica. Firstly,If the master and replica both empty,the DIH will be succeed. And then, DIH again,the replica always thow an Unsupp