Hi,
We just recently upgraded from 6.3 to 7.7 version of Elasticsearch.
Upon migration, we got an error something like this:
"{"expected:'Number Token', actual:'"10"' at offset:458"}"
Based on a blog I've read, bluewalk replied to the problem was:
*Seems the new serializer takes the property datatype for deserialization, as this was defined as long instead of string the deserializer failed. *
Can be closed
Now, is there a way to deserialize object field that has been mapped in the index as "Text" to "integer" or other type in Nest? And can you give me an example on implementing it.
Thanks and regards,
Martin