Re: RAMDirectoryFactory with Solrj 9.7.0

2024-11-26 Thread Gus Heck
IIRC the ByteBuffersDirectoryFactory is what new code should be using: https://issues.apache.org/jira/browse/SOLR-12861 On Tue, Nov 26, 2024 at 4:13 PM Péter Király wrote: > Dear all, > > I am developing an application that intensively use Apache Solr, that > among others makes library catalogue

Re: RAMDirectoryFactory with Solrj 9.7.0

2024-11-26 Thread Jan Høydahl
You might want to try org.apache.solr.core.MockDirectoryFactory in your tests when using embedded. See https://github.com/apache/solr/pull/2598 for a similar issue in the main tests. Jan > 26. nov. 2024 kl. 22:13 skrev Péter Király : > > Dear all, > > I am developing an application that inten