Thanks, Jan. Yep, solr-common.jar was not required.
--
Sachin
On Mon, Feb 24, 2020 at 6:56 PM Jan Høydahl wrote:
> solr-common is old. Try to include solr-core:8.4.1 in your project instead
> (from Maven)
>
> Check this example if you’re stuck:
> https://github.com/cominvent/solr-mapping-proces
solr-common is old. Try to include solr-core:8.4.1 in your project instead
(from Maven)
Check this example if you’re stuck:
https://github.com/cominvent/solr-mapping-processor
Jan
> 24. feb. 2020 kl. 14:03 skrev Sachin Divekar :
>
> Hi,
>
> I am developing a custom update processor. I am usi
Hi,
I am developing a custom update processor. I am using solr-common.jar:1.3.0
which I found on Maven.
I am studying the code in Solr repo. I found there are many methods
available in src/java/org/apache/solr/common/SolrInputDocument.java which
are not available for me after importing solr-commo