1.打开索引 --指定索引位置
建立索引有几个参数要设定 create if true 是全量索引 to create new index or rewriter the index
if false 增量索引 to append the index 不删除索引,添加到索引库中 默认的是增量索引.
可以设置field最大长度
2.指定复合索引类型.
3.优化索引
4.关闭索引
本文介绍如何通过设置参数来创建或更新索引,并讨论了复合索引类型的选择与索引优化的方法。
1.打开索引 --指定索引位置
建立索引有几个参数要设定 create if true 是全量索引 to create new index or rewriter the index
if false 增量索引 to append the index 不删除索引,添加到索引库中 默认的是增量索引.
可以设置field最大长度
2.指定复合索引类型.
3.优化索引
4.关闭索引

被折叠的 条评论
为什么被折叠?