Re: Apache SOLR Issue

2019-12-15 Thread Jörn Franke
Is the query to Neo4j correct? Do you have all attributes in the Solr schema defined? I think it would be useful if you can share more information. How is the import done? Does it work with simple queries ? How do you transform the data for the target schem? > Am 15.12.2019 um 19:32 schrieb

Apache SOLR Issue

2019-12-15 Thread Kumar1, Rajesh
Hi Team, As part of SOLR implementation we have started encountering below issue and would request any guidelines/ideas which could help us resolve the issue. * Current implementation Version 7.5.0 Steps Performed * Imported data from Neo4j to SOLR. Error Message

Re: JDK 14 enters Rampdown Phase One

2019-12-15 Thread Rory O'Donnell
On 15/12/2019 16:17, Uwe Schindler wrote: Hi Rory, I added build 27 to the test loop, so it’s tested. I am not sure if our latest finding (LineNumberReader) is included in build 27, but b28 should definitely contain it. Yes indeed, b28 should have it. Thanks,Rory I also removed

RE: JDK 14 enters Rampdown Phase One

2019-12-15 Thread Uwe Schindler
Hi, In addition, I added ZGC on relevant configurations, and Shenandoah on the AdoptOpenJDK builds (unfortunately, the Oracle builds don’t contain it). Uwe - Uwe Schindler uschind...@apache.org ASF Member, Apache Lucene PMC / Committer Bremen, Germany

RE: JDK 14 enters Rampdown Phase One

2019-12-15 Thread Uwe Schindler
Hi Rory, I added build 27 to the test loop, so it’s tested. I am not sure if our latest finding (LineNumberReader) is included in build 27, but b28 should definitely contain it. I also removed ConcMarkSweepGC from our options list. Uwe - Uwe Schindler uschind...@apache.org

Re: New branch and feature freeze for Lucene/Solr 8.4.0

2019-12-15 Thread Noble Paul
I plan to commit the following as well. It's just a precautionery measure to avoid any future exploits https://github.com/apache/lucene-solr/pull/1085 On Sun, Dec 15, 2019 at 4:32 PM Ishan Chattopadhyaya wrote: > > I've added a few critical fixes for SOLR-13662 to the branch. I tested > them