Hi Romi, Please re-post your question to the solr-user mailing list, where lots more people will see it.
The "general" mailing list is not intended to be used for answering questions about using Solr. Steve > -----Original Message----- > From: Romi [mailto:romijain3...@gmail.com] > Sent: Monday, May 23, 2011 1:24 AM > To: general@lucene.apache.org > Subject: What is document tag in data-config.xml of Solr > > Hi, I am wirking with solr server. i want to fetch data from MySQL > database > to solr. the following is the db-data-config.xml: > > <dataConfig> > <dataSource type="JdbcDataSource" driver="org.gjt.mm.mysql.Driver" > url="jdbc:mysql://192.168.1.9:3306/angara" user="dev_user" > password="ampliflex" /> > <document> > <entity name="tdiamonds1" query="select UID_PK, ProductUID, > name, > price,Weight from tdiamonds"> > > </entity> > </document> > </dataConfig> > > > i want to know what tag indicates here, can we give more then one tag > here, > if possible please refer me some good example. > > ----- > Romi > -- > View this message in context: http://lucene.472066.n3.nabble.com/What-is- > document-tag-in-data-config-xml-of-Solr-tp2974094p2974094.html > Sent from the Lucene - General mailing list archive at Nabble.com.