Re: Using Solr as a Database?

2019-06-05 Thread Ralph Soika
Hello Christopher, On 03.06.19 23:13, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ralph, On 6/2/19 16:32, Ralph Soika wrote: The whole system is highly transactional as it runs on Java EE with JPA and Session EJBs. And you write-through from your application

Re: Using Solr as a Database?

2019-06-03 Thread Ralph Soika
and others are saying is that putting all your data in Solr then throwing the RDBMS (or whatever) away is not a good idea. Best, Erick On Jun 2, 2019, at 1:32 PM, Ralph Soika wrote: Thanks Jörn and Erick for your explanations. What I do so far is the following: * I have a RDBMS with one

Re: Using Solr as a Database?

2019-06-02 Thread Ralph Soika
other workarounds eg flatten the table ). Maybe you can describe more what the users do in Solr or in the database. Am 02.06.2019 um 15:28 schrieb Ralph Soika : Inspired by an article in the last german JavaMagazin written by Uwe Schindler I wonder if Solr can also be used as a database? In our

Using Solr as a Database?

2019-06-02 Thread Ralph Soika
Inspired by an article in the last german JavaMagazin written by Uwe Schindler I wonder if Solr can also be used as a database? In our open source project Imixs-Workflow we use Lucene since several years with great success. We have unstructured