Batch Indexing

What is the best approach for performing an initial bulk indexing with
Elastic Search?

Thanks

The best thing is to fork several threads / clients and do the indexing. If
you use the Java API, then its completely async.

-shay.banon

On Thu, Jun 10, 2010 at 12:30 AM, sd samueldoyle@gmail.com wrote:

What is the best approach for performing an initial bulk indexing with
Elastic Search?

Thanks

Great, that is what I will be doing (using API).

On Thu, Jun 10, 2010 at 3:15 AM, Shay Banon shay.banon@elasticsearch.comwrote:

The best thing is to fork several threads / clients and do the indexing. If
you use the Java API, then its completely async.

-shay.banon

On Thu, Jun 10, 2010 at 12:30 AM, sd samueldoyle@gmail.com wrote:

What is the best approach for performing an initial bulk indexing with
Elastic Search?

Thanks