How is Vespa feed client implemented?
Vespa’s Document API provides single-document operations, in other words if you want to index N documents you have to issue N http requests to it.
How is Vespa feed client implemented?
Vespa’s Document API provides single-document operations, in other words if you want to index N documents you have to issue N http requests to it.
Java LinkageError after upgrading Vespa from version 7.113.28 to 8.357.16
I have a Java component designed to write documents using Vespa. It was working fine with Vespa version 7.113.28, but after upgrading to version 8.357.16, I encounter a LinkageError
. Below is the relevant part of my code: