Hello Andre,
We have used this approach before. We did keep all our data in a RDBMS but
added serialized objects to the index so we could simply query the record
and display it as is, without any hassle and SQL connections.
Although storing this data sounds a bit strange, it actually works well
Hi,
We currently are storing all of our data in sql database and use solr
for indexing. We get a list of id's from solr and retrieve the data from
the db.
We are considering storing all the data in solr to simplify
administration and remove any synchronisation and are considering the
follow