You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
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".
The text was updated successfully, but these errors were encountered: