Re: Solr 7.7 heap space is getting full

2020-01-19 Thread Mehai, Lotfi
periodically. We don't have near real time indexation requirements. Page response time is under 5s. Here the URLs for our worst use case: https://www.govinfo.gov/app/collection/cfr https://www.govinfo.gov/app/cfrparts/month I hope that helps. Lotfi Mehai https://www.linkedin.com/in/lmehai

Re: CVE-2017-7525 fix for Solr 7.7.x

2019-12-19 Thread Mehai, Lotfi
Kevin & Colvin Thanks for this details response. Lotfi On Thu, Dec 19, 2019 at 11:59 AM Colvin Cowie wrote: > Sorry, in Solr 8 and master there are some additional users of Jackson. But > they still don't appear to use default typing or unrestricted subtypes. > > > On Thu

CVE-2017-7525 fix for Solr 7.7.x

2019-12-18 Thread Mehai, Lotfi
Hello; We are using Solr 7.7.0. The CVE-2017-7525 have been fixed for Solr 8.x. https://issues.apache.org/jira/browse/SOLR-13110 When the fix will be available for Solr 7.7.x Lotfi

dataimport

2013-03-29 Thread A. Lotfi
Hi, When I hit Execute button in Query tab I only see : Last Update: 12:34:58 Indexing since 01s Requests: 1 (1/s), Fetched: 0 (0/s), Skipped: 0, Processed: 0 (0/s) Started: about an hour ago did not see  any green entry saying Indexing Completed.  Thanks

Is deltaQuery mandatory ?

2013-03-28 Thread A. Lotfi
Is deltaQuery mandatory in data-config.xml ? I did it like this : entity name=residential query=select * from tsunami.consumer_data_01 where state='MA' and  rownum = 5000                 deltaQuery=select  LEMSMATCHCODE, STREETNAME from residential where last_modified

Could not load config for solrconfig.xml

2013-03-28 Thread A. Lotfi
Hi, solr setup in windows worked fine, I tried to follow installing solr in unix, when I started tomcat I got this exxception : SEVERE: Unable to create core: collection1 org.apache.solr.common.SolrException: Could not load config for solrconfig.xml         at

Re: Could not load config for solrconfig.xml

2013-03-28 Thread A. Lotfi
Thanks,  my path to solr home was missing something, it's worlking, but no results, the same solr app with same configuration files worked in windows.   Abdel From: Gora Mohanty g...@mimirtech.com To: solr-user@lucene.apache.org; A. Lotfi majidna...@yahoo.com

Re: Could not load config for solrconfig.xml

2013-03-28 Thread A. Lotfi
, your help is appreciated. From: Gora Mohanty g...@mimirtech.com To: solr-user@lucene.apache.org; A. Lotfi majidna...@yahoo.com Sent: Thursday, March 28, 2013 4:40 PM Subject: Re: Could not load config for solrconfig.xml On 29 March 2013 01:59, A. Lotfi majidna

Re: Could not load config for solrconfig.xml

2013-03-28 Thread A. Lotfi
.   From: Gora Mohanty g...@mimirtech.com To: A. Lotfi majidna...@yahoo.com Cc: solr-user@lucene.apache.org solr-user@lucene.apache.org Sent: Thursday, March 28, 2013 9:59 PM Subject: Re: Could not load config for solrconfig.xml On 29 March 2013 07:23, A. Lotfi majidna

Re: Could not load config for solrconfig.xml

2013-03-27 Thread A. Lotfi
solrconfig.xml. but still did not understand where that exception come from. Your helps will be appreciated. Abdel. From: Chris Hostetter hossman_luc...@fucit.org To: gene...@lucene.apache.org gene...@lucene.apache.org; A. Lotfi majidna...@yahoo.com Sent

Could not load config for solrconfig.xml

2013-03-27 Thread A. Lotfi
Hi, I am trying solr with an oracle database, It's working but I have on the top of the page an exception : SolrCore Initialization Failures  solr:  org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Could not load config for solrconfig.xml Here is my