Re: Bad type on operand stack: SolrInputDocument not assignable to SolrDocumentBase

2019-01-28 Thread Shawn Heisey
On 1/28/2019 7:45 AM, Will Martin wrote: We are deployed across the globe in many regions with different use patterns. Spring-data-solr is front and center for us and has proven pretty darn stable. "There can be some very strange problems when trying to use SolrJ with Spring.” I'll start

Re: Bad type on operand stack: SolrInputDocument not assignable to SolrDocumentBase

2019-01-28 Thread Will Martin
Hi Shawn: We are deployed across the globe in many regions with different use patterns.Spring-data-solr is front and center for us and has proven pretty darn stable. "There can be some very strange problems when trying to use SolrJ with Spring.”Could you expand on this, so that we might know what m

Re: Bad type on operand stack: SolrInputDocument not assignable to SolrDocumentBase

2019-01-27 Thread girish
Thanks Shawn, it worked like charm removing the solr-common dependency. As part of one the sample tutorial I referred for integrating with the application it had the jar. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Bad type on operand stack: SolrInputDocument not assignable to SolrDocumentBase

2019-01-27 Thread Shawn Heisey
On 1/27/2019 1:17 AM, girish wrote: I have been facing the below issue since yesterday, I get this error when starting spring boot application using version 2.1.1 release and apache solr-common 1.3.0. If anyone else has faced this issue please help me out. I've never heard of a "solr-common" li