Re: To store or not to store serialized objects in solr

2010-01-26 Thread Markus Jelsma
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

To store or not to store serialized objects in solr

2010-01-26 Thread Andre Parodi
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