Unable to do reindex in DSE SOLR

时间:2016-05-11 11:36:23

标签: java solr lucene datastax-enterprise

I have 5 million records and I want to reindex only 1 field. Is there any method to reindex only one field(out of 5 fields) in DSE Solr.

1 个答案:

答案 0 :(得分:1)

简短的回答是否定的,没有办法做到这一点。

你想要完成什么?重新索引没有删除全部应保留旧索引,同时构建新索引以避免停机(在solr UI中常规完全重新索引)。