Class JsonReader


  • public class JsonReader
    extends Object
    Initialize Vespa documents/updates/removes from an InputStream containing a valid JSON representation of a feed.
    Author:
    Steinar Knutsen, dybis
    • Constructor Detail

    • Method Detail

      • readSingleDocument

        public DocumentOperation readSingleDocument​(DocumentOperationType operationType,
                                                    String docIdString)
        Reads a single operation. The operation is not expected to be part of an array.
        Parameters:
        operationType - the type of operation (update or put)
        docIdString - document ID.
        Returns:
        the document
      • next

        public DocumentOperation next()
        Returns the next document operation, or null if we have reached the end
      • nextToken

        public com.fasterxml.jackson.core.JsonToken nextToken​(com.fasterxml.jackson.core.JsonParser parser)