I recommend to integrate log4j2 into the app instead of using println. Then you
will see all the log statements including the one of Solr in a log file that
will indicate you the issue.
> Am 01.11.2019 um 07:46 schrieb Khare, Kushal (MIND)
> :
>
> Hello mates !
> Hope you people are doing goo
Hello mates !
Hope you people are doing good !
Well, I am trying to integrate the SolrJ code for indexing and querying the
documents through Solr with my java web app. I am facing a very wired issue,
that when I run my method for Solr as java app (independently using main()
function) it works f