This is my first post here, so first thanks a lot for the wonderfull
framework.
I'm using java api and I'm wondering if the setRefresh( true ) method
on a BulkRequestBuilder should lead for wainting for all the bulk's
operation to be searchable (as I would expect as this is the behaviour
with an IndexRequestBuilder). In fact, in the following code, it
doesn't, but as I'm very new to es, maybe I'm doing something wrong :
I fixed a bug that the refresh flag was not being taken into account in master (upcoming 0.15 version). I think you hit it
On Wednesday, January 26, 2011 at 11:47 AM, nel.taurisson wrote:
Hi,
This is my first post here, so first thanks a lot for the wonderfull
framework.
I'm using java api and I'm wondering if the setRefresh( true ) method
on a BulkRequestBuilder should lead for wainting for all the bulk's
operation to be searchable (as I would expect as this is the behaviour
with an IndexRequestBuilder). In fact, in the following code, it
doesn't, but as I'm very new to es, maybe I'm doing something wrong :
I fixed a bug that the refresh flag was not being taken into account in
master (upcoming 0.15 version). I think you hit it
On Wednesday, January 26, 2011 at 11:47 AM, nel.taurisson wrote:
Hi,
This is my first post here, so first thanks a lot for the wonderfull
framework.
I'm using java api and I'm wondering if the setRefresh( true ) method
on a BulkRequestBuilder should lead for wainting for all the bulk's
operation to be searchable (as I would expect as this is the behaviour
with an IndexRequestBuilder). In fact, in the following code, it
doesn't, but as I'm very new to es, maybe I'm doing something wrong :
Is it fixed in 1.7.1?
With "refresh_interval": "-1", I'm continuously bulking with .refresh(true) on an entire bulk and I'm not seeing up to date counts on my index. After finishing all my bulks I manually send _refresh request and only then I see the valid hits count.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.