Hello, I'm working on solr 1.4 with around 10 millions documents. Usually, it's fine. However, the issue arises when I add new field to the schema.xml, I need to reindex the whole database for that new field. Indexing the whole database with the whole properties takes so long to do. It would be better if I index only that new field and pass it to solr.
I'm not using DIH provided by solr. I'm using my rake script to index documents; it's written in Ruby. As I know lucence doesn't have update operation. It has only DELETE and ADD statement. If I send the partial document with only few fields, the new document will contain only few fields. Is there any better way to do it? -- Chhorn Chamnap http://chamnapchhorn.blogspot.com/