I am new to elasticsearch and currently working with nested objects and query...
I am able to create a nested object but when trying to query it using nested query syntax getting error in field name ... the error says "Field name XXX cannot contain '.' "
not sure how I can refer a nested object field name in query without "Dot"
also getting error in elasticSearch.Net ... when trying to execute query it gives error...
"[nested] nested object under path [XXX] is not of nested type" ...
But I can see it on the nested object is marked as nested in index/type...
Your mappings are very strange, I don't understand why you have code looking like queries... I suggest to drop your indices and restart the tutorial from the beginning...
As suggested I re-created indices , but no luck ... same error...
just want to know why this is showing error message regarding "." dot in nested query...
could you please let me know how I can refer nested object property without using Dot "."...
one more quick quick question... is it possible to get raw query generated by elasticSearch.Net library ... "Nest"...
Am able to get result using rest client but when executing same from Nest getting some error
"[nested] failed to find nested object under path" ...
using following code to fire query...
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.