Thanks. We're probably not going to be sending huge batches of documents very often, so I'll just
try a persistent connection and hopefully performance won't be an issue. With our document size, I
was posting around 300+ docs/s, so anything reasonably close to that will be good. Historically
: Sometimes there's a field that shouldn't be multiValued, but the data comes in
: with multiple fields of the same name in a single document.
:
: Is there any way to continue processing other documents in a file even if one
: document errors out? It seems like whenever we hit one of these cases,
We often have data that isn't generated by us going into our search. Sometimes there's a field that
shouldn't be multiValued, but the data comes in with multiple fields of the same name in a single
document.
Is there any way to continue processing other documents in a file even if one document