Hi,
I want to know the list of ids that does not exist into index . How I can such things ?
Thank you
Hi,
I want to know the list of ids that does not exist into index . How I can such things ?
Thank you
I don't think ES can do this: it doesn't know your full universe of IDs?
But you could run a match all query, and use the scroll API to iterate through all results, gather up all the IDs you saw, and subtract that (on the client side) from the full universe of IDs?
Mike McCandless
© 2020. All Rights Reserved - Elasticsearch
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.