: Export Index and Re-Index XML
Thanks for the help,i could successfully export the file as csv and import
it into my local box successfully ,now i have a different problem i tried
to re-index the content using post.sh anc chaging
URL=http://dev-core-solr1:8983/solr/ZinioArticles/update/csv this is
> Subject: Re: Export Index and Re-Index XML
> From: jan@cominvent.com
> Date: Tue, 23 Apr 2013 15:46:36 +0200
> To: solr-user@lucene.apache.org
>
> Hi,
>
> I have done this many times. First use a curl job or something to download
> the complete index as CSV
will think of modelling data
> for re-indexing purposes
> Kalyan
>
>> From: j...@basetechnology.com
>> To: solr-user@lucene.apache.org
>> Subject: Re: Export Index and Re-Index XML
>> Date: Mon, 22 Apr 2013 19:54:26 -0400
>>
>> Any fields which have st
think i can
manage this with SolrEntityProcessor for now and will think of modelling data
for re-indexing purposes
Kalyan
> From: j...@basetechnology.com
> To: solr-user@lucene.apache.org
> Subject: Re: Export Index and Re-Index XML
> Date: Mon, 22 Apr 2013 19:54:26 -0400
>
> Any
Any fields which have stored values can be read and output, but
indexed-only, non-stored fields cannot be read or exported. Even if they
could be, their values are post-analysis, which means that there is a good
chance that they cannot be run through term analysis again.
It is always best to k
On 4/22/2013 5:07 PM, Kalyan Kuram wrote:
Hi All I am new to solr and i wanted to know if i can export the Index as XML
and then re-index back into Solr, The reason i need to do this is i
misconfigured fieldtype and to make it work i need to re-index the content
The best option is to do the i