Details
-
Bug
-
Resolution: Not a Bug
-
Major
-
7.6.0
-
Couchbase Enterprise Edition build 7.6.0-1916
-
Untriaged
-
Ubuntu 64-bit
-
-
0
-
Unknown
Description
Steps to reproduce
1. Created a 4 node cluster with 1 kv node, 1 n1ql node and 2 search node
2. Created a couchstore bucket named bucket1 and imported a dataset onto it
3. Created a search index with with 2 mapping child fields and index partitions = 1
- field - content, type - text, searchable as - content, analyser - en
- field - vector, type - vector, searchable as - vector, dimension - 384, similarity metric - dot_product
4. Ran a vector search query
5. Increased the number of index partitions
6. Ran the same vector search query, the score is different when the number of index partition changes
Scores with index partitions = 1
Scores with index partitions = 5