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.关闭索引