Saved Bookmarks
| 1. |
What Is An Index In Elasticsearch ? |
|
Answer» An INDEX is similar to a table in RELATIONAL databases. The DIFFERENCE is that relational databases would STORE actual values, which is optional in ElasticSearch. An index can store actual and/or analyzed values in an index. An index is similar to a table in relational databases. The difference is that relational databases would store actual values, which is optional in ElasticSearch. An index can store actual and/or analyzed values in an index. |
|