Index and Search workflow in ElasticSearch

Hi,
Please explain me how the indexing done in elasticsearch. I need a workflow
diagram for indexing and searching.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Indexing is like inserting a json document in elasticsearch which is then
stored in es, according the mapping that you have set for each field.
Here is the link of the documentation, where you will find each and every
term used in elasticsearch explained:

On Fri, Nov 1, 2013 at 4:48 PM, sam aswin samaswin@gmail.com wrote:

Hi,
Please explain me how the indexing done in elasticsearch. I need a
workflow diagram for indexing and searching.

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Thanks,
Aash

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.