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
For example if I want my properties with type string to be mapped as keyword, I need to manually apply the [Keyword] attribute to all of these properties.
What solution would you like?
Keeping the above example, instead of having to apply the [Keyword] attribute to all properties of type GUID. I'd like to be able to override the automatic mapping behaviour to make it map string properties as 'keyword'.
What alternatives have you considered?
Well as I said above, one could apply the [Keyword] attribute to all of these properties but it doesn't seem sustainable maintenance-wise
Do you have any additional context?
From my understanding, the automatic mapping currently happens in PropertyWalker.InferProperty(PropertyInfo)
The text was updated successfully, but these errors were encountered:
@nalka0 Do you have any ideas for what you'd like the user experience of this to be? Is this something you might be interested in contributing yourself?
I'd say at some point (don't know when exactly though) the user could provide a dictionary or something similar that says map this CLR type to this Opensearch type ? If I ever feel familiar enough with the package to do so I guess I could try sending a pull request for this yes
Is your feature request related to a problem?
For example if I want my properties with type
string
to be mapped askeyword
, I need to manually apply the[Keyword]
attribute to all of these properties.What solution would you like?
Keeping the above example, instead of having to apply the
[Keyword]
attribute to all properties of type GUID. I'd like to be able to override the automatic mapping behaviour to make it mapstring
properties as 'keyword'.What alternatives have you considered?
Well as I said above, one could apply the
[Keyword]
attribute to all of these properties but it doesn't seem sustainable maintenance-wiseDo you have any additional context?
From my understanding, the automatic mapping currently happens in
PropertyWalker.InferProperty(PropertyInfo)
The text was updated successfully, but these errors were encountered: