Re: [help!] java.lang.NoSuchMethodError: org.apache.solr.client.solrj.request.schema.SchemaRequest

2018-08-27 Thread Steve Rowe
Thanks for letting us know about the source of the problem. -- Steve www.lucidworks.com > On Aug 27, 2018, at 3:15 PM, yx zhou wrote: > > i found the root cause, it is my setting > > >org.noggit >noggit > > > It's has duplicate (version conflict) in my

Re: [help!] java.lang.NoSuchMethodError: org.apache.solr.client.solrj.request.schema.SchemaRequest

2018-08-27 Thread yx zhou
i found the root cause, it is my setting org.noggit noggit It's has duplicate (version conflict) in my dependency. On Mon, Aug 27, 2018 at 11:22 AM yx zhou wrote: > Hi Steve > > Thank your reply. > My solr server is from >

Re: [help!] java.lang.NoSuchMethodError: org.apache.solr.client.solrj.request.schema.SchemaRequest

2018-08-27 Thread yx zhou
Hi Steve Thank your reply. My solr server is from http://archive.apache.org/dist/lucene/solr/7.0.1/, and my SolrJ client is org.apache.solr solr-solrj 7.0.1 org.slf4j jcl-over-slf4j

Re: [help!] java.lang.NoSuchMethodError: org.apache.solr.client.solrj.request.schema.SchemaRequest

2018-08-24 Thread Steve Rowe
Hi, SchemaRequestJSONWriter class was removed in SOLR-12455[1], but this change has not been released yet (will be released with Solr 7.5). I’m guessing you’re using code built against branch_7x or master? If so, then one solution is to build against the released source for any 7.x version.

[help!] java.lang.NoSuchMethodError: org.apache.solr.client.solrj.request.schema.SchemaRequest

2018-08-24 Thread yx zhou
Got the following errow when i try to delete a field with Schema API, on Solr 7.0.1, cloud model java.lang.NoSuchMethodError: org.apache.solr.client.solrj.request.schema.SchemaRequest$SchemaRequestJSONWriter.writeString(Ljava/lang/String;)V at