On Sat, Dec 13, 2008 at 11:45 AM, Kay Kay <kaykay.uni...@gmail.com> wrote:

> True - Currently , playing around with mysql . But I was trying to
> understand more about how the Statement object is getting created (in the
> case of a platform / vendor specific query like this ). Are we going through
> JPA internally in Solr to create the Statements for the queries. Where can I
> look into this in Solr source code to understand more about this.
>
>
We use Jdbc directly. Look at JdbcDataSource class inside
contrib/dataimporthandler/src/main/java.

Also look at this open issue --
https://issues.apache.org/jira/browse/SOLR-812

-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to