I have a development environment and a demo environment which are fairly identical. The other day a CMIS sql query that worked just fine on dev gave a nasty sql error on the demo system (unfortunately I didn't save that exact error).
After an hour of googling I found someone with a similar error who said that deleting the Solr indexes solved his problem. That didn't/doesn't make sense to me, but being fairly desperate I tried and indeed - my query worked!
So obviously Solr is used for more than searching. Could someone please explain how the CMIS api uses Solr? And possibly, what I could have done that caused my indexes to become invalid?
thanks!