You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2009/07/09 21:47:10 UTC

[Solr Wiki] Update of "DataImportHandlerFaq" by ShalinMangar

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The following page has been changed by ShalinMangar:
http://wiki.apache.org/solr/DataImportHandlerFaq

The comment on the change is:
Added note on using JNDI data sources

------------------------------------------------------------------------------
  }}}
  Using v8.3 of postgres server and JDBC driver.
  
+ === How do I use a JNDI DataSource? ===
+ <!> ["Solr1.4"]
+ Setup your JNDI datasource and specify its name in the data-config.xml
+ {{{
+  <dataSource
+       jndiName="java:comp/env/jdbc/myDataSource"
+       type="JdbcDataSource"
+       user="" password=""/>
+ }}}
+