We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I propose a lambda function passed into a configuration option, that given an object o will return the id.
The text was updated successfully, but these errors were encountered:
Right now you can specify an alternative id by marking the type with a
[ElasticType(IdProperty="AlternateId")]
attribute.
I do like having a non attribute way to do it as well though since you don't always own your domain classes.
Sorry, something went wrong.
Add ability to configure id properties in code
eb0e48e
Closes #407
gmarz
No branches or pull requests
I propose a lambda function passed into a configuration option, that given an object o will return the id.
The text was updated successfully, but these errors were encountered: