Hello,
I'm VERY new to ES and I mainly use C# so I downloaded the NEST .net API.
I indexed an object (named "Nation" -> ES type "Nations") which has the
following properties for example: Name, ISO.
When I look at the _source in ES I see it turned all my properties to
lowercase: name. iSO.
So I read a bit on NEST and saw they have an attribute for the property:
- [ElasticProperty(Name = "Name")]
public stirng Name { get; set; } - [ElasticProperty(Name = "ISO")]
public stirng ISO { get; set; }
But this is annoying since it's on the prop level, so I have to set it for
all the hundreds of props I have in the project.
Isn't there an easier way to tel ES to stop lower-casing my fields?
Thanks.
Liron
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.