Hi All,
Could you please suggest me how to do a schema design(nosql) in elasticsearch.
As per my requirement we have already 'relational logical schema' (which is oracle schema) but we are building new version of software which has chosen ES as a NoSql Solution.
How to start the schema design in ES.
Thanks in advance
The schema is applied with Templates. The template is setup before creating your index and has a line near the begenning similar to
"template" : "logstash*",
this will catch ANY index created where the name starts with logstash and apply the template settings.
After the template line you start defining your schema for each field in your index. You will create a line for each field and define a type.
Similar to:
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.