Also I noticed then when I do a large reindex, with the ?wait_for_completion=false even after the task says its complete, it seems to take a long time before docs are available.
The problem is that some our author_string fields are very long. More than 256 characters long making the id fields longer than the 256 character limit.
Now that I am trying to reindex again, I am getting frequent errors trying to reindex.
"error": { -
"type": "action_request_validation_exception",
"reason": "Validation Failed: 1: id is too long, must be no longer than 512 bytes but was: 529;"
}
I had thought that maybe I could filter out the bad docs in the reindex. I came up with the query which seems to work fine as a standalone query:
I am back to square one. It runs a bit and then I get the same validation error as above:
"error": { -
"type": "action_request_validation_exception",
"reason": "Validation Failed: 1: id is too long, must be no longer than 512 bytes but was: 529;"
}
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.