I respectively disagree. :) In object oriented programming, you code to the interface, not the implementation. Then again, most people should be using code aware IDEs, which makes code lookup even easier.
Judging by his settings, I am assuming he is using a single local instance. Before getting into further design, using bulk indexing should be his baseline to measure by. Cheers, Ivan On Mon, Feb 17, 2014 at 9:17 AM, [email protected] < [email protected]> wrote: > Yes, the BulkProcessor is useful - the official link to the source is > > > https://github.com/elasticsearch/elasticsearch/blob/master/src/main/java/org/elasticsearch/action/bulk/BulkProcessor.java > > Thanks Ivan for pointing to my Javadoc but I think it is better to > reference the source ;) > > > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CALY%3DcQA3KndkCaxpvnQ%3DZKCsO-UM%2BjAY-OGA%2BW7Ct0zo7TS2OA%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
