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

DOCSP-43565: Update Indexes page to clarify Vector Search Indexes use the plural create method #176

Merged

Conversation

cbullinger
Copy link
Collaborator

Engineering confirmed that the createSearchIndex() method does not create a "type": "vector" search index. You must use the plural createSearchIndexes() and pass a SearchIndexModel.

Note: See mongodb/docs-java#577 for updates to Java page

Pull Request Info

PR Reviewing Guidelines

JIRA - https://jira.mongodb.org/browse/DOCSP-43565

STAGING - https://deploy-preview-577--docs-java.netlify.app/fundamentals/indexes/#atlas-search-and-vector-search-indexes

Self-Review Checklist

  • Is this free of any warnings or errors in the RST?
  • Did you run a spell-check?
  • Did you run a grammar-check?
  • Are all the links working?
  • Are the facets and meta keywords accurate?

Copy link

netlify bot commented Oct 7, 2024

Deploy Preview for docs-kotlin ready!

Name Link
🔨 Latest commit 253ecee
🔍 Latest deploy log https://app.netlify.com/sites/docs-kotlin/deploys/67081c6c70d2cd0007d2d162
😎 Deploy Preview https://deploy-preview-176--docs-kotlin.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Collaborator

@rustagir rustagir left a comment

Choose a reason for hiding this comment

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

lgtm with small changes. Thanks so much for investigating and taking action!

source/fundamentals/indexes.txt Outdated Show resolved Hide resolved
source/fundamentals/indexes.txt Outdated Show resolved Hide resolved
@cbullinger cbullinger merged commit a34cd46 into mongodb:master Oct 15, 2024
7 checks passed
@cbullinger cbullinger deleted the docsp-43565-vector-index-correction branch October 15, 2024 17:50
rustagir pushed a commit that referenced this pull request Oct 15, 2024
… the plural create method (#176)

* Update Indexes page to clarify that vector search indexes require the plural create method

* Apply suggestions from code review

Co-authored-by: Rea Rustagi <[email protected]>

---------

Co-authored-by: Rea Rustagi <[email protected]>
(cherry picked from commit a34cd46)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants