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
In entity stream queries and in repository methods, the index name is inferred from the model class name (the class annotated with @Document or @Hash).
With the new indexing options introduced in 0.9.2, we have now the possibility to manage indexes outside the redis om application.
So it would be helpful, to be able to specify an index name when doing a query or to define a custom index name for a model class (that would be used in the queries for that model).
WDYT ?
The text was updated successfully, but these errors were encountered:
bsbodden
changed the title
Ability to specify a custom index name in a repo or with entity streams
Add EntityStream support for POJO (non-Spring entities)
Jul 7, 2024
bsbodden
added a commit
to bsbodden/redis-om-spring
that referenced
this issue
Jul 7, 2024
Hi,
In entity stream queries and in repository methods, the index name is inferred from the model class name (the class annotated with
@Document
or@Hash
).With the new indexing options introduced in 0.9.2, we have now the possibility to manage indexes outside the redis om application.
So it would be helpful, to be able to specify an index name when doing a query or to define a custom index name for a model class (that would be used in the queries for that model).
WDYT ?
The text was updated successfully, but these errors were encountered: