# Do elastic search use indexes to store the information.

?

##### Post Metadata
- Posted at: over 6 years ago
- Author title: Programmer Analyst Trainee at Cognizant
- Net upvotes: 1


## Comments
### Comment 1

I&#39;ll take a stab at answering this question though I&#39;m not 100% sure exactly what you are after.

The way I would explain it is that in elasticsearch an index is kind of like a &quot;table&quot; in sql land and a document is kind of like a &quot;row&quot;.  There are some nuanced differences like the fact that not every document in a elastic search index has to have the same columns etc.

Elasticsearch stores that document data in two ways.  It indexes fields so that they can be searched by passing them through analyzers and then also stores the original document in &quot;_source&quot; (if you have this enabled) so that you can serve up the full matched document.

##### Comment Metadata
- Posted at: over 6 years ago
- Author title: Application Architect at AVIA




## Related Product
[Elastic Observability](https://www.g2.com/products/elastic-observability/reviews)

## Related Category
[AIOps Platforms](https://www.g2.com/categories/aiops-platforms)

## Related discussions
- [How well does Trello scale into a larger team?](https://www.g2.com/discussions/1-how-well-does-trello-scale-into-a-larger-team)
  - Posted at: about 13 years ago
  - Comments: 6
- [Can we please add a new section](https://www.g2.com/discussions/2-can-we-please-add-a-new-section)
  - Posted at: about 13 years ago
  - Comments: 0
- [Quantifiable benefits from implementing your CRM](https://www.g2.com/discussions/quantifiable-benefits-from-implementing-your-crm)
  - Posted at: about 13 years ago
  - Comments: 4


