Hi,
I am using elasticsearch-0.90.0.jar, and wonderdog
(https://github.com/infochimps-labs/wonderdog) to do bulk index. There are
247465 documents for indexing into elastic search. However, I notice that
after the indexing, the total number of documents in elastic search by
using
{
"query": {
"match_all": {}
}
}
is 2417463.
The number 2417463 is a little bit smaller than the original number of
documents 2417465.
I tried to use the wonderdog/bulk indexer to index the data again, such
that to insert the data which is missing in the first time indexing into
the index. It doesn't necessary help me get the number of 247465.
Not sure whether this is normal behavior using elastic search... Thanks!
Best
-Mao
--
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.