Introducing G2.ai, the future of software buying.Try now
Ashish N.
AN
Programmer Analyst Trainee at Cognizant

Do elastic search use indexes to store the information.

?
1 comment
Looks like you’re not logged in.
Users need to be logged in to answer questions
Log In
Aaron D.
AD
Application Architect at AVIA
0
I'll take a stab at answering this question though I'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 "table" in sql land and a document is kind of like a "row". 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 "_source" (if you have this enabled) so that you can serve up the full matched document.
Looks like you’re not logged in.
Users need to be logged in to write comments
Log In
Reply