Solr Tika Help required

2021-08-04 Thread Srinivas Kashyap
Hi, We are using Tika-data-config.xml to index some of the pdf files in our application as shown below: Now I want to index the document

RE: HTTPSolrClient - help required

2021-06-29 Thread Srinivas Kashyap
pass the corename as first parameter Thanks and Regards, Srinivas Kashyap             -Original Message- From: Reej Nayagam Sent: 29 June 2021 15:47 To: Solr Cc: solr-user Lucene Subject: Re: HTTPSolrClient - help required Hi Thanks for the reply. I'm trying to create a singleton

RE: HTTPSolrClient - help required

2021-06-29 Thread Srinivas Kashyap
Hi Reej, Yes, create a singleton class of HttpSolrClient for entire scope of application. As mentioned by you, if you don’t close the connection, thread will be in hung state and affects the performance. I too faced this in my implementation. Thanks and Regards, Srinivas Kashyap Leading

RE: How do I unsubscribe?

2021-06-15 Thread Srinivas Kashyap
Hi, Could you follow the instructions here: https://solr.apache.org/community.html<https://solr.apache.org/community.html> send an email to users-ow...@solr.apache.org<mailto:users-ow...@solr.apache.org> in case you cannot unsubscribe. Thanks and Regards, Srinivas Kashyap From: T

Solr logging

2021-05-31 Thread Srinivas Kashyap
Hi, I have a custom jar placed in the solr8.4.1/server/solr-webapp/webapp/WEB-INF/lib and I have added Logging(slf4j) for all class files in it as shown below: import org.slf4j.Logger; import org.slf4j.LoggerFactory; private static final Logger LOGGER = LoggerFactory.getLogger(DataImportSchedu