easy-es icon indicating copy to clipboard operation
easy-es copied to clipboard

es8 向量检索的字段 需要添加index:true 才可以进行检索

Open yayoyanyue opened this issue 7 months ago • 0 comments

to perform knn search on field [vector], its mapping must have [index] set to [true]

希望IndexField注解能添一个index:true的属性

@IndexField(fieldType = FieldType.DENSE_VECTOR, dims = 1024,index = true) private double[] vector;

yayoyanyue avatar May 20 '25 08:05 yayoyanyue