Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve compile error in DenseVectorFieldMapper #102066

Merged

Conversation

javanna
Copy link
Member

@javanna javanna commented Nov 13, 2023

A change in Lucene99HnswVectorsFormat requires that we adapt our code, see apache/lucene#12729

A change in Lucene99HnswVectorsFormat requires that we adapt our code, see
apache/lucene#12729
@javanna javanna added >non-issue :Search/Search Search-related issues that do not fall into other categories v8.12.0 labels Nov 13, 2023
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-search (Team:Search)

@elasticsearchmachine elasticsearchmachine added the Team:Search Meta label for search team label Nov 13, 2023
@@ -76,7 +76,10 @@ public enum LuceneFilesExtensions {
// kNN vectors format
VEC("vec", "Vector Data", false, true),
VEX("vex", "Vector Index", false, true),
VEM("vem", "Vector Metadata", true, false);
VEM("vem", "Vector Metadata", true, false),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@javanna there are new file extensions we need to be aware of. I added them here.

@javanna javanna merged commit 6c4479d into elastic:lucene_snapshot Nov 13, 2023
13 checks passed
@javanna javanna deleted the fix/lucene_vectors_merge_executor branch November 13, 2023 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>non-issue :Search/Search Search-related issues that do not fall into other categories Team:Search Meta label for search team v8.12.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants