Details
Description
Steps to repro
- Created a 3 node cluster with kv, n1ql and fts nodes
- Created a couchstore bucket and loaded a few docs
- Created a search index using UI
- Copied the index definition preview from the UI
- Deleted the search index, encountered
MB-60075 - Tried creating the same index using import using the definition copied previously
- Index creation fails
Index created with 2 mapping child fields
- field - content, type - text, searchable as - content, analyser - en
- field - vector, type - vector, searchable as - vector, dimension - 384, similarity metric - dot_product
Import of the same index definition fails
The index definition is as per this doc -
https://cb-engineering.s3.amazonaws.com/MB-60076/search_index_definition.json
Attachments
Issue Links
- is duplicated by
-
MB-60080 [FTS] [UI] : Index creation/editing buttons don't work after index import failures
- Closed