How do I publish type in elasticsearch? I've been looking for an example
but can't find one.
{
"type1" : {
"properties" : {
"obj1" : {
"type" : "nested"
}
}
} }
How do I publish type in elasticsearch? I've been looking for an example
but can't find one.
{
"type1" : {
"properties" : {
"obj1" : {
"type" : "nested"
}
}
} }
I used "mappings" to publish it. Please let me know if that's not ok
On Mon, May 21, 2012 at 3:27 PM, Mohit Anchlia mohitanchlia@gmail.comwrote:
How do I publish type in elasticsearch? I've been looking for an example
but can't find one.{
"type1" : {
"properties" : {
"obj1" : {
"type" : "nested"
}
}
} }
How do I publish type in elasticsearch? I've been looking for an example
but can't find one.
I don't understand the question
I figured it out finally. Learning ways to do it in elasticsearch.
On Tue, May 22, 2012 at 5:41 AM, Nick Dunn nick@nick-dunn.co.uk wrote:
How do I publish type in elasticsearch? I've been looking for an example
but can't find one.
I don't understand the question
© 2020. All Rights Reserved - Elasticsearch
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.