Skip to content

Add hidden option for index #4348

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

Closed
nayu139 opened this issue Mar 28, 2023 · 3 comments
Closed

Add hidden option for index #4348

nayu139 opened this issue Mar 28, 2023 · 3 comments
Labels
type: enhancement A general enhancement

Comments

@nayu139
Copy link

nayu139 commented Mar 28, 2023

I need hidden option when ensureIndex. I have already coded it on my computer, but I don't kown how to push it~

ex:
Index index = new Index();
index.named(indexName).background().hidden();
indexOperations.ensureIndex(index);
and get is hidden when get index info, ex:
indexOperations.getIndexInfo();

@nayu139
Copy link
Author

nayu139 commented Mar 28, 2023

@christophstrobl Would you add it at 3.3.x branch

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Mar 28, 2023
@christophstrobl
Copy link
Member

christophstrobl commented Mar 28, 2023

Thank you @nayu139 for raising this issue. Please make sure to follow the contribution guidelines and open a Pull Request on GH for the modification you propose.
The team will then review the changes and get back to you. Note that reviewing changes can take some time, so please be patient.
The 3.3.x line has already reached the end date of its support. Generally speaking we do not back port enhancements to older versions which typically only see bug fixes and patch level dependency upgrades.

@nayu139
Copy link
Author

nayu139 commented Mar 28, 2023 via email

@christophstrobl christophstrobl added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Mar 29, 2023
@christophstrobl christophstrobl linked a pull request Apr 13, 2023 that will close this issue
christophstrobl added a commit that referenced this issue Apr 14, 2023
Introduce IndexOptions that can be used to alter an existing index via IndexOperations.

See: #4348
@christophstrobl christophstrobl added this to the 4.1 RC1 (2023.0.0) milestone Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants