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

@Document(indexName=) not working in conjunction with @IndexingOptions #540

Open
yufanren opened this issue Jan 29, 2025 · 0 comments
Open

Comments

@yufanren
Copy link

Currently on version 0.9.8. Created an model to query an index not built using Redis Om Spring.

When putting @document(indexName="custom-index-name"), redis om query the custom index as excepted. But If @IndexingOptions(creationMode = IndexCreationMode.SKIP_ALWAYS) is also added to the model, redis om revert back to query model full class name + "Idx".

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

No branches or pull requests

1 participant