Re: basic document crud in an index

2011-01-13 Thread Markus Jelsma
To fill the gaps: b. the old version remains on disk but is flagged for deletion d. optimize equals merging, the difference is how many segments come out e. yes On Thursday 13 January 2011 15:21:54 kenf_nc wrote: > A/ You have to update all the fields, if you leave one off, it won't be in > the d

Re: basic document crud in an index

2011-01-13 Thread kenf_nc
A/ You have to update all the fields, if you leave one off, it won't be in the document anymore. I have my 'persisted' data stored outside of Solr, so on update I get the stored data, modify it and update Solr with every field (even if one changed). You could also do a Query/Modify/Update directly