4 Replies Latest reply on Nov 10, 2016 3:06 AM by hend.amin

    Using Teiid embedded with Solr

    hend.amin

      Hello,

      I am using Teiid embedded. I have create a VDB with Solr physical model. and created a virtual model that selects from Solr.

      I have noticed that group by statements are not passed to Solr. Is this correct or there are configuration for pushdown mechanism  for Solr?

      Also there is a limit on the number of row returned. for example if the total number of records is 16000, Solr is quered mutliple times each time returned 1024, like paging.. how to stop that ?