Open nikokozak opened 2 years ago
I will like to have a look at the source, please to better help me understand the issue.
Thank you! I believe this is the code I was using:
https://gist.github.com/nikokozak/555e7815b8df09d3abe79def0672cd7a
I create an index, add documents to it, and then quit out of iex -S mix
. Then, on invoking iex -S mix
again, the error appears.
Also as a sidenote, adding in of these docs takes a really long time - I'm wondering if it's better to truncate the text strings.
After adding fields, saving, and updating a persisted index, on re-starting via
iex -S mix
, application crashes with the following error message:If necessary, I can upload the source that is doing the data ingestion into the index.