Re: Export Index and Re-Index XML

2013-04-23 Thread Jack Krupansky
: 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

RE: Export Index and Re-Index XML

2013-04-23 Thread Kalyan Kuram
> 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

Re: Export Index and Re-Index XML

2013-04-23 Thread Jan Høydahl
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

RE: Export Index and Re-Index XML

2013-04-22 Thread Kalyan Kuram
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

Re: Export Index and Re-Index XML

2013-04-22 Thread Jack Krupansky
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

Re: Export Index and Re-Index XML

2013-04-22 Thread Shawn Heisey
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