首页 > 代码库 > Solr控制覆盖或覆写索引开关

Solr控制覆盖或覆写索引开关

http://wiki.apache.org/solr/UpdateXmlMessages#Optional_attributes_for_.22field.22

ptional attributes for "add"

overwrite = "true" | "false" — default is "true", meaning newer documents will replace previously added documents with the same uniqueKey.

Solr控制覆盖或覆写索引开关