Uses of Class
com.yahoo.document.datatypes.StringFieldValue
Packages that use StringFieldValue
Package
Description
Provides classes and interfaces for creating trees of spans over string
values in Vespa documents, and annotating these spans.
Infrastructure for building Vespa documents and feed operations from JSON.
-
Uses of StringFieldValue in com.yahoo.document.annotation
Methods in com.yahoo.document.annotation that return StringFieldValueModifier and TypeMethodDescriptionSpanNode.getStringFieldValue()Returns the StringFieldValue that this node belongs to, if any.SpanNodeParent.getStringFieldValue()Returns the StringFieldValue that this node belongs to, if any.SpanTree.getStringFieldValue()Returns the StringFieldValue that this SpanTree belongs to.Methods in com.yahoo.document.annotation with parameters of type StringFieldValueModifier and TypeMethodDescriptionvoidSpanTree.setStringFieldValue(StringFieldValue stringFieldValue) Sets the StringFieldValue that this SpanTree belongs to. -
Uses of StringFieldValue in com.yahoo.document.datatypes
Subclasses of StringFieldValue in com.yahoo.document.datatypesMethods in com.yahoo.document.datatypes that return StringFieldValueModifier and TypeMethodDescriptionStringFieldValue.clone()Clones this StringFieldValue and its span trees. -
Uses of StringFieldValue in com.yahoo.document.json
Methods in com.yahoo.document.json with parameters of type StringFieldValueModifier and TypeMethodDescriptionstatic voidJsonSerializationHelper.serializeStringField(com.fasterxml.jackson.core.JsonGenerator generator, com.yahoo.vespa.objects.FieldBase field, StringFieldValue value) voidJsonWriter.write(com.yahoo.vespa.objects.FieldBase field, StringFieldValue value) -
Uses of StringFieldValue in com.yahoo.document.serialization
Methods in com.yahoo.document.serialization with parameters of type StringFieldValueModifier and TypeMethodDescriptionstatic voidXmlSerializationHelper.printStringXml(StringFieldValue s, XmlStream xml) Deprecated.voidFieldReader.read(com.yahoo.vespa.objects.FieldBase field, StringFieldValue value) Read in the value of string fieldvoidVespaDocumentDeserializer6.read(com.yahoo.vespa.objects.FieldBase field, StringFieldValue value) Deprecated, for removal: This API element is subject to removal in a future version.voidFieldWriter.write(com.yahoo.vespa.objects.FieldBase field, StringFieldValue value) Writes the value of a string field.voidVespaDocumentSerializer6.write(com.yahoo.vespa.objects.FieldBase field, StringFieldValue value) Deprecated, for removal: This API element is subject to removal in a future version.Write out the value of string field -
Uses of StringFieldValue in com.yahoo.vespaxmlparser
Methods in com.yahoo.vespaxmlparser with parameters of type StringFieldValueModifier and TypeMethodDescriptionvoidVespaXMLFieldReader.read(com.yahoo.vespa.objects.FieldBase field, StringFieldValue value)