Re: Atomic Update at Solrj For a Newly Added Schema Field

2013-11-14 Thread Erick Erickson
I don't think this is a problem, what are you seeing? Have you tried it and get an error? The only reason you need to have fields stored is so _existing_ documents with _existing_ data gets into the new doc. Since you've just added a field, you should be fine. It's just that updating documents alr

Atomic Update at Solrj For a Newly Added Schema Field

2013-11-13 Thread Furkan KAMACI
I use Solr 4.5.1 I have indexed some documents and decided to add a new field to my schema after a time later. I want to use Atomic Updates for that newly added field. I use Solrj for indexing. However due to there is no field named as I've newly added Solr does not make an atomic update for existi