重新创建索引:
Product.__elasticsearch__.create_index! force: true
创建、更新、删除索引:
Product.first.__elasticsearch__.index_document
Product.first.__elasticsearch__.update_document
Product.first.__elasticsearch__.delete_document
Product.__elasticsearch__.create_index! force: true
创建、更新、删除索引:
Product.first.__elasticsearch__.index_document
Product.first.__elasticsearch__.update_document
Product.first.__elasticsearch__.delete_document