hi I am using following tag <dataConfig> <document> <entity name="sep" processor="complete url" query= "*:*"/> </document> </dataConfig>
i am able to connect but indexing is not working. My solr have same versions On Wed, Feb 24, 2016 at 12:48 PM, Neeraj Bhatt <neerajbhatt2...@gmail.com> wrote: > Hi > > Can you give your data import tag details <dataConfig> tag in > db-data-config.xml > Also is your previuos and new solr have different versions ? > > Thanks > > > > On Wed, Feb 24, 2016 at 12:08 PM, kshitij tyagi > <kshitij.shopcl...@gmail.com> wrote: > > Hi, > > > > I am following the following article > > https://wiki.apache.org/solr/HowToReindex > > to reindex the data using Solr itself as a datasource. > > > > Means one solr instance has all fields with stored true and > indexed=false. > > When I am using this instance as a datasource and indexing it on other > > instance data is not indexing. > > > > Giving error of version conflict. How can i resolve it. >