Guest User

Untitled

a guest
Aug 30th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. What is document tag in data-config.xml of Solr
  2. <dataConfig>
  3. <dataSource type="JdbcDataSource" driver="org.gjt.mm.mysql.Driver" url="jdbc:mysql://192.168.1.9:3306/angara" user="dev_user" password="ampliflex" />
  4. <document>
  5. <entity name="tdiamonds1" query="select UID_PK, ProductUID, name, price,Weight from tdiamonds">
  6.  
  7. </entity>
  8. </document>
  9. </dataConfig>
Add Comment
Please, Sign In to add comment