Hi kshitij

We are using following configuration and it is working fine

<dataConfig>

 <document> <entity name="classification_1"
processor="SolrEntityProcessor"
url="http://11.11.11.11:8983/solr/classify"; query="*:*"
fl="id,title,content,segment," wt="javabin" /> </document>

 </dataConfig>

Please give processor="SolrEntityProcessor" and also give fl
(fieldswhich you want to be saved in your new instance)

thanks

On Wed, Feb 24, 2016 at 2:31 PM, kshitij tyagi
<kshitij.shopcl...@gmail.com> wrote:
> 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.
>>

Reply via email to