We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The problem
When trying to save new records that are indexed by Elastic, you might get an error with something like the error below.
To avoid it currently, you need to know to run dev/tasks/Symbiote-Elastica-ReindexTask?rebuild=1
dev/tasks/Symbiote-Elastica-ReindexTask?rebuild=1
Uncaught Elastica\Exception\Bulk\ResponseException: Error in one or more bulk request actions: index: /my-elastic-index/MyCustomDataObject/MyCustomDataObject_1_Stage caused failed to parse [GlobalID] index: /my-elastic-index/MyCustomDataObject/MyCustomDataObject_2_Stage caused failed to parse [GlobalID] index: /my-elastic-index/MyCustomDataObject/MyCustomDataObject_3_Stage caused failed to parse [GlobalID] index: /my-elastic-index/MyCustomDataObject/MyCustomDataObject_4_Stage caused failed to parse [GlobalID] index: /my-elastic-index/MyCustomDataObject/MyCustomDataObject_5_Stage caused failed to parse [GlobalID] index: /my-elastic-index/MyCustomDataObject/MyCustomDataObject_6_Stage caused failed to parse [GlobalID] index: /my-elastic-index/MyCustomDataObject/MyCustomDataObject_7_Stage caused failed to parse [GlobalID] index: /my-elastic-index/MyCustomDataObject/MyCustomDataObject_8_Stage caused failed to parse [GlobalID] index: /my-elastic-index/MyCustomDataObject/MyCustomDataObject_9_Stage caused failed to parse [GlobalID] index: /my-elastic-index/MyCustomDataObject/MyCustomDataObject_10_Stage caused failed to parse [GlobalID] index: /my-elastic-index/MyCustomDataObject/MyCustomDataObject_11_Stage caused failed to parse [GlobalID] index: /my-elastic-index/MyCustomDataObject/MyCustomDataObject_12_Stage caused failed to parse [GlobalID] index: /my-elastic-index/MyCustomDataObject/MyCustomDataObject_13_Stage caused failed to parse [GlobalID] index: /my-elastic-index/MyCustomDataObject/MyCustomDataObject_14_Stage caused failed to parse [GlobalID] index: /my-elastic-index/MyCustomDataObject/MyCustomDataObject_15_Stage caused failed to parse [GlobalID] index: /my-elastic-index/MyCustomDataObject/MyCustomDataObject_16_Stage caused failed to parse [GlobalID] index: /my-elastic-index/MyCustomDataObject/MyCustomDataObject_17_Stage caused failed to parse [GlobalID] index: /my-elastic-index/MyCustomDataObject/MyCustomDataObject_18_Stage caused failed to parse [GlobalID] index: /my-elastic-index/MyCustomDataObject/MyCustomDataObject_19_Stage caused failed to parse [GlobalID] index: /my-elastic-index/MyCustomDataObject/MyCustomDataObject_20_Stage caused failed to parse [GlobalID] index: /transport-mpw-
The solution
Make the index get created during dev/build. This means developers wont need to remember to run this and wont get an obtuse error.
dev/build
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The problem
When trying to save new records that are indexed by Elastic, you might get an error with something like the error below.
To avoid it currently, you need to know to run
dev/tasks/Symbiote-Elastica-ReindexTask?rebuild=1
The solution
Make the index get created during
dev/build
. This means developers wont need to remember to run this and wont get an obtuse error.The text was updated successfully, but these errors were encountered: