Re: Re-index stored values

2012-11-08 Thread Gora Mohanty
On 8 November 2012 20:31, Andreas Niekler < aniek...@informatik.uni-leipzig.de> wrote: > Thank you for your answer. If you talk of various ways can you also > comment on some other aproaches? > I am not that familiar with SolrJ, but I think that it should also be possible to use it to read the st

Re: Re-index stored values

2012-11-08 Thread Andreas Niekler
Thank you for your answer. If you talk of various ways can you also comment on some other aproaches? Am 08.11.2012 15:37, schrieb Gora Mohanty: On 8 November 2012 16:10, Andreas Niekler wrote: Hello, how could i re-index stored values of my solr index if i change the schema. Is there a

Re: Re-index stored values

2012-11-08 Thread Gora Mohanty
On 8 November 2012 16:10, Andreas Niekler wrote: > > Hello, > > how could i re-index stored values of my solr index if i change the > schema. Is there a gentle way to do this with stored values within solr > itself? Normally i have to grab the stored values of a field and pu

Re-index stored values

2012-11-08 Thread Andreas Niekler
Hello, how could i re-index stored values of my solr index if i change the schema. Is there a gentle way to do this with stored values within solr itself? Normally i have to grab the stored values of a field and put it again to an update query for solr. What does that to to copied fields