Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accept(Visitor) - Method in class com.yahoo.document.select.rule.ArithmeticNode
- accept(Visitor) - Method in class com.yahoo.document.select.rule.AttributeNode
- accept(Visitor) - Method in class com.yahoo.document.select.rule.ComparisonNode
- accept(Visitor) - Method in class com.yahoo.document.select.rule.DocumentNode
- accept(Visitor) - Method in class com.yahoo.document.select.rule.DocumentTypeNode
- accept(Visitor) - Method in class com.yahoo.document.select.rule.EmbracedNode
- accept(Visitor) - Method in interface com.yahoo.document.select.rule.ExpressionNode
-
Perform visitation of this node.
- accept(Visitor) - Method in class com.yahoo.document.select.rule.IdNode
- accept(Visitor) - Method in class com.yahoo.document.select.rule.LiteralNode
- accept(Visitor) - Method in class com.yahoo.document.select.rule.LogicNode
- accept(Visitor) - Method in class com.yahoo.document.select.rule.NegationNode
- accept(Visitor) - Method in class com.yahoo.document.select.rule.NowNode
- accept(Visitor) - Method in class com.yahoo.document.select.rule.VariableNode
- accepts(DocumentOperation) - Method in class com.yahoo.document.select.DocumentSelector
-
Returns true if the document referenced by this document operation is accepted by this selector
- accepts(Context) - Method in class com.yahoo.document.select.DocumentSelector
-
Returns true if the document referenced by this context is accepted by this selector
- add(int, SpanNode) - Method in class com.yahoo.document.annotation.AlternateSpanList
-
Convenience method to add a span node to the child tree at index i.
- add(int, T) - Method in class com.yahoo.document.datatypes.Array
- add(SpanNode) - Method in class com.yahoo.document.annotation.AlternateSpanList
-
Adds a child node to the first subtree of this AlternateSpanList.
- add(SpanNode) - Method in class com.yahoo.document.annotation.SerialIterator
- add(SpanNode) - Method in class com.yahoo.document.annotation.SpanList
-
Adds a child node to this SpanList.
- add(FieldPathIteratorHandler.VariableMap, Result) - Method in class com.yahoo.document.select.ResultList
- add(String, ExpressionNode) - Method in class com.yahoo.document.select.rule.ArithmeticNode
- add(String, ExpressionNode) - Method in class com.yahoo.document.select.rule.LogicNode
-
Adds an (operator, node) pair to this expression.
- add(K) - Method in class com.yahoo.document.datatypes.WeightedSet
- add(T) - Method in class com.yahoo.document.datatypes.Array
- add(T) - Method in class com.yahoo.document.datatypes.CollectionFieldValue
- ADD - Enum constant in enum class com.yahoo.document.fieldpathupdate.FieldPathUpdate.Type
- ADD - Enum constant in enum class com.yahoo.document.update.ArithmeticValueUpdate.Operator
-
Add the operand to the value.
- ADD - Enum constant in enum class com.yahoo.document.update.TensorModifyUpdate.Operation
-
Add values from matching update tensor cells to target tensor cells.
- ADD - Enum constant in enum class com.yahoo.document.update.ValueUpdate.ValueUpdateClassID
- ADD - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- ADD - Static variable in class com.yahoo.document.select.rule.ArithmeticNode
- addAll(int, Collection<? extends T>) - Method in class com.yahoo.document.datatypes.Array
- addAll(DocumentUpdate) - Method in class com.yahoo.document.DocumentUpdate
-
Adds all the field- and field path updates of the given document update to this.
- addAll(FieldUpdate) - Method in class com.yahoo.document.update.FieldUpdate
-
Adds all the
ValueUpdate
s of the given FieldUpdate to this. - addAll(Collection<? extends T>) - Method in class com.yahoo.document.datatypes.Array
- addAttribute(String, Object) - Method in class com.yahoo.document.serialization.XmlStream
-
Deprecated.Add a new XML attribute to the last tag started.
- addChildren(int, List<SpanNode>, double) - Method in class com.yahoo.document.annotation.AlternateSpanList
-
Adds a possible subtree of this AlternateSpanList, with the given probability, at index i.
- addChildren(List<SpanNode>, double) - Method in class com.yahoo.document.annotation.AlternateSpanList
-
Adds a possible subtree of this AlternateSpanList, with the given probability.
- addContent(String) - Method in class com.yahoo.document.serialization.XmlStream
-
Deprecated.Add content to the last tag.
- addDocId(JsonReaderException, DocumentId) - Static method in exception com.yahoo.document.json.JsonReaderException
- addEscapes(String) - Static method in exception com.yahoo.document.select.parser.TokenMgrException
-
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
- addField(Field) - Method in class com.yahoo.document.BaseStructDataType
- addField(Field) - Method in class com.yahoo.document.DocumentType
-
Adds an field that can be used with this document type.
- addField(Field) - Method in class com.yahoo.document.StructDataType
- addField(String, DataType) - Method in class com.yahoo.document.DocumentType
-
Adds a new field to this document type and returns the new field object
- addFieldPathUpdate(FieldPathUpdate) - Method in class com.yahoo.document.DocumentUpdate
-
Adds a field path update to perform on the document.
- AddFieldPathUpdate - Class in com.yahoo.document.fieldpathupdate
- AddFieldPathUpdate(DocumentType, DocumentUpdateReader) - Constructor for class com.yahoo.document.fieldpathupdate.AddFieldPathUpdate
- AddFieldPathUpdate(DocumentType, String) - Constructor for class com.yahoo.document.fieldpathupdate.AddFieldPathUpdate
- AddFieldPathUpdate(DocumentType, String, Array) - Constructor for class com.yahoo.document.fieldpathupdate.AddFieldPathUpdate
- AddFieldPathUpdate(DocumentType, String, String, Array) - Constructor for class com.yahoo.document.fieldpathupdate.AddFieldPathUpdate
- addFieldSets(Map<String, Collection<String>>) - Method in class com.yahoo.document.DocumentType
- addFieldUpdate(FieldUpdate) - Method in class com.yahoo.document.DocumentUpdate
-
Adds the given
FieldUpdate
to this DocumentUpdate. - addFieldUpdates(Collection<FieldUpdate>) - Method in class com.yahoo.document.DocumentUpdate
- AddRemoveCreator - Class in com.yahoo.document.json.readers
- AddRemoveCreator() - Constructor for class com.yahoo.document.json.readers.AddRemoveCreator
- addValueUpdate(int, ValueUpdate) - Method in class com.yahoo.document.update.FieldUpdate
-
Adds a value update to the list of value updates.
- addValueUpdate(ValueUpdate) - Method in class com.yahoo.document.update.FieldUpdate
-
Adds a value update to the list of value updates.
- AddValueUpdate - Class in com.yahoo.document.update
-
Value update representing an addition of a value (possibly with an associated weight) to a multi-valued data type.
- AddValueUpdate(FieldValue, int) - Constructor for class com.yahoo.document.update.AddValueUpdate
- addValueUpdates(List<ValueUpdate>) - Method in class com.yahoo.document.update.FieldUpdate
-
Adds a list of value updates to the list of value updates.
- ALL_TYPES - Static variable in class com.yahoo.document.annotation.AnnotationTypes
- AllFields - Class in com.yahoo.document.fieldset
- AllFields() - Constructor for class com.yahoo.document.fieldset.AllFields
- AlternateSpanList - Class in com.yahoo.document.annotation
-
A node in a
SpanNode
tree that can have a multiple trees of child nodes, each with its own probability. - AlternateSpanList() - Constructor for class com.yahoo.document.annotation.AlternateSpanList
-
Create a new AlternateSpanList instance, having a single subtree with probability 1.0.
- AlternateSpanList(AlternateSpanList) - Constructor for class com.yahoo.document.annotation.AlternateSpanList
-
Deep-copies another AlternateSpanList.
- AlternateSpanList(SpanNodeReader) - Constructor for class com.yahoo.document.annotation.AlternateSpanList
- AND - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- AND - Static variable in class com.yahoo.document.select.rule.LogicNode
- annotate(Annotation) - Method in class com.yahoo.document.annotation.SpanNode
-
Convenience method for adding an annotation to this span, same as
getSpanTree().
spanTree.annotate(this,annotation)
- annotate(Annotation) - Method in class com.yahoo.document.annotation.SpanTree
-
Adds an Annotation to the internal list of annotations for this SpanTree. Use this when adding an Annotation that uses an AnnotationReference, and does not annotate a SpanNode.
- annotate(AnnotationType) - Method in class com.yahoo.document.annotation.SpanNode
-
Convenience method for adding an annotation with no value to this span, same as
getSpanTree().
spanTree.annotate(this,type)
- annotate(AnnotationType, FieldValue) - Method in class com.yahoo.document.annotation.SpanNode
-
Convenience method for adding an annotation to this span, same as
getSpanTree().
spanTree.annotate(this,type,value)
- annotate(AnnotationType, Integer) - Method in class com.yahoo.document.annotation.SpanNode
-
Convenience method for adding an annotation to this span, same as
getSpanTree().
spanTree.annotate(this,type,new IntegerFieldValue(value))
- annotate(AnnotationType, String) - Method in class com.yahoo.document.annotation.SpanNode
-
Convenience method for adding an annotation to this span, same as
getSpanTree().
spanTree.annotate(this,type,new StringFieldValue(value))
- annotate(SpanNode, Annotation) - Method in class com.yahoo.document.annotation.SpanTree
-
Adds an Annotation to the internal list of annotations for this SpanTree.
- annotate(SpanNode, AnnotationType) - Method in class com.yahoo.document.annotation.SpanTree
-
Creates an Annotation based on the given AnnotationType, and adds it to the internal list of annotations for this SpanTree (convenience method). Use this when adding an Annotation (that does not have a FieldValue) that shall annotate a SpanNode.
- annotate(SpanNode, AnnotationType, FieldValue) - Method in class com.yahoo.document.annotation.SpanTree
-
Adds an Annotation.
- annotateFast(SpanNode, Annotation) - Method in class com.yahoo.document.annotation.SpanTree
-
Adds an Annotation to the internal list of annotations for this SpanTree.
- annotation - Variable in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Annotationref.Builder
- annotation() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Annotationreftype
- annotation() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Annotationref
- annotation(DocumenttypesConfig.Documenttype.Datatype.Annotationref.Annotation.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Annotationref.Builder
- annotation(String) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Annotationreftype.Builder
- annotation(Consumer<DocumenttypesConfig.Documenttype.Datatype.Annotationref.Annotation.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Annotationref.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- Annotation - Class in com.yahoo.document.annotation
-
An Annotation describes some kind of information associated with a
SpanNode
. - Annotation() - Constructor for class com.yahoo.document.annotation.Annotation
-
Constructs an Annotation without a type.
- Annotation(Annotation) - Constructor for class com.yahoo.document.annotation.Annotation
-
Constructs a copy of the input annotation.
- Annotation(AnnotationType) - Constructor for class com.yahoo.document.annotation.Annotation
-
Constructs a new annotation of the specified type.
- Annotation(AnnotationType, FieldValue) - Constructor for class com.yahoo.document.annotation.Annotation
-
Constructs a new annotation of the specified type, and having the specified value.
- Annotation(DocumenttypesConfig.Documenttype.Datatype.Annotationref.Annotation.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Annotationref.Annotation
- ANNOTATION_TYPE - Enum constant in enum class com.yahoo.document.annotation.SpanTree.IndexKey
- AnnotationReader - Interface in com.yahoo.document.serialization
- annotationref - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
- annotationref - Variable in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
- annotationref - Variable in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Builder
- annotationref() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype
- annotationref() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype
- annotationref() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype
- annotationref(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype
- annotationref(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype
- annotationref(DocumentmanagerConfig.Doctype.Annotationref.Builder) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Add the given builder to this builder's list of Annotationref builders
- annotationref(DocumenttypesConfig.Doctype.Annotationref.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Add the given builder to this builder's list of Annotationref builders
- annotationref(DocumenttypesConfig.Documenttype.Datatype.Annotationref.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Builder
- annotationref(Consumer<DocumentmanagerConfig.Doctype.Annotationref.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- annotationref(Consumer<DocumenttypesConfig.Doctype.Annotationref.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- annotationref(Consumer<DocumenttypesConfig.Documenttype.Datatype.Annotationref.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- annotationref(List<DocumentmanagerConfig.Doctype.Annotationref.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Set the given list as this builder's list of Annotationref builders
- annotationref(List<DocumenttypesConfig.Doctype.Annotationref.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Set the given list as this builder's list of Annotationref builders
- Annotationref(DocumentmanagerConfig.Doctype.Annotationref.Builder) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Annotationref
- Annotationref(DocumenttypesConfig.Doctype.Annotationref.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationref
- Annotationref(DocumenttypesConfig.Documenttype.Datatype.Annotationref.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Annotationref
- ANNOTATIONREF - Enum constant in enum class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Type.Enum
- ANNOTATIONREF - Static variable in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Type
- AnnotationReference - Class in com.yahoo.document.annotation
-
A FieldValue which holds a reference to an annotation of a specified type.
- AnnotationReference(AnnotationReferenceDataType) - Constructor for class com.yahoo.document.annotation.AnnotationReference
-
Constructs a new AnnotationReference.
- AnnotationReference(AnnotationReferenceDataType, Annotation) - Constructor for class com.yahoo.document.annotation.AnnotationReference
-
Constructs a new AnnotationReference, with a reference to the given
Annotation
. - AnnotationReferenceDataType - Class in com.yahoo.document.annotation
-
A data type describing a field value having a reference to an annotation of a given type.
- AnnotationReferenceDataType() - Constructor for class com.yahoo.document.annotation.AnnotationReferenceDataType
-
Creates an AnnotationReferenceDataType.
- AnnotationReferenceDataType(AnnotationType) - Constructor for class com.yahoo.document.annotation.AnnotationReferenceDataType
-
Creates an AnnotationReferenceDataType with a generated id.
- AnnotationReferenceDataType(AnnotationType, int) - Constructor for class com.yahoo.document.annotation.AnnotationReferenceDataType
-
Creates an AnnotationReferenceDataType with a given id.
- annotationreftype - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Builder
- annotationreftype() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype
- annotationreftype(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype
- annotationreftype(DocumentmanagerConfig.Datatype.Annotationreftype.Builder) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Builder
-
Add the given builder to this builder's list of Annotationreftype builders
- annotationreftype(Consumer<DocumentmanagerConfig.Datatype.Annotationreftype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- annotationreftype(List<DocumentmanagerConfig.Datatype.Annotationreftype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Builder
-
Set the given list as this builder's list of Annotationreftype builders
- Annotationreftype(DocumentmanagerConfig.Datatype.Annotationreftype.Builder) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Annotationreftype
- annotationtype - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Builder
- annotationtype - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
- annotationtype - Variable in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
- annotationtype - Variable in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Builder
- annotationtype() - Method in class com.yahoo.document.config.DocumentmanagerConfig
- annotationtype() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Annotationref
- annotationtype() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype
- annotationtype() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationref
- annotationtype() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype
- annotationtype() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype
- annotationtype(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig
- annotationtype(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Annotationref.Builder
- annotationtype(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype
- annotationtype(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationref.Builder
- annotationtype(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype
- annotationtype(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype
- annotationtype(DocumentmanagerConfig.Annotationtype.Builder) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Builder
-
Add the given builder to this builder's list of Annotationtype builders
- annotationtype(DocumentmanagerConfig.Doctype.Annotationtype.Builder) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Add the given builder to this builder's list of Annotationtype builders
- annotationtype(DocumenttypesConfig.Doctype.Annotationtype.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Add the given builder to this builder's list of Annotationtype builders
- annotationtype(DocumenttypesConfig.Documenttype.Annotationtype.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Builder
-
Add the given builder to this builder's list of Annotationtype builders
- annotationtype(Consumer<DocumentmanagerConfig.Annotationtype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- annotationtype(Consumer<DocumentmanagerConfig.Doctype.Annotationtype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- annotationtype(Consumer<DocumenttypesConfig.Doctype.Annotationtype.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- annotationtype(Consumer<DocumenttypesConfig.Documenttype.Annotationtype.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- annotationtype(List<DocumentmanagerConfig.Annotationtype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Builder
-
Set the given list as this builder's list of Annotationtype builders
- annotationtype(List<DocumentmanagerConfig.Doctype.Annotationtype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Set the given list as this builder's list of Annotationtype builders
- annotationtype(List<DocumenttypesConfig.Doctype.Annotationtype.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Set the given list as this builder's list of Annotationtype builders
- annotationtype(List<DocumenttypesConfig.Documenttype.Annotationtype.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Builder
-
Set the given list as this builder's list of Annotationtype builders
- Annotationtype(DocumentmanagerConfig.Annotationtype.Builder) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Annotationtype
- Annotationtype(DocumentmanagerConfig.Doctype.Annotationtype.Builder) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Annotationtype
- Annotationtype(DocumenttypesConfig.Doctype.Annotationtype.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationtype
- Annotationtype(DocumenttypesConfig.Documenttype.Annotationtype.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Annotationtype
- AnnotationType - Class in com.yahoo.document.annotation
-
An AnnotationType describes a certain type of annotations; they are generally distinguished by a name, an id, and an optional data type.
- AnnotationType(String) - Constructor for class com.yahoo.document.annotation.AnnotationType
-
Creates a new annotation type that cannot have values (hence no data type).
- AnnotationType(String, int) - Constructor for class com.yahoo.document.annotation.AnnotationType
-
Creates a new annotation type, with the specified ID.
- AnnotationType(String, DataType) - Constructor for class com.yahoo.document.annotation.AnnotationType
-
Creates a new annotation type that can have values of the specified type.
- AnnotationType(String, DataType, int) - Constructor for class com.yahoo.document.annotation.AnnotationType
-
Creates a new annotation type that can have values of the specified type.
- AnnotationType2AnnotationContainer - Class in com.yahoo.document.annotation
- AnnotationType2AnnotationContainer() - Constructor for class com.yahoo.document.annotation.AnnotationType2AnnotationContainer
- AnnotationTypeRegistry - Class in com.yahoo.document.annotation
-
A registry of annotation types.
- AnnotationTypeRegistry() - Constructor for class com.yahoo.document.annotation.AnnotationTypeRegistry
-
Creates a new empty registry.
- AnnotationTypes - Class in com.yahoo.document.annotation
-
This is a container for all
Annotation
s constants used by built-in Vespa features. - AnnotationWriter - Interface in com.yahoo.document.serialization
- any() - Static method in class com.yahoo.document.TensorDataType
-
Returns the tensor data type representing any tensor.
- applyTo(FieldValue) - Method in class com.yahoo.document.update.AddValueUpdate
- applyTo(FieldValue) - Method in class com.yahoo.document.update.ArithmeticValueUpdate
- applyTo(FieldValue) - Method in class com.yahoo.document.update.AssignValueUpdate
- applyTo(FieldValue) - Method in class com.yahoo.document.update.ClearValueUpdate
- applyTo(FieldValue) - Method in class com.yahoo.document.update.MapValueUpdate
- applyTo(FieldValue) - Method in class com.yahoo.document.update.RemoveValueUpdate
- applyTo(FieldValue) - Method in class com.yahoo.document.update.TensorAddUpdate
- applyTo(FieldValue) - Method in class com.yahoo.document.update.TensorModifyUpdate
- applyTo(FieldValue) - Method in class com.yahoo.document.update.TensorRemoveUpdate
- applyTo(FieldValue) - Method in class com.yahoo.document.update.ValueUpdate
- applyTo(Document) - Method in class com.yahoo.document.DocumentUpdate
-
Applies this document update.
- applyTo(Document) - Method in class com.yahoo.document.fieldpathupdate.FieldPathUpdate
- applyTo(Document) - Method in class com.yahoo.document.update.FieldUpdate
-
Applies this field update.
- arithmetic() - Method in class com.yahoo.document.select.parser.SelectParser
- ARITHMETIC - Enum constant in enum class com.yahoo.document.update.ValueUpdate.ValueUpdateClassID
- ARITHMETIC_EXPRESSION - Static variable in class com.yahoo.document.fieldpathupdate.AssignFieldPathUpdate
- ARITHMETIC_SIGN_TO_UPDATE_OPERATION - Static variable in class com.yahoo.document.json.readers.SingleValueReader
- ArithmeticNode - Class in com.yahoo.document.select.rule
- ArithmeticNode() - Constructor for class com.yahoo.document.select.rule.ArithmeticNode
- ArithmeticNode.NodeItem - Class in com.yahoo.document.select.rule
- ArithmeticValueUpdate - Class in com.yahoo.document.update
-
Value update representing an arithmetic operation on a numeric data type.
- ArithmeticValueUpdate(ArithmeticValueUpdate.Operator, DoubleFieldValue) - Constructor for class com.yahoo.document.update.ArithmeticValueUpdate
- ArithmeticValueUpdate(ArithmeticValueUpdate.Operator, Number) - Constructor for class com.yahoo.document.update.ArithmeticValueUpdate
- ArithmeticValueUpdate.Operator - Enum Class in com.yahoo.document.update
-
Lists valid operations that can be performed by an ArithmeticValueUpdate.
- array - Variable in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Builder
- array() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype
- array(DocumenttypesConfig.Documenttype.Datatype.Array.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Builder
- array(Consumer<DocumenttypesConfig.Documenttype.Datatype.Array.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- Array<T extends FieldValue> - Class in com.yahoo.document.datatypes
-
FieldValue which encapsulates an Array value
- Array(DocumenttypesConfig.Documenttype.Datatype.Array.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Array
- Array(DataType) - Constructor for class com.yahoo.document.datatypes.Array
- Array(DataType, int) - Constructor for class com.yahoo.document.datatypes.Array
- Array(DataType, List<T>) - Constructor for class com.yahoo.document.datatypes.Array
- ARRAY - Enum constant in enum class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Type.Enum
- ARRAY - Static variable in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Type
- ARRAY_INDEX - Enum constant in enum class com.yahoo.document.FieldPathEntry.Type
- ArrayDataType - Class in com.yahoo.document
- ArrayDataType(DataType) - Constructor for class com.yahoo.document.ArrayDataType
- ArrayDataType(DataType, int) - Constructor for class com.yahoo.document.ArrayDataType
- ArrayReader - Class in com.yahoo.document.json.readers
- ArrayReader() - Constructor for class com.yahoo.document.json.readers.ArrayReader
- arraytype - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Builder
- arraytype - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
- arraytype - Variable in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
- arraytype() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype
- arraytype() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype
- arraytype() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype
- arraytype(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype
- arraytype(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype
- arraytype(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype
- arraytype(DocumentmanagerConfig.Datatype.Arraytype.Builder) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Builder
-
Add the given builder to this builder's list of Arraytype builders
- arraytype(DocumentmanagerConfig.Doctype.Arraytype.Builder) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Add the given builder to this builder's list of Arraytype builders
- arraytype(DocumenttypesConfig.Doctype.Arraytype.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Add the given builder to this builder's list of Arraytype builders
- arraytype(Consumer<DocumentmanagerConfig.Datatype.Arraytype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- arraytype(Consumer<DocumentmanagerConfig.Doctype.Arraytype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- arraytype(Consumer<DocumenttypesConfig.Doctype.Arraytype.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- arraytype(List<DocumentmanagerConfig.Datatype.Arraytype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Builder
-
Set the given list as this builder's list of Arraytype builders
- arraytype(List<DocumentmanagerConfig.Doctype.Arraytype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Set the given list as this builder's list of Arraytype builders
- arraytype(List<DocumenttypesConfig.Doctype.Arraytype.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Set the given list as this builder's list of Arraytype builders
- Arraytype(DocumentmanagerConfig.Datatype.Arraytype.Builder) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Arraytype
- Arraytype(DocumentmanagerConfig.Doctype.Arraytype.Builder) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Arraytype
- Arraytype(DocumenttypesConfig.Doctype.Arraytype.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Arraytype
- assign(BaseStructDataType) - Method in class com.yahoo.document.BaseStructDataType
- assign(StructDataType) - Method in class com.yahoo.document.StructDataType
- assign(Object) - Method in class com.yahoo.document.annotation.AnnotationReference
- assign(Object) - Method in class com.yahoo.document.datatypes.Array
- assign(Object) - Method in class com.yahoo.document.datatypes.BoolFieldValue
- assign(Object) - Method in class com.yahoo.document.datatypes.ByteFieldValue
- assign(Object) - Method in class com.yahoo.document.datatypes.DoubleFieldValue
- assign(Object) - Method in class com.yahoo.document.datatypes.FieldValue
-
Assign this non-fieldvalue value to this field value.
- assign(Object) - Method in class com.yahoo.document.datatypes.Float16FieldValue
- assign(Object) - Method in class com.yahoo.document.datatypes.FloatFieldValue
- assign(Object) - Method in class com.yahoo.document.datatypes.IntegerFieldValue
- assign(Object) - Method in class com.yahoo.document.datatypes.LongFieldValue
- assign(Object) - Method in class com.yahoo.document.datatypes.MapFieldValue
- assign(Object) - Method in class com.yahoo.document.datatypes.PredicateFieldValue
- assign(Object) - Method in class com.yahoo.document.datatypes.Raw
- assign(Object) - Method in class com.yahoo.document.datatypes.ReferenceFieldValue
- assign(Object) - Method in class com.yahoo.document.datatypes.StringFieldValue
-
Sets a new value for this StringFieldValue.
- assign(Object) - Method in class com.yahoo.document.datatypes.Struct
- assign(Object) - Method in class com.yahoo.document.datatypes.TensorFieldValue
- assign(Object) - Method in class com.yahoo.document.datatypes.UriFieldValue
- assign(Object) - Method in class com.yahoo.document.datatypes.WeightedSet
- assign(Object) - Method in class com.yahoo.document.Document
- ASSIGN - Enum constant in enum class com.yahoo.document.fieldpathupdate.FieldPathUpdate.Type
- ASSIGN - Enum constant in enum class com.yahoo.document.update.ValueUpdate.ValueUpdateClassID
- AssignFieldPathUpdate - Class in com.yahoo.document.fieldpathupdate
- AssignFieldPathUpdate(DocumentType, DocumentUpdateReader) - Constructor for class com.yahoo.document.fieldpathupdate.AssignFieldPathUpdate
-
Creates an assign update from a serialized object.
- AssignFieldPathUpdate(DocumentType, String) - Constructor for class com.yahoo.document.fieldpathupdate.AssignFieldPathUpdate
- AssignFieldPathUpdate(DocumentType, String, FieldValue) - Constructor for class com.yahoo.document.fieldpathupdate.AssignFieldPathUpdate
- AssignFieldPathUpdate(DocumentType, String, String, FieldValue) - Constructor for class com.yahoo.document.fieldpathupdate.AssignFieldPathUpdate
-
Creates an assignment update that overwrites the old value with the given new value.
- AssignFieldPathUpdate(DocumentType, String, String, String) - Constructor for class com.yahoo.document.fieldpathupdate.AssignFieldPathUpdate
-
Creates an assign statement based on a mathematical expression.
- assignFrom(StructuredFieldValue) - Method in class com.yahoo.document.datatypes.Struct
-
Clears this and assigns from the given
StructuredFieldValue
- assignSerializedTensor(byte[]) - Method in class com.yahoo.document.datatypes.TensorFieldValue
- assignTensor(Optional<Tensor>) - Method in class com.yahoo.document.datatypes.TensorFieldValue
-
Assigns the given tensor to this field value.
- AssignValueUpdate - Class in com.yahoo.document.update
-
Value update that represents assigning a new value.
- AssignValueUpdate(FieldValue) - Constructor for class com.yahoo.document.update.AssignValueUpdate
- attribute() - Method in class com.yahoo.document.select.parser.SelectParser
- ATTRIBUTE - Static variable in class com.yahoo.document.select.rule.AttributeNode.Item
- AttributeNode - Class in com.yahoo.document.select.rule
- AttributeNode(ExpressionNode, List<AttributeNode.Item>) - Constructor for class com.yahoo.document.select.rule.AttributeNode
- AttributeNode.Item - Class in com.yahoo.document.select.rule
- AttributeNode.VariableValueList - Class in com.yahoo.document.select.rule
B
- backup(int) - Method in interface com.yahoo.document.select.parser.CharStream
-
Backs up the input stream by amount steps.
- BaseStructDataType - Class in com.yahoo.document
- beginColumn - Variable in class com.yahoo.document.select.parser.Token
-
The column number of the first character of this Token.
- beginLine - Variable in class com.yahoo.document.select.parser.Token
-
The line number of the first character of this Token.
- beginTag(String) - Method in class com.yahoo.document.serialization.XmlStream
-
Deprecated.Add a new XML tag with the given name.
- beginToken() - Method in interface com.yahoo.document.select.parser.CharStream
- bodystruct() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype
- bodystruct() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype
- bodystruct(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Builder
- bodystruct(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Builder
- BOOL - Static variable in class com.yahoo.document.DataType
- BoolFieldValue - Class in com.yahoo.document.datatypes
-
A boolean field value
- BoolFieldValue() - Constructor for class com.yahoo.document.datatypes.BoolFieldValue
- BoolFieldValue(boolean) - Constructor for class com.yahoo.document.datatypes.BoolFieldValue
- BoolFieldValue(String) - Constructor for class com.yahoo.document.datatypes.BoolFieldValue
- BucketDistribution - Class in com.yahoo.document
- BucketDistribution(int, int) - Constructor for class com.yahoo.document.BucketDistribution
-
Constructs a new bucket distribution object with a given number of columns and buckets.
- BucketDistribution(BucketDistribution) - Constructor for class com.yahoo.document.BucketDistribution
-
Constructs a new bucket distribution object as a copy of another.
- BucketId - Class in com.yahoo.document
-
Representation of a bucket identifier.
- BucketId() - Constructor for class com.yahoo.document.BucketId
-
Default-constructed BucketId signifies an invalid bucket ID.
- BucketId(int, long) - Constructor for class com.yahoo.document.BucketId
- BucketId(long) - Constructor for class com.yahoo.document.BucketId
-
Creates a bucket id with the given raw bucket id.
- BucketId(String) - Constructor for class com.yahoo.document.BucketId
- BucketIdFactory - Class in com.yahoo.document
-
A bucket id contains bit used for various purposes.
- BucketIdFactory() - Constructor for class com.yahoo.document.BucketIdFactory
-
Create a factory, using the default configuration.
- BucketIdFactory(int, int, int) - Constructor for class com.yahoo.document.BucketIdFactory
-
Create a factory, using the provided configuration.
- BucketIdFactory(String) - Constructor for class com.yahoo.document.BucketIdFactory
-
Create a factory, with parameters gotten from configuration.
- BucketSelector - Class in com.yahoo.document.select
-
This class is used to find out in which locations a document might be in, if it matches a given document selection string.
- BucketSelector(BucketIdFactory) - Constructor for class com.yahoo.document.select.BucketSelector
-
The bucket selector needs to be instantiated to be used, as it will depend on config.
- BucketSet - Class in com.yahoo.document.select
-
A set of bucket ids covered by a document selector.
- BucketSet() - Constructor for class com.yahoo.document.select.BucketSet
-
Constructs a new bucket set that contains no ids.
- BucketSet(BucketId) - Constructor for class com.yahoo.document.select.BucketSet
-
Constructs a new bucket set that contains a single id.
- BucketSet(BucketSet) - Constructor for class com.yahoo.document.select.BucketSet
-
Constructs a new bucket set that is a copy of another.
- bufferObject(JsonParser) - Method in class com.yahoo.document.json.TokenBuffer
- build() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Annotationtype.Builder
- build() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Annotationtype.Inherits.Builder
- build() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Builder
- build() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Annotationreftype.Builder
- build() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Arraytype.Builder
- build() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Builder
- build() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Builder
- build() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Fieldsets.Builder
- build() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Importedfield.Builder
- build() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Inherits.Builder
- build() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Maptype.Builder
- build() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Referencetype.Builder
- build() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Builder
- build() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Field.Builder
- build() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Field.Id.Builder
- build() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Inherits.Builder
- build() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Weightedsettype.Builder
- build() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Annotationref.Builder
- build() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Annotationtype.Builder
- build() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Annotationtype.Inherits.Builder
- build() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Arraytype.Builder
- build() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
- build() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Documentref.Builder
- build() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Fieldsets.Builder
- build() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Importedfield.Builder
- build() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Inherits.Builder
- build() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Maptype.Builder
- build() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Primitivetype.Builder
- build() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype.Builder
- build() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype.Field.Builder
- build() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype.Inherits.Builder
- build() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Tensortype.Builder
- build() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Wsettype.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationref.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationtype.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationtype.Inherits.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Arraytype.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Documentref.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Fieldsets.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Importedfield.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Inherits.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Maptype.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Primitivetype.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype.Field.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype.Inherits.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Tensortype.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Wsettype.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Annotationtype.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Annotationtype.Inherits.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Annotationref.Annotation.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Annotationref.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Array.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Array.Element.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Map.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Map.Key.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Map.Value.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Compression.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Field.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Wset.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Wset.Key.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Fieldsets.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Importedfield.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Inherits.Builder
- build() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Referencetype.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Annotationtype.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Annotationtype.Inherits.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Annotationreftype.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Arraytype.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Fieldsets.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Importedfield.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Inherits.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Maptype.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Referencetype.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Field.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Field.Id.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Inherits.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Weightedsettype.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Annotationref.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Annotationtype.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Annotationtype.Inherits.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Arraytype.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Documentref.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Fieldsets.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Importedfield.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Inherits.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Maptype.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Primitivetype.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype.Field.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype.Inherits.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Tensortype.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Wsettype.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationref.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationtype.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationtype.Inherits.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Arraytype.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Documentref.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Fieldsets.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Importedfield.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Inherits.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Maptype.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Primitivetype.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype.Field.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype.Inherits.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Tensortype.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Wsettype.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Annotationtype.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Annotationtype.Inherits.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Annotationref.Annotation.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Annotationref.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Array.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Array.Element.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Map.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Map.Key.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Map.Value.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Compression.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Field.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Wset.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Wset.Key.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Fieldsets.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Importedfield.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Inherits.Builder
- Builder() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Referencetype.Builder
- Builder(DocumentmanagerConfig) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Builder
- Builder(DocumentmanagerConfig.Annotationtype) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Annotationtype.Builder
- Builder(DocumentmanagerConfig.Annotationtype.Inherits) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Annotationtype.Inherits.Builder
- Builder(DocumentmanagerConfig.Datatype) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Builder
- Builder(DocumentmanagerConfig.Datatype.Annotationreftype) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Annotationreftype.Builder
- Builder(DocumentmanagerConfig.Datatype.Arraytype) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Arraytype.Builder
- Builder(DocumentmanagerConfig.Datatype.Documenttype) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Builder
- Builder(DocumentmanagerConfig.Datatype.Documenttype.Fieldsets) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Fieldsets.Builder
- Builder(DocumentmanagerConfig.Datatype.Documenttype.Importedfield) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Importedfield.Builder
- Builder(DocumentmanagerConfig.Datatype.Documenttype.Inherits) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Inherits.Builder
- Builder(DocumentmanagerConfig.Datatype.Maptype) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Maptype.Builder
- Builder(DocumentmanagerConfig.Datatype.Referencetype) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Referencetype.Builder
- Builder(DocumentmanagerConfig.Datatype.Structtype) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Builder
- Builder(DocumentmanagerConfig.Datatype.Structtype.Field) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Field.Builder
- Builder(DocumentmanagerConfig.Datatype.Structtype.Field.Id) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Field.Id.Builder
- Builder(DocumentmanagerConfig.Datatype.Structtype.Inherits) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Inherits.Builder
- Builder(DocumentmanagerConfig.Datatype.Weightedsettype) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Weightedsettype.Builder
- Builder(DocumentmanagerConfig.Doctype) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
- Builder(DocumentmanagerConfig.Doctype.Annotationref) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Annotationref.Builder
- Builder(DocumentmanagerConfig.Doctype.Annotationtype) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Annotationtype.Builder
- Builder(DocumentmanagerConfig.Doctype.Annotationtype.Inherits) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Annotationtype.Inherits.Builder
- Builder(DocumentmanagerConfig.Doctype.Arraytype) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Arraytype.Builder
- Builder(DocumentmanagerConfig.Doctype.Documentref) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Documentref.Builder
- Builder(DocumentmanagerConfig.Doctype.Fieldsets) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Fieldsets.Builder
- Builder(DocumentmanagerConfig.Doctype.Importedfield) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Importedfield.Builder
- Builder(DocumentmanagerConfig.Doctype.Inherits) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Inherits.Builder
- Builder(DocumentmanagerConfig.Doctype.Maptype) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Maptype.Builder
- Builder(DocumentmanagerConfig.Doctype.Primitivetype) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Primitivetype.Builder
- Builder(DocumentmanagerConfig.Doctype.Structtype) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype.Builder
- Builder(DocumentmanagerConfig.Doctype.Structtype.Field) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype.Field.Builder
- Builder(DocumentmanagerConfig.Doctype.Structtype.Inherits) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype.Inherits.Builder
- Builder(DocumentmanagerConfig.Doctype.Tensortype) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Tensortype.Builder
- Builder(DocumentmanagerConfig.Doctype.Wsettype) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Wsettype.Builder
- Builder(DocumenttypesConfig) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Builder
- Builder(DocumenttypesConfig.Doctype) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
- Builder(DocumenttypesConfig.Doctype.Annotationref) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationref.Builder
- Builder(DocumenttypesConfig.Doctype.Annotationtype) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationtype.Builder
- Builder(DocumenttypesConfig.Doctype.Annotationtype.Inherits) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationtype.Inherits.Builder
- Builder(DocumenttypesConfig.Doctype.Arraytype) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Arraytype.Builder
- Builder(DocumenttypesConfig.Doctype.Documentref) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Documentref.Builder
- Builder(DocumenttypesConfig.Doctype.Fieldsets) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Fieldsets.Builder
- Builder(DocumenttypesConfig.Doctype.Importedfield) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Importedfield.Builder
- Builder(DocumenttypesConfig.Doctype.Inherits) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Inherits.Builder
- Builder(DocumenttypesConfig.Doctype.Maptype) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Maptype.Builder
- Builder(DocumenttypesConfig.Doctype.Primitivetype) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Primitivetype.Builder
- Builder(DocumenttypesConfig.Doctype.Structtype) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype.Builder
- Builder(DocumenttypesConfig.Doctype.Structtype.Field) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype.Field.Builder
- Builder(DocumenttypesConfig.Doctype.Structtype.Inherits) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype.Inherits.Builder
- Builder(DocumenttypesConfig.Doctype.Tensortype) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Tensortype.Builder
- Builder(DocumenttypesConfig.Doctype.Wsettype) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Wsettype.Builder
- Builder(DocumenttypesConfig.Documenttype) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Builder
- Builder(DocumenttypesConfig.Documenttype.Annotationtype) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Annotationtype.Builder
- Builder(DocumenttypesConfig.Documenttype.Annotationtype.Inherits) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Annotationtype.Inherits.Builder
- Builder(DocumenttypesConfig.Documenttype.Datatype) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Builder
- Builder(DocumenttypesConfig.Documenttype.Datatype.Annotationref) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Annotationref.Builder
- Builder(DocumenttypesConfig.Documenttype.Datatype.Annotationref.Annotation) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Annotationref.Annotation.Builder
- Builder(DocumenttypesConfig.Documenttype.Datatype.Array) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Array.Builder
- Builder(DocumenttypesConfig.Documenttype.Datatype.Array.Element) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Array.Element.Builder
- Builder(DocumenttypesConfig.Documenttype.Datatype.Map) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Map.Builder
- Builder(DocumenttypesConfig.Documenttype.Datatype.Map.Key) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Map.Key.Builder
- Builder(DocumenttypesConfig.Documenttype.Datatype.Map.Value) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Map.Value.Builder
- Builder(DocumenttypesConfig.Documenttype.Datatype.Sstruct) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Builder
- Builder(DocumenttypesConfig.Documenttype.Datatype.Sstruct.Compression) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Compression.Builder
- Builder(DocumenttypesConfig.Documenttype.Datatype.Sstruct.Field) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Field.Builder
- Builder(DocumenttypesConfig.Documenttype.Datatype.Wset) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Wset.Builder
- Builder(DocumenttypesConfig.Documenttype.Datatype.Wset.Key) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Wset.Key.Builder
- Builder(DocumenttypesConfig.Documenttype.Fieldsets) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Fieldsets.Builder
- Builder(DocumenttypesConfig.Documenttype.Importedfield) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Importedfield.Builder
- Builder(DocumenttypesConfig.Documenttype.Inherits) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Inherits.Builder
- Builder(DocumenttypesConfig.Documenttype.Referencetype) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Referencetype.Builder
- buildFieldPath(String) - Method in class com.yahoo.document.ArrayDataType
- buildFieldPath(String) - Method in class com.yahoo.document.DataType
-
Creates a field path from the given field path string.
- buildFieldPath(String) - Method in class com.yahoo.document.MapDataType
- buildFieldPath(String) - Method in class com.yahoo.document.StructuredDataType
- buildFieldPath(String) - Method in class com.yahoo.document.WeightedSetDataType
- buildFieldPath(String, DataType, DataType) - Static method in class com.yahoo.document.MapDataType
- BYTE - Static variable in class com.yahoo.document.DataType
- ByteFieldValue - Class in com.yahoo.document.datatypes
-
A byte field value
- ByteFieldValue() - Constructor for class com.yahoo.document.datatypes.ByteFieldValue
- ByteFieldValue(byte) - Constructor for class com.yahoo.document.datatypes.ByteFieldValue
- ByteFieldValue(Byte) - Constructor for class com.yahoo.document.datatypes.ByteFieldValue
- ByteFieldValue(Integer) - Constructor for class com.yahoo.document.datatypes.ByteFieldValue
- ByteFieldValue(String) - Constructor for class com.yahoo.document.datatypes.ByteFieldValue
C
- calculateIdV7(DocumentType) - Method in class com.yahoo.document.Field
-
The field id must be unique within a document type, and also within a (unknown at this time) hierarchy of document types.
- calculateMaxPendingSize(double, double, int) - Static method in class com.yahoo.document.DocumentUtil
-
Deprecated.A convenience method that can be used to calculate a max pending queue size given the number of threads processing the documents, their size, and the memory available.
- CANONICAL - Static variable in class com.yahoo.document.annotation.AnnotationTypes
- cause - Variable in exception com.yahoo.document.json.JsonReaderException
- CharStream - Interface in com.yahoo.document.select.parser
-
This interface describes a character stream that maintains line and column number positions of the characters.
- checkCompatibility(DataType) - Method in class com.yahoo.document.update.AddValueUpdate
- checkCompatibility(DataType) - Method in class com.yahoo.document.update.ArithmeticValueUpdate
- checkCompatibility(DataType) - Method in class com.yahoo.document.update.AssignValueUpdate
- checkCompatibility(DataType) - Method in class com.yahoo.document.update.ClearValueUpdate
- checkCompatibility(DataType) - Method in class com.yahoo.document.update.MapValueUpdate
- checkCompatibility(DataType) - Method in class com.yahoo.document.update.RemoveValueUpdate
- checkCompatibility(DataType) - Method in class com.yahoo.document.update.TensorAddUpdate
- checkCompatibility(DataType) - Method in class com.yahoo.document.update.TensorModifyUpdate
- checkCompatibility(DataType) - Method in class com.yahoo.document.update.TensorRemoveUpdate
- checkCompatibility(DataType) - Method in class com.yahoo.document.update.ValueUpdate
- childIterator() - Method in class com.yahoo.document.annotation.AlternateSpanList
-
Traverses all immediate children of all subtrees of this AlternateSpanList.
- childIterator() - Method in class com.yahoo.document.annotation.Span
-
Returns a ListIterator that iterates over absolutely nothing.
- childIterator() - Method in class com.yahoo.document.annotation.SpanList
-
Traverses all immediate children of this SpanList.
- childIterator() - Method in class com.yahoo.document.annotation.SpanNode
-
Traverses all immediate children of this SpanNode.
- childIterator(int) - Method in class com.yahoo.document.annotation.AlternateSpanList
-
Traverses all immediate children of the given subtree of this AlternateSpanList.
- childIteratorRecursive() - Method in class com.yahoo.document.annotation.AlternateSpanList
-
Recursively traverses all children (not only leaf nodes) of all subtrees of this AlternateSpanList, in a depth-first fashion.
- childIteratorRecursive() - Method in class com.yahoo.document.annotation.Span
-
Returns a ListIterator that iterates over absolutely nothing.
- childIteratorRecursive() - Method in class com.yahoo.document.annotation.SpanList
-
Recursively traverses all children (not only leaf nodes) of this SpanList, in a depth-first fashion.
- childIteratorRecursive() - Method in class com.yahoo.document.annotation.SpanNode
-
Recursively traverses all possible children (not only leaf nodes) of this SpanNode, in a depth-first fashion.
- childIteratorRecursive(int) - Method in class com.yahoo.document.annotation.AlternateSpanList
-
Recursively traverses all children (not only leaf nodes) of the given subtree of this AlternateSpanList, in a depth-first fashion.
- children() - Method in class com.yahoo.document.annotation.AlternateSpanList
-
Returns a modifiable
List
of child nodes of first subtree. - children() - Method in class com.yahoo.document.annotation.SpanList
-
Returns a modifiable list of the immediate children of this SpanList.
- children(int) - Method in class com.yahoo.document.annotation.AlternateSpanList
-
Returns a modifiable
List
of child nodes of the specified subtree. - classId - Static variable in class com.yahoo.document.annotation.AnnotationReference
- classId - Static variable in class com.yahoo.document.ArrayDataType
- classId - Static variable in class com.yahoo.document.CollectionDataType
- classId - Static variable in class com.yahoo.document.DataType
- classId - Static variable in class com.yahoo.document.datatypes.BoolFieldValue
- classId - Static variable in class com.yahoo.document.datatypes.ByteFieldValue
- classId - Static variable in class com.yahoo.document.datatypes.DoubleFieldValue
- classId - Static variable in class com.yahoo.document.datatypes.FieldValue
- classId - Static variable in class com.yahoo.document.datatypes.Float16FieldValue
- classId - Static variable in class com.yahoo.document.datatypes.FloatFieldValue
- classId - Static variable in class com.yahoo.document.datatypes.IntegerFieldValue
- classId - Static variable in class com.yahoo.document.datatypes.LongFieldValue
- classId - Static variable in class com.yahoo.document.datatypes.Raw
- classId - Static variable in class com.yahoo.document.datatypes.ReferenceFieldValue
- classId - Static variable in class com.yahoo.document.datatypes.StringFieldValue
- classId - Static variable in class com.yahoo.document.datatypes.Struct
- classId - Static variable in class com.yahoo.document.datatypes.StructuredFieldValue
- classId - Static variable in class com.yahoo.document.Document
- classId - Static variable in class com.yahoo.document.DocumentType
- classId - Static variable in class com.yahoo.document.NumericDataType
- classId - Static variable in class com.yahoo.document.PrimitiveDataType
- classId - Static variable in class com.yahoo.document.ReferenceDataType
- classId - Static variable in class com.yahoo.document.StructDataType
- classId - Static variable in class com.yahoo.document.StructuredDataType
- classId - Static variable in class com.yahoo.document.TensorDataType
- classId - Static variable in class com.yahoo.document.WeightedSetDataType
- CLASSID - Static variable in class com.yahoo.document.DocumentUpdate
- cleanup() - Method in class com.yahoo.document.annotation.SpanTree
-
Ensures consistency of the tree in case SpanNodes have been removed, and there are still Annotations pointing to them.
- clear() - Method in class com.yahoo.document.annotation.AnnotationReference
- clear() - Method in class com.yahoo.document.annotation.AnnotationTypeRegistry
-
Clears all registered annotation types.
- clear() - Method in class com.yahoo.document.datatypes.Array
- clear() - Method in class com.yahoo.document.datatypes.BoolFieldValue
- clear() - Method in class com.yahoo.document.datatypes.ByteFieldValue
- clear() - Method in class com.yahoo.document.datatypes.DoubleFieldValue
- clear() - Method in class com.yahoo.document.datatypes.FieldValue
- clear() - Method in class com.yahoo.document.datatypes.Float16FieldValue
- clear() - Method in class com.yahoo.document.datatypes.FloatFieldValue
- clear() - Method in class com.yahoo.document.datatypes.IntegerFieldValue
- clear() - Method in class com.yahoo.document.datatypes.LongFieldValue
- clear() - Method in class com.yahoo.document.datatypes.MapFieldValue
- clear() - Method in class com.yahoo.document.datatypes.PredicateFieldValue
- clear() - Method in class com.yahoo.document.datatypes.Raw
- clear() - Method in class com.yahoo.document.datatypes.ReferenceFieldValue
- clear() - Method in class com.yahoo.document.datatypes.StringFieldValue
-
Sets the wrapped String to be an empty String, and clears all span trees.
- clear() - Method in class com.yahoo.document.datatypes.Struct
- clear() - Method in class com.yahoo.document.datatypes.StructuredFieldValue
- clear() - Method in class com.yahoo.document.datatypes.TensorFieldValue
- clear() - Method in class com.yahoo.document.datatypes.WeightedSet
-
Remove all key-weight associations in this set.
- clear() - Method in class com.yahoo.document.Document
- CLEAR - Enum constant in enum class com.yahoo.document.update.ValueUpdate.ValueUpdateClassID
- clearAndReserve(int) - Method in class com.yahoo.document.datatypes.WeightedSet
-
Reserve space for this amount of keys in order to avoid resizing
- clearAnnotations(SpanNode) - Method in class com.yahoo.document.annotation.SpanTree
-
Clears all Annotations for a given SpanNode.
- clearAnnotationsRecursive(SpanNode) - Method in class com.yahoo.document.annotation.SpanTree
-
Clears all Annotations for a given SpanNode and its child nodes.
- clearChildren() - Method in class com.yahoo.document.annotation.AlternateSpanList
-
Clears all subtrees (the subtrees themselves are kept, but their contents are cleared and become invalidated).
- clearChildren() - Method in class com.yahoo.document.annotation.SpanList
-
Removes and invalidates all references to child nodes.
- clearChildren(int) - Method in class com.yahoo.document.annotation.AlternateSpanList
-
Clears a given subtree (the subtree itself is kept, but its contents are cleared and become invalidated).
- clearFields() - Method in class com.yahoo.document.BaseStructDataType
- clearFieldUpdates() - Method in class com.yahoo.document.DocumentUpdate
-
Removes all field updates from the list for field updates.
- clearIndex(SpanTree.IndexKey) - Method in class com.yahoo.document.annotation.SpanTree
- clearIndexes() - Method in class com.yahoo.document.annotation.SpanTree
- ClearValueUpdate - Class in com.yahoo.document.update
-
Value update that represents clearing a field.
- ClearValueUpdate() - Constructor for class com.yahoo.document.update.ClearValueUpdate
- clearValueUpdates() - Method in class com.yahoo.document.update.FieldUpdate
-
Removes all value updates from the list of value updates.
- clone() - Method in class com.yahoo.document.annotation.AnnotationReference
-
Clones this AnnotationReference. Note: No deep-copying, so the AnnotationReference returned refers to the same Annotation as this AnnotationReference.
- clone() - Method in class com.yahoo.document.ArrayDataType
- clone() - Method in class com.yahoo.document.BaseStructDataType
- clone() - Method in class com.yahoo.document.CollectionDataType
- clone() - Method in class com.yahoo.document.DataType
- clone() - Method in class com.yahoo.document.datatypes.Array
- clone() - Method in class com.yahoo.document.datatypes.BoolFieldValue
- clone() - Method in class com.yahoo.document.datatypes.ByteFieldValue
- clone() - Method in class com.yahoo.document.datatypes.DoubleFieldValue
- clone() - Method in class com.yahoo.document.datatypes.FieldPathIteratorHandler.VariableMap
- clone() - Method in class com.yahoo.document.datatypes.FieldValue
- clone() - Method in class com.yahoo.document.datatypes.Float16FieldValue
- clone() - Method in class com.yahoo.document.datatypes.FloatFieldValue
- clone() - Method in class com.yahoo.document.datatypes.IntegerFieldValue
- clone() - Method in class com.yahoo.document.datatypes.LongFieldValue
- clone() - Method in class com.yahoo.document.datatypes.MapFieldValue
- clone() - Method in class com.yahoo.document.datatypes.PredicateFieldValue
- clone() - Method in class com.yahoo.document.datatypes.Raw
- clone() - Method in class com.yahoo.document.datatypes.StringFieldValue
-
Clones this StringFieldValue and its span trees.
- clone() - Method in class com.yahoo.document.datatypes.Struct
- clone() - Method in class com.yahoo.document.datatypes.WeightedSet
- clone() - Method in class com.yahoo.document.Document
- clone() - Method in class com.yahoo.document.DocumentId
- clone() - Method in class com.yahoo.document.DocumentType
- clone() - Method in class com.yahoo.document.Field
- clone() - Method in class com.yahoo.document.fieldset.AllFields
- clone() - Method in class com.yahoo.document.fieldset.DocIdOnly
- clone() - Method in class com.yahoo.document.fieldset.DocumentOnly
- clone() - Method in class com.yahoo.document.fieldset.FieldCollection
- clone() - Method in interface com.yahoo.document.fieldset.FieldSet
- clone() - Method in class com.yahoo.document.fieldset.NoFields
- clone() - Method in class com.yahoo.document.MapDataType
- clone() - Method in class com.yahoo.document.NumericDataType
- clone() - Method in class com.yahoo.document.PrimitiveDataType
- clone() - Method in class com.yahoo.document.StructDataType
- clone() - Method in class com.yahoo.document.TensorDataType
- clone() - Method in class com.yahoo.document.WeightedSetDataType
- CollectionDataType - Class in com.yahoo.document
- CollectionDataType(String, int, DataType) - Constructor for class com.yahoo.document.CollectionDataType
- CollectionFieldValue<T extends FieldValue> - Class in com.yahoo.document.datatypes
-
Superclass of multivalue field values
- com.yahoo.document - package com.yahoo.document
- com.yahoo.document.annotation - package com.yahoo.document.annotation
-
Provides classes and interfaces for creating trees of spans over string values in Vespa documents, and annotating these spans.
- com.yahoo.document.config - package com.yahoo.document.config
- com.yahoo.document.datatypes - package com.yahoo.document.datatypes
- com.yahoo.document.fieldpathupdate - package com.yahoo.document.fieldpathupdate
- com.yahoo.document.fieldset - package com.yahoo.document.fieldset
- com.yahoo.document.idstring - package com.yahoo.document.idstring
- com.yahoo.document.internal - package com.yahoo.document.internal
- com.yahoo.document.json - package com.yahoo.document.json
-
Infrastructure for building Vespa documents and feed operations from JSON.
- com.yahoo.document.json.document - package com.yahoo.document.json.document
- com.yahoo.document.json.readers - package com.yahoo.document.json.readers
- com.yahoo.document.select - package com.yahoo.document.select
- com.yahoo.document.select.convert - package com.yahoo.document.select.convert
- com.yahoo.document.select.parser - package com.yahoo.document.select.parser
- com.yahoo.document.select.rule - package com.yahoo.document.select.rule
- com.yahoo.document.select.simple - package com.yahoo.document.select.simple
- com.yahoo.document.serialization - package com.yahoo.document.serialization
- com.yahoo.document.update - package com.yahoo.document.update
- com.yahoo.vespaxmlparser - package com.yahoo.vespaxmlparser
- combineAND(ResultList.LazyResultList) - Method in class com.yahoo.document.select.ResultList
- combineOR(ResultList.LazyResultList) - Method in class com.yahoo.document.select.ResultList
- COMMA - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- compareTo(Annotation) - Method in class com.yahoo.document.annotation.Annotation
- compareTo(AnnotationType) - Method in class com.yahoo.document.annotation.AnnotationType
- compareTo(SpanNode) - Method in class com.yahoo.document.annotation.SpanNode
-
Compares two SpanNodes. Note: this class has a natural ordering that might be inconsistent with equals.
- compareTo(SpanTree) - Method in class com.yahoo.document.annotation.SpanTree
- compareTo(BucketId) - Method in class com.yahoo.document.BucketId
- compareTo(DataType) - Method in class com.yahoo.document.DataType
- compareTo(DataType) - Method in class com.yahoo.document.ReferenceDataType
- compareTo(FieldValue) - Method in class com.yahoo.document.annotation.AnnotationReference
- compareTo(FieldValue) - Method in class com.yahoo.document.datatypes.Array
- compareTo(FieldValue) - Method in class com.yahoo.document.datatypes.BoolFieldValue
- compareTo(FieldValue) - Method in class com.yahoo.document.datatypes.ByteFieldValue
- compareTo(FieldValue) - Method in class com.yahoo.document.datatypes.DoubleFieldValue
- compareTo(FieldValue) - Method in class com.yahoo.document.datatypes.FieldValue
- compareTo(FieldValue) - Method in class com.yahoo.document.datatypes.Float16FieldValue
- compareTo(FieldValue) - Method in class com.yahoo.document.datatypes.FloatFieldValue
- compareTo(FieldValue) - Method in class com.yahoo.document.datatypes.IntegerFieldValue
- compareTo(FieldValue) - Method in class com.yahoo.document.datatypes.LongFieldValue
- compareTo(FieldValue) - Method in class com.yahoo.document.datatypes.MapFieldValue
- compareTo(FieldValue) - Method in class com.yahoo.document.datatypes.StringFieldValue
- compareTo(FieldValue) - Method in class com.yahoo.document.datatypes.Struct
- compareTo(FieldValue) - Method in class com.yahoo.document.datatypes.WeightedSet
- compareTo(FieldValue) - Method in class com.yahoo.document.Document
- compareTo(Field) - Method in class com.yahoo.document.Field
- compareTo(GlobalId) - Method in class com.yahoo.document.GlobalId
- compareTo(Object) - Method in class com.yahoo.document.DocumentId
- ComparisonNode - Class in com.yahoo.document.select.rule
- ComparisonNode(ExpressionNode, String, ExpressionNode) - Constructor for class com.yahoo.document.select.rule.ComparisonNode
-
Constructs a new comparison node.
- CompositeFieldValue - Class in com.yahoo.document.datatypes
- CompositeFieldValue(DataType) - Constructor for class com.yahoo.document.datatypes.CompositeFieldValue
- CompositeReader - Class in com.yahoo.document.json.readers
- CompositeReader() - Constructor for class com.yahoo.document.json.readers.CompositeReader
- compression - Variable in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Builder
- compression() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct
- compression(DocumenttypesConfig.Documenttype.Datatype.Sstruct.Compression.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Builder
- compression(Consumer<DocumenttypesConfig.Documenttype.Datatype.Sstruct.Compression.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- Compression(DocumenttypesConfig.Documenttype.Datatype.Sstruct.Compression.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Compression
- CompressionConfig - Class in com.yahoo.document
- CompressionConfig() - Constructor for class com.yahoo.document.CompressionConfig
- CompressionConfig(CompressionType) - Constructor for class com.yahoo.document.CompressionConfig
- CompressionConfig(CompressionType, int, float) - Constructor for class com.yahoo.document.CompressionConfig
- CompressionConfig(CompressionType, int, float, long) - Constructor for class com.yahoo.document.CompressionConfig
- compressionLevel - Variable in class com.yahoo.document.CompressionConfig
- compresslevel() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype
- compresslevel(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Builder
- compressminsize() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype
- compressminsize(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Builder
- compressthreshold() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype
- compressthreshold(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Builder
- compresstype() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype
- compresstype(DocumentmanagerConfig.Datatype.Structtype.Compresstype.Enum) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Builder
- Compresstype() - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Compresstype
- Compresstype(DocumentmanagerConfig.Datatype.Structtype.Compresstype.Enum) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Compresstype
- condition - Variable in class com.yahoo.document.json.readers.DocumentParseInfo
- CONDITION - Static variable in class com.yahoo.document.json.document.DocumentParser
- CONFIG_DEF_MD5 - Static variable in class com.yahoo.document.config.DocumentmanagerConfig
- CONFIG_DEF_MD5 - Static variable in class com.yahoo.document.config.DocumenttypesConfig
- CONFIG_DEF_NAME - Static variable in class com.yahoo.document.config.DocumentmanagerConfig
- CONFIG_DEF_NAME - Static variable in class com.yahoo.document.config.DocumenttypesConfig
- CONFIG_DEF_NAMESPACE - Static variable in class com.yahoo.document.config.DocumentmanagerConfig
- CONFIG_DEF_NAMESPACE - Static variable in class com.yahoo.document.config.DocumenttypesConfig
- CONFIG_DEF_SCHEMA - Static variable in class com.yahoo.document.config.DocumentmanagerConfig
- CONFIG_DEF_SCHEMA - Static variable in class com.yahoo.document.config.DocumenttypesConfig
- configure(DocumentmanagerConfig) - Method in class com.yahoo.document.DocumentTypeManagerConfigurer
-
Called by the configuration system to register document types based on documentmanager.cfg.
- configure(DocumentTypeManager, String) - Static method in class com.yahoo.document.DocumentTypeManagerConfigurer
-
Makes the DocumentTypeManager subscribe on its config.
- configure(String) - Method in class com.yahoo.document.DocumentTypeManagerConfigurer
- configureNewManager(DocumentmanagerConfig) - Static method in class com.yahoo.document.DocumentTypeManagerConfigurer
- consumedChars - Variable in class com.yahoo.document.FieldPathEntry.KeyParseResult
- contains(SpanNode) - Method in class com.yahoo.document.annotation.SpanNode
-
Checks if the text covered by another span is within the text covered by this span.
- contains(BucketId) - Method in class com.yahoo.document.BucketId
- contains(DocumentId, BucketIdFactory) - Method in class com.yahoo.document.BucketId
- contains(FieldSet) - Method in class com.yahoo.document.Field
- contains(FieldSet) - Method in class com.yahoo.document.fieldset.AllFields
- contains(FieldSet) - Method in class com.yahoo.document.fieldset.DocIdOnly
- contains(FieldSet) - Method in class com.yahoo.document.fieldset.DocumentOnly
- contains(FieldSet) - Method in class com.yahoo.document.fieldset.FieldCollection
- contains(FieldSet) - Method in interface com.yahoo.document.fieldset.FieldSet
- contains(FieldSet) - Method in class com.yahoo.document.fieldset.NoFields
- contains(Object) - Method in class com.yahoo.document.datatypes.Array
- contains(Object) - Method in class com.yahoo.document.datatypes.CollectionFieldValue
- contains(Object) - Method in class com.yahoo.document.datatypes.MapFieldValue
- contains(Object) - Method in class com.yahoo.document.datatypes.WeightedSet
- containsAll(Collection<?>) - Method in class com.yahoo.document.datatypes.Array
- containsKey(Object) - Method in class com.yahoo.document.datatypes.MapFieldValue
- containsKey(Object) - Method in class com.yahoo.document.datatypes.WeightedSet
-
Checks whether this set contains the specified key.
- containsValue(Object) - Method in class com.yahoo.document.datatypes.MapFieldValue
- containsValue(Object) - Method in class com.yahoo.document.datatypes.WeightedSet
- contentstruct() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype
- contentstruct() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype
- contentstruct(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
- contentstruct(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
- contentStruct() - Method in class com.yahoo.document.DocumentType
-
Provides the Struct describing the fields in the document.
- Context - Class in com.yahoo.document.select
- Context(DocumentOperation) - Constructor for class com.yahoo.document.select.Context
- convertDimensionsToMapped(TensorType) - Static method in class com.yahoo.document.update.TensorModifyUpdate
-
Converts the given tensor type to a type that is compatible for being used in this update (has only mapped dimensions).
- copyFields(Document, Document, FieldSet) - Method in class com.yahoo.document.fieldset.FieldSetRepo
-
Copies fields from one document to another based on whether the fields match the given fieldset.
- COUNT_BITS - Static variable in class com.yahoo.document.BucketId
- create - Variable in class com.yahoo.document.json.readers.DocumentParseInfo
- create() - Method in class com.yahoo.document.PrimitiveDataType.Factory
- create(Field) - Static method in class com.yahoo.document.update.FieldUpdate
-
Creates a new, empty field update with no encapsulated value updates.
- create(FieldPathUpdate.Type, DocumentType, DocumentUpdateReader) - Static method in class com.yahoo.document.fieldpathupdate.FieldPathUpdate
- create(FieldReader, DataType) - Static method in class com.yahoo.document.datatypes.FieldValue
- create(String) - Method in class com.yahoo.document.PrimitiveDataType.Factory
- CREATE_IF_NON_EXISTENT - Static variable in class com.yahoo.document.json.document.DocumentParser
- CREATE_MISSING_PATH - Static variable in class com.yahoo.document.fieldpathupdate.AssignFieldPathUpdate
- create6() - Static method in class com.yahoo.document.serialization.DocumentSerializerFactory
-
Creates a serializer for the 6.x document format.
- create6(DocumentTypeManager, GrowableByteBuffer) - Static method in class com.yahoo.document.serialization.DocumentDeserializerFactory
-
Creates a de-serializer for the 6.x document format.
- create6(GrowableByteBuffer) - Static method in class com.yahoo.document.serialization.DocumentSerializerFactory
-
Creates a serializer for the 6.x document format.
- createAdd(FieldValue) - Static method in class com.yahoo.document.update.ValueUpdate
-
Creates a new value update specifying an addition of a value to an array or a key to a weighted set (with default weight 1).
- createAdd(FieldValue, Integer) - Static method in class com.yahoo.document.update.ValueUpdate
-
Creates a new value update specifying an addition of a key (with a specified weight) to a weighted set.
- createAdd(Field, FieldValue) - Static method in class com.yahoo.document.update.FieldUpdate
-
Creates a new field update, with one encapsulated value update specifying an addition of a value to an array or a key to a weighted set (with default weight 1).
- createAdd(Field, FieldValue, Integer) - Static method in class com.yahoo.document.update.FieldUpdate
-
Creates a new field update, with one encapsulated value update specifying an addition of a key (with a specified weight) to a weighted set.
- createAddAll(WeightedSet<? extends FieldValue>) - Static method in class com.yahoo.document.update.ValueUpdate
-
Creates a new value update specifying an addition of all key/weight pairs in a weighted set to a weighted set.
- createAddAll(Field, WeightedSet<? extends FieldValue>) - Static method in class com.yahoo.document.update.FieldUpdate
-
Creates a new field update, with encapsulated value updates, specifying an addition of all key/weight pairs in a weighted set to a weighted set.
- createAddAll(Field, List<? extends FieldValue>) - Static method in class com.yahoo.document.update.FieldUpdate
-
Creates a new field update, with encapsulated value updates, specifying an addition of all values in a given list to an array.
- createAddAll(List<? extends FieldValue>) - Static method in class com.yahoo.document.update.ValueUpdate
-
Creates a new value update specifying an addition of all values in a given list to an array.
- createAdds(TokenBuffer, Field, FieldUpdate, boolean) - Static method in class com.yahoo.document.json.readers.AddRemoveCreator
- createAssign(FieldValue) - Static method in class com.yahoo.document.update.ValueUpdate
-
Creates a new value update that assigns a new value, completely overwriting the previous value.
- createAssign(Field, FieldValue) - Static method in class com.yahoo.document.update.FieldUpdate
-
Creates a new field update, with one encapsulated value update, that assigns a new value, completely overwriting the previous value.
- createByReflection(Object) - Method in class com.yahoo.document.CollectionDataType
- createByReflection(Object) - Method in class com.yahoo.document.DataType
-
Creates a field value by reflection
- createByReflection(Object) - Method in class com.yahoo.document.MapDataType
- createByReflection(Object) - Method in class com.yahoo.document.StructuredDataType
- createClear() - Static method in class com.yahoo.document.update.ValueUpdate
-
Creates a new value update that clears the field fromthe document.
- createClear(Field) - Static method in class com.yahoo.document.update.FieldUpdate
-
Creates a new field update, with one encapsulated value update, that clears the value; see documentation for ClearValueUpdate to see behavior for the individual data types.
- createClearField(Field) - Static method in class com.yahoo.document.update.FieldUpdate
-
Creates a new field update that clears the field.
- createDecrement(FieldValue, Number) - Static method in class com.yahoo.document.update.ValueUpdate
-
Creates a new value update that decrements a weight in a weighted set.
- createDecrement(Field, FieldValue, Number) - Static method in class com.yahoo.document.update.FieldUpdate
-
Creates a new field update, with one encapsulated value update that decrements a weight in a weighted set.
- createDecrement(Field, Number) - Static method in class com.yahoo.document.update.FieldUpdate
-
Creates a new field update, with one encapsulated value update that decrements a value.
- createDecrement(Number) - Static method in class com.yahoo.document.update.ValueUpdate
-
Creates a new value update that decrements a value.
- createDivide(FieldValue, Number) - Static method in class com.yahoo.document.update.ValueUpdate
-
Creates a new value update that divides a weight in a weighted set.
- createDivide(Field, FieldValue, Number) - Static method in class com.yahoo.document.update.FieldUpdate
-
Creates a new field update, with one encapsulated value update that divides a weight in a weighted set.
- createDivide(Field, Number) - Static method in class com.yahoo.document.update.FieldUpdate
-
Creates a new field update, with one encapsulated value update that divides a value.
- createDivide(Number) - Static method in class com.yahoo.document.update.ValueUpdate
-
Creates a new value update that divides a value.
- createDocument(DocumentDeserializer) - Method in class com.yahoo.document.DocumentTypeManager
- createDocument(DocumentReader) - Static method in class com.yahoo.document.Document
- createDocument(GrowableByteBuffer) - Method in class com.yahoo.document.DocumentTypeManager
- createDocumentOperation(DocumentType, DocumentParseInfo) - Method in class com.yahoo.document.json.readers.VespaJsonDocumentReader
- createEmptyWithType(ReferenceDataType) - Static method in class com.yahoo.document.datatypes.ReferenceFieldValue
- createFieldValue() - Method in class com.yahoo.document.annotation.AnnotationReferenceDataType
- createFieldValue() - Method in class com.yahoo.document.ArrayDataType
- createFieldValue() - Method in class com.yahoo.document.CollectionDataType
- createFieldValue() - Method in class com.yahoo.document.DataType
-
Creates a new, empty FieldValue of this type
- createFieldValue() - Method in class com.yahoo.document.DocumentType
- createFieldValue() - Method in class com.yahoo.document.MapDataType
- createFieldValue() - Method in class com.yahoo.document.PrimitiveDataType
- createFieldValue() - Method in class com.yahoo.document.ReferenceDataType
- createFieldValue() - Method in class com.yahoo.document.StructDataType
- createFieldValue() - Method in class com.yahoo.document.StructuredDataType
- createFieldValue() - Method in class com.yahoo.document.TensorDataType
- createFieldValue() - Method in class com.yahoo.document.WeightedSetDataType
- createFieldValue(Object) - Method in class com.yahoo.document.DataType
-
Creates a new FieldValue of this type, with the given value.
- createFieldValue(Object) - Method in class com.yahoo.document.datatypes.CollectionFieldValue
-
Utility function to wrap primitives.
- createFieldValue(Object) - Method in class com.yahoo.document.PrimitiveDataType
- createFieldValue(Object) - Method in class com.yahoo.document.StructDataType
- createFromSerialized(String) - Static method in class com.yahoo.document.DocumentId
-
Creates a document id based on a serialized document id URI string.
- createFromSerialized(String) - Static method in class com.yahoo.document.idstring.IdString
-
Creates a IdString based on the given serialized document id string.
- createHead(DocumentTypeManager, GrowableByteBuffer) - Static method in class com.yahoo.document.serialization.DocumentDeserializerFactory
-
Creates a de-serializer for the current head document format.
- createHead(GrowableByteBuffer) - Static method in class com.yahoo.document.serialization.DocumentSerializerFactory
-
Creates a serializer for the current head document format.
- createId(String) - Static method in class com.yahoo.document.StructuredDataType
- createIdString(String) - Static method in class com.yahoo.document.idstring.IdString
-
Creates a IdString based on the given document id string.
- createIdStringLessStrict(String) - Static method in class com.yahoo.document.idstring.IdString
-
Creates a IdString based on the given document id string.
- createifnonexistant() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Weightedsettype
- createifnonexistant(boolean) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Weightedsettype.Builder
- createifnonexistent() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Wsettype
- createifnonexistent() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Wsettype
- createifnonexistent() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Wset
- createifnonexistent(boolean) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Wsettype.Builder
- createifnonexistent(boolean) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Wsettype.Builder
- createifnonexistent(boolean) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Wset.Builder
- createIfNonExistent() - Method in class com.yahoo.document.WeightedSetDataType
-
Returns true if this has the property createIfNonExistent (only relevant for weighted sets)
- createIncrement(FieldValue, Number) - Static method in class com.yahoo.document.update.ValueUpdate
-
Creates a new value update that increments a weight in a weighted set.
- createIncrement(Field, FieldValue, Number) - Static method in class com.yahoo.document.update.FieldUpdate
-
Creates a new field update, with one encapsulated value update that increments a weight in a weighted set.
- createIncrement(Field, Number) - Static method in class com.yahoo.document.update.FieldUpdate
-
Creates a new field update, with one encapsulated value update that increments a value.
- createIncrement(Number) - Static method in class com.yahoo.document.update.ValueUpdate
-
Creates a new value update that increments a value.
- createIndex(SpanTree.IndexKey) - Method in class com.yahoo.document.annotation.SpanTree
- createMap(FieldValue, ValueUpdate) - Static method in class com.yahoo.document.update.ValueUpdate
-
Creates a map value update, which is able to map an update to a value to a subvalue in an array or a weighted set.
- createMap(Field, FieldValue, ValueUpdate) - Static method in class com.yahoo.document.update.FieldUpdate
-
Creates a new field update, with one encapsulated value update, which is able to map an update to a value to a subvalue in an array or a weighted set.
- createMapUpdate(TokenBuffer, DataType, boolean) - Static method in class com.yahoo.document.json.readers.MapReader
- createMapUpdate(TokenBuffer, Field, boolean) - Static method in class com.yahoo.document.json.readers.MapReader
- createMissingPath() - Method in class com.yahoo.document.datatypes.FieldPathIteratorHandler
- createModifyUpdate(TokenBuffer, Field) - Static method in class com.yahoo.document.json.readers.TensorModifyUpdateReader
- createMultiply(FieldValue, Number) - Static method in class com.yahoo.document.update.ValueUpdate
-
Creates a new value update that multiplies a weight in a weighted set.
- createMultiply(Field, FieldValue, Number) - Static method in class com.yahoo.document.update.FieldUpdate
-
Creates a new field update, with one encapsulated value update that multiplies a weight in a weighted set.
- createMultiply(Field, Number) - Static method in class com.yahoo.document.update.FieldUpdate
-
Creates a new field update, with one encapsulated value update that multiplies a value.
- createMultiply(Number) - Static method in class com.yahoo.document.update.ValueUpdate
-
Creates a new value update that multiplies a value.
- createNonExistingCells - Variable in class com.yahoo.document.update.TensorModifyUpdate
- createRemove(FieldValue) - Static method in class com.yahoo.document.update.ValueUpdate
-
Creates a new value update specifying the removal of a value from an array or a key/weight from a weighted set.
- createRemove(Field, FieldValue) - Static method in class com.yahoo.document.update.FieldUpdate
-
Creates a new field update, with one encapsulated value update, specifying the removal of a value from an array or a key/weight from a weighted set.
- createRemoveAll(WeightedSet<? extends FieldValue>) - Static method in class com.yahoo.document.update.ValueUpdate
-
Creates a new value update specifying the removal of all values in a given list from an array or weighted set.
- createRemoveAll(Field, WeightedSet<? extends FieldValue>) - Static method in class com.yahoo.document.update.FieldUpdate
-
Creates a new field update, with encapsulated value updates, specifying the removal of all values in a given list from an array or weighted set.
- createRemoveAll(Field, List<? extends FieldValue>) - Static method in class com.yahoo.document.update.FieldUpdate
-
Creates a new field update, with encapsulated value updates, specifying the removal of all values in a given list from an array or weighted set.
- createRemoveAll(List<? extends FieldValue>) - Static method in class com.yahoo.document.update.ValueUpdate
-
Creates a new value update specifying the removal of all values in a given list from an array or weighted set.
- createRemoves(TokenBuffer, Field, FieldUpdate, boolean) - Static method in class com.yahoo.document.json.readers.AddRemoveCreator
- createTensorAddUpdate(TokenBuffer, Field) - Static method in class com.yahoo.document.json.readers.TensorAddUpdateReader
- createWithInferredId(DocumentType) - Static method in class com.yahoo.document.ReferenceDataType
-
Creates a new type where the numeric ID is based on the hash of targetType
- curChar - Variable in class com.yahoo.document.select.parser.SelectParserTokenManager
- current() - Method in class com.yahoo.document.json.TokenBuffer
-
Returns the current token without changing position, or null if none
- currentName() - Method in class com.yahoo.document.json.TokenBuffer
-
Returns the current token name without changing position, or null if none
- currentText() - Method in class com.yahoo.document.json.TokenBuffer
-
Returns the current token text without changing position, or null if none
- currentToken - Variable in exception com.yahoo.document.select.parser.ParseException
-
This is the last token that has been consumed successfully.
D
- datatype - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Builder
- datatype - Variable in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Builder
- datatype() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Annotationtype
- datatype() - Method in class com.yahoo.document.config.DocumentmanagerConfig
- datatype() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Arraytype
- datatype() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Field
- datatype() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Weightedsettype
- datatype() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Annotationtype
- datatype() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationtype
- datatype() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Annotationtype
- datatype() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype
- datatype() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Field
- datatype(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Annotationtype.Builder
- datatype(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig
- datatype(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Arraytype.Builder
- datatype(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Field.Builder
- datatype(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Weightedsettype.Builder
- datatype(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Annotationtype.Builder
- datatype(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationtype.Builder
- datatype(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Annotationtype.Builder
- datatype(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype
- datatype(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Field.Builder
- datatype(DocumentmanagerConfig.Datatype.Builder) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Builder
-
Add the given builder to this builder's list of Datatype builders
- datatype(DocumenttypesConfig.Documenttype.Datatype.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Builder
-
Add the given builder to this builder's list of Datatype builders
- datatype(Consumer<DocumentmanagerConfig.Datatype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- datatype(Consumer<DocumenttypesConfig.Documenttype.Datatype.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- datatype(List<DocumentmanagerConfig.Datatype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Builder
-
Set the given list as this builder's list of Datatype builders
- datatype(List<DocumenttypesConfig.Documenttype.Datatype.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Builder
-
Set the given list as this builder's list of Datatype builders
- dataType - Variable in class com.yahoo.document.Field
- Datatype(DocumentmanagerConfig.Datatype.Builder) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype
- Datatype(DocumenttypesConfig.Documenttype.Datatype.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype
- DataType - Class in com.yahoo.document
-
Enumeration of the possible types of fields.
- DataType(String, int) - Constructor for class com.yahoo.document.DataType
-
Creates a datatype
- DataTypeName - Class in com.yahoo.document
-
A full document type name.
- DataTypeName(Utf8Array) - Constructor for class com.yahoo.document.DataTypeName
- DataTypeName(Utf8String) - Constructor for class com.yahoo.document.DataTypeName
- DataTypeName(String) - Constructor for class com.yahoo.document.DataTypeName
-
Creates a document name from a string of the form "name"
- DECIMAL - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- DEFAULT - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
Lexical state.
- defaultSpace() - Static method in class com.yahoo.document.FixedBucketSpaces
- DeserializationException - Exception in com.yahoo.document.serialization
-
Exception which is thrown when deserialization fails.
- DeserializationException(String) - Constructor for exception com.yahoo.document.serialization.DeserializationException
- DeserializationException(String, Throwable) - Constructor for exception com.yahoo.document.serialization.DeserializationException
- DeserializationException(Throwable) - Constructor for exception com.yahoo.document.serialization.DeserializationException
- deserialize(Field, FieldReader) - Method in class com.yahoo.document.annotation.AnnotationReference
- deserialize(Field, FieldReader) - Method in class com.yahoo.document.datatypes.Array
- deserialize(Field, FieldReader) - Method in class com.yahoo.document.datatypes.BoolFieldValue
- deserialize(Field, FieldReader) - Method in class com.yahoo.document.datatypes.ByteFieldValue
- deserialize(Field, FieldReader) - Method in class com.yahoo.document.datatypes.DoubleFieldValue
- deserialize(Field, FieldReader) - Method in class com.yahoo.document.datatypes.FieldValue
-
Read a field value from the specified reader
- deserialize(Field, FieldReader) - Method in class com.yahoo.document.datatypes.Float16FieldValue
- deserialize(Field, FieldReader) - Method in class com.yahoo.document.datatypes.FloatFieldValue
- deserialize(Field, FieldReader) - Method in class com.yahoo.document.datatypes.IntegerFieldValue
- deserialize(Field, FieldReader) - Method in class com.yahoo.document.datatypes.LongFieldValue
- deserialize(Field, FieldReader) - Method in class com.yahoo.document.datatypes.MapFieldValue
- deserialize(Field, FieldReader) - Method in class com.yahoo.document.datatypes.PredicateFieldValue
- deserialize(Field, FieldReader) - Method in class com.yahoo.document.datatypes.Raw
- deserialize(Field, FieldReader) - Method in class com.yahoo.document.datatypes.ReferenceFieldValue
- deserialize(Field, FieldReader) - Method in class com.yahoo.document.datatypes.StringFieldValue
- deserialize(Field, FieldReader) - Method in class com.yahoo.document.datatypes.Struct
- deserialize(Field, FieldReader) - Method in class com.yahoo.document.datatypes.TensorFieldValue
- deserialize(Field, FieldReader) - Method in class com.yahoo.document.datatypes.UriFieldValue
- deserialize(Field, FieldReader) - Method in class com.yahoo.document.datatypes.WeightedSet
- deserialize(Field, FieldReader) - Method in class com.yahoo.document.Document
- deserialize(DocumentReader) - Method in class com.yahoo.document.Document
- deserialize(FieldReader) - Method in class com.yahoo.document.datatypes.FieldValue
-
Read data from the given buffer to create this field value.
- detailedtype() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Field
- detailedtype() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Tensortype
- detailedtype() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Tensortype
- detailedtype() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Field
- detailedtype(String) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Field.Builder
- detailedtype(String) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Tensortype.Builder
- detailedtype(String) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Tensortype.Builder
- detailedtype(String) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Field.Builder
- disable_tracing() - Method in class com.yahoo.document.select.parser.SelectParser
-
Disable tracing.
- dispatchGetConfig(ConfigInstance.Producer) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Builder
- dispatchGetConfig(ConfigInstance.Producer) - Method in class com.yahoo.document.config.DocumenttypesConfig.Builder
- DIV - Enum constant in enum class com.yahoo.document.update.ArithmeticValueUpdate.Operator
-
Divide the value by the operand.
- DIV - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- DIV - Static variable in class com.yahoo.document.select.rule.ArithmeticNode
- docId - Variable in exception com.yahoo.document.json.JsonReaderException
- DocIdOnly - Class in com.yahoo.document.fieldset
- DocIdOnly() - Constructor for class com.yahoo.document.fieldset.DocIdOnly
- doctype - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Builder
- doctype - Variable in class com.yahoo.document.config.DocumenttypesConfig.Builder
- doctype() - Method in class com.yahoo.document.config.DocumentmanagerConfig
- doctype() - Method in class com.yahoo.document.config.DocumenttypesConfig
- doctype(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig
- doctype(int) - Method in class com.yahoo.document.config.DocumenttypesConfig
- doctype(DocumentmanagerConfig.Doctype.Builder) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Builder
-
Add the given builder to this builder's list of Doctype builders
- doctype(DocumenttypesConfig.Doctype.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Builder
-
Add the given builder to this builder's list of Doctype builders
- doctype(Consumer<DocumentmanagerConfig.Doctype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- doctype(Consumer<DocumenttypesConfig.Doctype.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- doctype(List<DocumentmanagerConfig.Doctype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Builder
-
Set the given list as this builder's list of Doctype builders
- doctype(List<DocumenttypesConfig.Doctype.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Builder
-
Set the given list as this builder's list of Doctype builders
- Doctype(DocumentmanagerConfig.Doctype.Builder) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype
- Doctype(DocumenttypesConfig.Doctype.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype
- document() - Method in class com.yahoo.document.select.parser.SelectParser
- Document - Class in com.yahoo.document
-
A document is an identifiable set of value bindings of a
document type
. - Document(Document) - Constructor for class com.yahoo.document.Document
-
Creates a document that is a shallow copy of another.
- Document(DocumentType, DocumentId) - Constructor for class com.yahoo.document.Document
-
Create a document with the given document type and identifier.
- Document(DocumentType, String) - Constructor for class com.yahoo.document.Document
-
Create a document with the given document type and identifier.
- Document(DocumentReader) - Constructor for class com.yahoo.document.Document
- DOCUMENT - Enum constant in enum class com.yahoo.vespaxmlparser.FeedOperation.Type
- DOCUMENT - Static variable in class com.yahoo.document.DataType
- DOCUMENT - Static variable in class com.yahoo.document.DocumentType
- DocumentCalculator - Class in com.yahoo.document
- DocumentCalculator(String) - Constructor for class com.yahoo.document.DocumentCalculator
- DocumentDeserializer - Interface in com.yahoo.document.serialization
-
Interface for de-serializing documents.
- DocumentDeserializerFactory - Class in com.yahoo.document.serialization
-
Factory for creating document de-serializers tied to a document format.
- DocumentDeserializerFactory() - Constructor for class com.yahoo.document.serialization.DocumentDeserializerFactory
- DocumentFeedOperation - Class in com.yahoo.vespaxmlparser
- DocumentFeedOperation(DocumentPut) - Constructor for class com.yahoo.vespaxmlparser.DocumentFeedOperation
- DocumentGet - Class in com.yahoo.document
-
Transient class.
- DocumentGet(DocumentId) - Constructor for class com.yahoo.document.DocumentGet
- documentId - Variable in class com.yahoo.document.json.readers.DocumentParseInfo
- DocumentId - Class in com.yahoo.document
-
The id of a document
- DocumentId(IdString) - Constructor for class com.yahoo.document.DocumentId
- DocumentId(Deserializer) - Constructor for class com.yahoo.document.DocumentId
-
Constructor used for deserialization.
- DocumentId(String) - Constructor for class com.yahoo.document.DocumentId
-
Creates a document id based on the given document id URI string.
- DocumentmanagerConfig - Class in com.yahoo.document.config
-
This class represents the root node of documentmanager Copyright Vespa.ai.
- DocumentmanagerConfig(DocumentmanagerConfig.Builder) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig
- DocumentmanagerConfig.Annotationtype - Class in com.yahoo.document.config
-
This class represents documentmanager.annotationtype[]
- DocumentmanagerConfig.Annotationtype.Builder - Class in com.yahoo.document.config
- DocumentmanagerConfig.Annotationtype.Inherits - Class in com.yahoo.document.config
-
This class represents documentmanager.annotationtype[].inherits[]
- DocumentmanagerConfig.Annotationtype.Inherits.Builder - Class in com.yahoo.document.config
- DocumentmanagerConfig.Builder - Class in com.yahoo.document.config
- DocumentmanagerConfig.Datatype - Class in com.yahoo.document.config
-
This class represents documentmanager.datatype[]
- DocumentmanagerConfig.Datatype.Annotationreftype - Class in com.yahoo.document.config
-
This class represents documentmanager.datatype[].annotationreftype[]
- DocumentmanagerConfig.Datatype.Annotationreftype.Builder - Class in com.yahoo.document.config
- DocumentmanagerConfig.Datatype.Arraytype - Class in com.yahoo.document.config
-
This class represents documentmanager.datatype[].arraytype[]
- DocumentmanagerConfig.Datatype.Arraytype.Builder - Class in com.yahoo.document.config
- DocumentmanagerConfig.Datatype.Builder - Class in com.yahoo.document.config
- DocumentmanagerConfig.Datatype.Documenttype - Class in com.yahoo.document.config
-
This class represents documentmanager.datatype[].documenttype[]
- DocumentmanagerConfig.Datatype.Documenttype.Builder - Class in com.yahoo.document.config
- DocumentmanagerConfig.Datatype.Documenttype.Fieldsets - Class in com.yahoo.document.config
-
This class represents documentmanager.datatype[].documenttype[].fieldsets{}
- DocumentmanagerConfig.Datatype.Documenttype.Fieldsets.Builder - Class in com.yahoo.document.config
- DocumentmanagerConfig.Datatype.Documenttype.Importedfield - Class in com.yahoo.document.config
-
This class represents documentmanager.datatype[].documenttype[].importedfield[]
- DocumentmanagerConfig.Datatype.Documenttype.Importedfield.Builder - Class in com.yahoo.document.config
- DocumentmanagerConfig.Datatype.Documenttype.Inherits - Class in com.yahoo.document.config
-
This class represents documentmanager.datatype[].documenttype[].inherits[]
- DocumentmanagerConfig.Datatype.Documenttype.Inherits.Builder - Class in com.yahoo.document.config
- DocumentmanagerConfig.Datatype.Maptype - Class in com.yahoo.document.config
-
This class represents documentmanager.datatype[].maptype[]
- DocumentmanagerConfig.Datatype.Maptype.Builder - Class in com.yahoo.document.config
- DocumentmanagerConfig.Datatype.Referencetype - Class in com.yahoo.document.config
-
This class represents documentmanager.datatype[].referencetype[]
- DocumentmanagerConfig.Datatype.Referencetype.Builder - Class in com.yahoo.document.config
- DocumentmanagerConfig.Datatype.Structtype - Class in com.yahoo.document.config
-
This class represents documentmanager.datatype[].structtype[]
- DocumentmanagerConfig.Datatype.Structtype.Builder - Class in com.yahoo.document.config
- DocumentmanagerConfig.Datatype.Structtype.Compresstype - Class in com.yahoo.document.config
-
This class represents documentmanager.datatype[].structtype[].compresstype Specify which compression to use if compression is enabled above
- DocumentmanagerConfig.Datatype.Structtype.Compresstype.Enum - Enum Class in com.yahoo.document.config
- DocumentmanagerConfig.Datatype.Structtype.Field - Class in com.yahoo.document.config
-
This class represents documentmanager.datatype[].structtype[].field[]
- DocumentmanagerConfig.Datatype.Structtype.Field.Builder - Class in com.yahoo.document.config
- DocumentmanagerConfig.Datatype.Structtype.Field.Id - Class in com.yahoo.document.config
-
This class represents documentmanager.datatype[].structtype[].field[].id[]
- DocumentmanagerConfig.Datatype.Structtype.Field.Id.Builder - Class in com.yahoo.document.config
- DocumentmanagerConfig.Datatype.Structtype.Inherits - Class in com.yahoo.document.config
-
This class represents documentmanager.datatype[].structtype[].inherits[]
- DocumentmanagerConfig.Datatype.Structtype.Inherits.Builder - Class in com.yahoo.document.config
- DocumentmanagerConfig.Datatype.Weightedsettype - Class in com.yahoo.document.config
-
This class represents documentmanager.datatype[].weightedsettype[]
- DocumentmanagerConfig.Datatype.Weightedsettype.Builder - Class in com.yahoo.document.config
- DocumentmanagerConfig.Doctype - Class in com.yahoo.document.config
-
This class represents documentmanager.doctype[]
- DocumentmanagerConfig.Doctype.Annotationref - Class in com.yahoo.document.config
-
This class represents documentmanager.doctype[].annotationref[]
- DocumentmanagerConfig.Doctype.Annotationref.Builder - Class in com.yahoo.document.config
- DocumentmanagerConfig.Doctype.Annotationtype - Class in com.yahoo.document.config
-
This class represents documentmanager.doctype[].annotationtype[]
- DocumentmanagerConfig.Doctype.Annotationtype.Builder - Class in com.yahoo.document.config
- DocumentmanagerConfig.Doctype.Annotationtype.Inherits - Class in com.yahoo.document.config
-
This class represents documentmanager.doctype[].annotationtype[].inherits[]
- DocumentmanagerConfig.Doctype.Annotationtype.Inherits.Builder - Class in com.yahoo.document.config
- DocumentmanagerConfig.Doctype.Arraytype - Class in com.yahoo.document.config
-
This class represents documentmanager.doctype[].arraytype[]
- DocumentmanagerConfig.Doctype.Arraytype.Builder - Class in com.yahoo.document.config
- DocumentmanagerConfig.Doctype.Builder - Class in com.yahoo.document.config
- DocumentmanagerConfig.Doctype.Documentref - Class in com.yahoo.document.config
-
This class represents documentmanager.doctype[].documentref[]
- DocumentmanagerConfig.Doctype.Documentref.Builder - Class in com.yahoo.document.config
- DocumentmanagerConfig.Doctype.Fieldsets - Class in com.yahoo.document.config
-
This class represents documentmanager.doctype[].fieldsets{}
- DocumentmanagerConfig.Doctype.Fieldsets.Builder - Class in com.yahoo.document.config
- DocumentmanagerConfig.Doctype.Importedfield - Class in com.yahoo.document.config
-
This class represents documentmanager.doctype[].importedfield[]
- DocumentmanagerConfig.Doctype.Importedfield.Builder - Class in com.yahoo.document.config
- DocumentmanagerConfig.Doctype.Inherits - Class in com.yahoo.document.config
-
This class represents documentmanager.doctype[].inherits[]
- DocumentmanagerConfig.Doctype.Inherits.Builder - Class in com.yahoo.document.config
- DocumentmanagerConfig.Doctype.Maptype - Class in com.yahoo.document.config
-
This class represents documentmanager.doctype[].maptype[]
- DocumentmanagerConfig.Doctype.Maptype.Builder - Class in com.yahoo.document.config
- DocumentmanagerConfig.Doctype.Primitivetype - Class in com.yahoo.document.config
-
This class represents documentmanager.doctype[].primitivetype[]
- DocumentmanagerConfig.Doctype.Primitivetype.Builder - Class in com.yahoo.document.config
- DocumentmanagerConfig.Doctype.Structtype - Class in com.yahoo.document.config
-
This class represents documentmanager.doctype[].structtype[]
- DocumentmanagerConfig.Doctype.Structtype.Builder - Class in com.yahoo.document.config
- DocumentmanagerConfig.Doctype.Structtype.Field - Class in com.yahoo.document.config
-
This class represents documentmanager.doctype[].structtype[].field[]
- DocumentmanagerConfig.Doctype.Structtype.Field.Builder - Class in com.yahoo.document.config
- DocumentmanagerConfig.Doctype.Structtype.Inherits - Class in com.yahoo.document.config
-
This class represents documentmanager.doctype[].structtype[].inherits[]
- DocumentmanagerConfig.Doctype.Structtype.Inherits.Builder - Class in com.yahoo.document.config
- DocumentmanagerConfig.Doctype.Tensortype - Class in com.yahoo.document.config
-
This class represents documentmanager.doctype[].tensortype[]
- DocumentmanagerConfig.Doctype.Tensortype.Builder - Class in com.yahoo.document.config
- DocumentmanagerConfig.Doctype.Wsettype - Class in com.yahoo.document.config
-
This class represents documentmanager.doctype[].wsettype[]
- DocumentmanagerConfig.Doctype.Wsettype.Builder - Class in com.yahoo.document.config
- DocumentmanagerConfig.Producer - Interface in com.yahoo.document.config
- DocumentNode - Class in com.yahoo.document.select.rule
-
A document node which returns a document: For accessing document field data in AttributeNode, where it should be possible to access fields both by the concrete type ("concreteType.fieldName") and by parent type ("inheritedType.inheritedField").
- DocumentNode(String) - Constructor for class com.yahoo.document.select.rule.DocumentNode
- DocumentOnly - Class in com.yahoo.document.fieldset
- DocumentOnly() - Constructor for class com.yahoo.document.fieldset.DocumentOnly
- DocumentOperation - Class in com.yahoo.document
-
Base class for "document operations".
- DocumentOperation() - Constructor for class com.yahoo.document.DocumentOperation
- DocumentOperation(DocumentOperation) - Constructor for class com.yahoo.document.DocumentOperation
-
Copy constructor
- DocumentOperationType - Enum Class in com.yahoo.document.json
- DocumentParseInfo - Class in com.yahoo.document.json.readers
- DocumentParseInfo() - Constructor for class com.yahoo.document.json.readers.DocumentParseInfo
- DocumentParser - Class in com.yahoo.document.json.document
-
Parses a document operation.
- DocumentParser(JsonParser) - Constructor for class com.yahoo.document.json.document.DocumentParser
- DocumentPut - Class in com.yahoo.document
- DocumentPut(Document) - Constructor for class com.yahoo.document.DocumentPut
- DocumentPut(DocumentPut) - Constructor for class com.yahoo.document.DocumentPut
-
Copy constructor
- DocumentPut(DocumentPut, Document) - Constructor for class com.yahoo.document.DocumentPut
-
Base this DocumentPut on another, but use newDocument as the Document.
- DocumentPut(DocumentType, DocumentId) - Constructor for class com.yahoo.document.DocumentPut
- DocumentPut(DocumentType, String) - Constructor for class com.yahoo.document.DocumentPut
- DocumentReader - Interface in com.yahoo.document.serialization
-
This interface is used to implement custom deserialization of document updates.
- documentref - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
- documentref - Variable in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
- documentref() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype
- documentref() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype
- documentref(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype
- documentref(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype
- documentref(DocumentmanagerConfig.Doctype.Documentref.Builder) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Add the given builder to this builder's list of Documentref builders
- documentref(DocumenttypesConfig.Doctype.Documentref.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Add the given builder to this builder's list of Documentref builders
- documentref(Consumer<DocumentmanagerConfig.Doctype.Documentref.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- documentref(Consumer<DocumenttypesConfig.Doctype.Documentref.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- documentref(List<DocumentmanagerConfig.Doctype.Documentref.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Set the given list as this builder's list of Documentref builders
- documentref(List<DocumenttypesConfig.Doctype.Documentref.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Set the given list as this builder's list of Documentref builders
- Documentref(DocumentmanagerConfig.Doctype.Documentref.Builder) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Documentref
- Documentref(DocumenttypesConfig.Doctype.Documentref.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Documentref
- documentRemove(DocumentId) - Static method in class com.yahoo.document.json.JsonWriter
-
Utility method to easily serialize a single document ID as a remove operation.
- DocumentRemove - Class in com.yahoo.document
- DocumentRemove(DocumentId) - Constructor for class com.yahoo.document.DocumentRemove
- DocumentSelector - Class in com.yahoo.document.select
-
A document selector is a filter which accepts or rejects documents based on their type and content.
- DocumentSelector(String) - Constructor for class com.yahoo.document.select.DocumentSelector
-
Creates a document selector from a Document Selection Language string
- DocumentSerializer - Interface in com.yahoo.document.serialization
-
Interface for serializing documents.
- DocumentSerializerFactory - Class in com.yahoo.document.serialization
-
Factory for creating document serializers tied to a document format.
- DocumentSerializerFactory() - Constructor for class com.yahoo.document.serialization.DocumentSerializerFactory
- documenttype - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Builder
- documenttype - Variable in class com.yahoo.document.config.DocumenttypesConfig.Builder
- documenttype() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype
- documenttype() - Method in class com.yahoo.document.config.DocumenttypesConfig
- documenttype(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype
- documenttype(int) - Method in class com.yahoo.document.config.DocumenttypesConfig
- documenttype(DocumentmanagerConfig.Datatype.Documenttype.Builder) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Builder
-
Add the given builder to this builder's list of Documenttype builders
- documenttype(DocumenttypesConfig.Documenttype.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Builder
-
Add the given builder to this builder's list of Documenttype builders
- documenttype(Consumer<DocumentmanagerConfig.Datatype.Documenttype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- documenttype(Consumer<DocumenttypesConfig.Documenttype.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- documenttype(List<DocumentmanagerConfig.Datatype.Documenttype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Builder
-
Set the given list as this builder's list of Documenttype builders
- documenttype(List<DocumenttypesConfig.Documenttype.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Builder
-
Set the given list as this builder's list of Documenttype builders
- Documenttype(DocumentmanagerConfig.Datatype.Documenttype.Builder) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype
- Documenttype(DocumenttypesConfig.Documenttype.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype
- DocumentType - Class in com.yahoo.document
-
A document definition is a list of fields.
- DocumentType(String) - Constructor for class com.yahoo.document.DocumentType
-
Creates a new document type and registers it with the document type manager.
- DocumentType(String, StructDataType) - Constructor for class com.yahoo.document.DocumentType
-
Creates a new document type and registers it with the document type manager.
- DocumentType(String, StructDataType, Set<String>) - Constructor for class com.yahoo.document.DocumentType
- DocumentType(String, Set<String>) - Constructor for class com.yahoo.document.DocumentType
- DocumentTypeId - Class in com.yahoo.document
-
The id of a document type.
- DocumentTypeId(int) - Constructor for class com.yahoo.document.DocumentTypeId
- documentTypeIterator() - Method in class com.yahoo.document.DocumentTypeManager
- DocumentTypeManager - Class in com.yahoo.document
-
The DocumentTypeManager keeps track of the document types registered in the Vespa common repository.
- DocumentTypeManager() - Constructor for class com.yahoo.document.DocumentTypeManager
- DocumentTypeManager(DocumentmanagerConfig) - Constructor for class com.yahoo.document.DocumentTypeManager
- DocumentTypeManagerConfigurer - Class in com.yahoo.document
-
Configures the Vespa document manager from a config id.
- DocumentTypeManagerConfigurer(DocumentTypeManager) - Constructor for class com.yahoo.document.DocumentTypeManagerConfigurer
- DocumentTypeNode - Class in com.yahoo.document.select.rule
-
A document type node which returns the document type if exactly the type specified or false otherwise: For using the exact document type as a condition.
- DocumentTypeNode(String) - Constructor for class com.yahoo.document.select.rule.DocumentTypeNode
- DocumenttypesConfig - Class in com.yahoo.document.config
-
This class represents the root node of documenttypes Copyright Vespa.ai.
- DocumenttypesConfig(DocumenttypesConfig.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig
- DocumenttypesConfig.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Doctype - Class in com.yahoo.document.config
-
This class represents documenttypes.doctype[]
- DocumenttypesConfig.Doctype.Annotationref - Class in com.yahoo.document.config
-
This class represents documenttypes.doctype[].annotationref[]
- DocumenttypesConfig.Doctype.Annotationref.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Doctype.Annotationtype - Class in com.yahoo.document.config
-
This class represents documenttypes.doctype[].annotationtype[]
- DocumenttypesConfig.Doctype.Annotationtype.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Doctype.Annotationtype.Inherits - Class in com.yahoo.document.config
-
This class represents documenttypes.doctype[].annotationtype[].inherits[]
- DocumenttypesConfig.Doctype.Annotationtype.Inherits.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Doctype.Arraytype - Class in com.yahoo.document.config
-
This class represents documenttypes.doctype[].arraytype[]
- DocumenttypesConfig.Doctype.Arraytype.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Doctype.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Doctype.Documentref - Class in com.yahoo.document.config
-
This class represents documenttypes.doctype[].documentref[]
- DocumenttypesConfig.Doctype.Documentref.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Doctype.Fieldsets - Class in com.yahoo.document.config
-
This class represents documenttypes.doctype[].fieldsets{}
- DocumenttypesConfig.Doctype.Fieldsets.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Doctype.Importedfield - Class in com.yahoo.document.config
-
This class represents documenttypes.doctype[].importedfield[]
- DocumenttypesConfig.Doctype.Importedfield.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Doctype.Inherits - Class in com.yahoo.document.config
-
This class represents documenttypes.doctype[].inherits[]
- DocumenttypesConfig.Doctype.Inherits.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Doctype.Maptype - Class in com.yahoo.document.config
-
This class represents documenttypes.doctype[].maptype[]
- DocumenttypesConfig.Doctype.Maptype.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Doctype.Primitivetype - Class in com.yahoo.document.config
-
This class represents documenttypes.doctype[].primitivetype[]
- DocumenttypesConfig.Doctype.Primitivetype.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Doctype.Structtype - Class in com.yahoo.document.config
-
This class represents documenttypes.doctype[].structtype[]
- DocumenttypesConfig.Doctype.Structtype.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Doctype.Structtype.Field - Class in com.yahoo.document.config
-
This class represents documenttypes.doctype[].structtype[].field[]
- DocumenttypesConfig.Doctype.Structtype.Field.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Doctype.Structtype.Inherits - Class in com.yahoo.document.config
-
This class represents documenttypes.doctype[].structtype[].inherits[]
- DocumenttypesConfig.Doctype.Structtype.Inherits.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Doctype.Tensortype - Class in com.yahoo.document.config
-
This class represents documenttypes.doctype[].tensortype[]
- DocumenttypesConfig.Doctype.Tensortype.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Doctype.Wsettype - Class in com.yahoo.document.config
-
This class represents documenttypes.doctype[].wsettype[]
- DocumenttypesConfig.Doctype.Wsettype.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Documenttype - Class in com.yahoo.document.config
-
This class represents documenttypes.documenttype[]
- DocumenttypesConfig.Documenttype.Annotationtype - Class in com.yahoo.document.config
-
This class represents documenttypes.documenttype[].annotationtype[]
- DocumenttypesConfig.Documenttype.Annotationtype.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Documenttype.Annotationtype.Inherits - Class in com.yahoo.document.config
-
This class represents documenttypes.documenttype[].annotationtype[].inherits[]
- DocumenttypesConfig.Documenttype.Annotationtype.Inherits.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Documenttype.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Documenttype.Datatype - Class in com.yahoo.document.config
-
This class represents documenttypes.documenttype[].datatype[]
- DocumenttypesConfig.Documenttype.Datatype.Annotationref - Class in com.yahoo.document.config
-
This class represents documenttypes.documenttype[].datatype[].annotationref
- DocumenttypesConfig.Documenttype.Datatype.Annotationref.Annotation - Class in com.yahoo.document.config
-
This class represents documenttypes.documenttype[].datatype[].annotationref.annotation
- DocumenttypesConfig.Documenttype.Datatype.Annotationref.Annotation.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Documenttype.Datatype.Annotationref.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Documenttype.Datatype.Array - Class in com.yahoo.document.config
-
This class represents documenttypes.documenttype[].datatype[].array
- DocumenttypesConfig.Documenttype.Datatype.Array.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Documenttype.Datatype.Array.Element - Class in com.yahoo.document.config
-
This class represents documenttypes.documenttype[].datatype[].array.element
- DocumenttypesConfig.Documenttype.Datatype.Array.Element.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Documenttype.Datatype.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Documenttype.Datatype.Map - Class in com.yahoo.document.config
-
This class represents documenttypes.documenttype[].datatype[].map
- DocumenttypesConfig.Documenttype.Datatype.Map.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Documenttype.Datatype.Map.Key - Class in com.yahoo.document.config
-
This class represents documenttypes.documenttype[].datatype[].map.key
- DocumenttypesConfig.Documenttype.Datatype.Map.Key.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Documenttype.Datatype.Map.Value - Class in com.yahoo.document.config
-
This class represents documenttypes.documenttype[].datatype[].map.value
- DocumenttypesConfig.Documenttype.Datatype.Map.Value.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Documenttype.Datatype.Sstruct - Class in com.yahoo.document.config
-
This class represents documenttypes.documenttype[].datatype[].sstruct
- DocumenttypesConfig.Documenttype.Datatype.Sstruct.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Documenttype.Datatype.Sstruct.Compression - Class in com.yahoo.document.config
-
This class represents documenttypes.documenttype[].datatype[].sstruct.compression
- DocumenttypesConfig.Documenttype.Datatype.Sstruct.Compression.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Documenttype.Datatype.Sstruct.Compression.Type - Class in com.yahoo.document.config
-
This class represents documenttypes.documenttype[].datatype[].sstruct.compression.type Specify which compression to use if compression is enabled above (0 = NONE, 6 = LZ4)
- DocumenttypesConfig.Documenttype.Datatype.Sstruct.Compression.Type.Enum - Enum Class in com.yahoo.document.config
- DocumenttypesConfig.Documenttype.Datatype.Sstruct.Field - Class in com.yahoo.document.config
-
This class represents documenttypes.documenttype[].datatype[].sstruct.field[]
- DocumenttypesConfig.Documenttype.Datatype.Sstruct.Field.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Documenttype.Datatype.Type - Class in com.yahoo.document.config
-
This class represents documenttypes.documenttype[].datatype[].type This is the type of the datatype.
- DocumenttypesConfig.Documenttype.Datatype.Type.Enum - Enum Class in com.yahoo.document.config
- DocumenttypesConfig.Documenttype.Datatype.Wset - Class in com.yahoo.document.config
-
This class represents documenttypes.documenttype[].datatype[].wset
- DocumenttypesConfig.Documenttype.Datatype.Wset.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Documenttype.Datatype.Wset.Key - Class in com.yahoo.document.config
-
This class represents documenttypes.documenttype[].datatype[].wset.key
- DocumenttypesConfig.Documenttype.Datatype.Wset.Key.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Documenttype.Fieldsets - Class in com.yahoo.document.config
-
This class represents documenttypes.documenttype[].fieldsets{}
- DocumenttypesConfig.Documenttype.Fieldsets.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Documenttype.Importedfield - Class in com.yahoo.document.config
-
This class represents documenttypes.documenttype[].importedfield[]
- DocumenttypesConfig.Documenttype.Importedfield.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Documenttype.Inherits - Class in com.yahoo.document.config
-
This class represents documenttypes.documenttype[].inherits[]
- DocumenttypesConfig.Documenttype.Inherits.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Documenttype.Referencetype - Class in com.yahoo.document.config
-
This class represents documenttypes.documenttype[].referencetype[]
- DocumenttypesConfig.Documenttype.Referencetype.Builder - Class in com.yahoo.document.config
- DocumenttypesConfig.Producer - Interface in com.yahoo.document.config
- DocumentUpdate - Class in com.yahoo.document
-
Specifies one or more field updates to a document.
- DocumentUpdate(DocumentType, DocumentId) - Constructor for class com.yahoo.document.DocumentUpdate
-
Creates a DocumentUpdate.
- DocumentUpdate(DocumentType, String) - Constructor for class com.yahoo.document.DocumentUpdate
-
Creates a DocumentUpdate.
- DocumentUpdate(DocumentUpdate) - Constructor for class com.yahoo.document.DocumentUpdate
-
Creates a new document update which is a copy of the argument.
- DocumentUpdate(DocumentUpdateReader) - Constructor for class com.yahoo.document.DocumentUpdate
-
Creates a new document update using a reader
- DocumentUpdateFeedOperation - Class in com.yahoo.vespaxmlparser
- DocumentUpdateFeedOperation(DocumentUpdate) - Constructor for class com.yahoo.vespaxmlparser.DocumentUpdateFeedOperation
- DocumentUpdateFlags - Class in com.yahoo.document.serialization
-
Class used to represent up to 4 flags used in a DocumentUpdate.
- DocumentUpdateFlags() - Constructor for class com.yahoo.document.serialization.DocumentUpdateFlags
- DocumentUpdateJsonSerializer - Class in com.yahoo.document.json
-
The DocumentUpdateJsonSerializer utility class is used to serialize a DocumentUpdate instance using the JSON format described in Document JSON Format: The Update Structure
- DocumentUpdateJsonSerializer(JsonGenerator) - Constructor for class com.yahoo.document.json.DocumentUpdateJsonSerializer
-
Instantiate a DocumentUpdateJsonSerializer that writes JSON using existing JsonGenerator
- DocumentUpdateJsonSerializer(OutputStream) - Constructor for class com.yahoo.document.json.DocumentUpdateJsonSerializer
-
Instantiate a DocumentUpdateJsonSerializer that outputs JSON to an OutputStream
- DocumentUpdateReader - Interface in com.yahoo.document.serialization
-
This interface is used to implement custom deserialization of document updates.
- DocumentUpdateWriter - Interface in com.yahoo.document.serialization
-
Interface for writing document updates in custom serializers.
- DocumentUtil - Class in com.yahoo.document
-
Deprecated, for removal: This API element is subject to removal in a future version.
- DocumentUtil() - Constructor for class com.yahoo.document.DocumentUtil
-
Deprecated.
- DocumentWriter - Interface in com.yahoo.document.serialization
- DOLLAR - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- doModify(FieldValue) - Method in class com.yahoo.document.datatypes.FieldPathIteratorHandler
- done() - Method in interface com.yahoo.document.select.parser.CharStream
-
The lexer calls this function to indicate that it is done with the stream and hence implementations can free any resources held by this class.
- doSetFieldValue(Field, FieldValue) - Method in class com.yahoo.document.datatypes.Struct
- doSetFieldValue(Field, FieldValue) - Method in class com.yahoo.document.datatypes.StructuredFieldValue
- doSetFieldValue(Field, FieldValue) - Method in class com.yahoo.document.Document
- doSetValue(String) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Compresstype
- doSetValue(String) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Compression.Type
- doSetValue(String) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Type
- DOT - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- DOUBLE - Static variable in class com.yahoo.document.DataType
- DoubleFieldValue - Class in com.yahoo.document.datatypes
-
A 64-bit float field value
- DoubleFieldValue() - Constructor for class com.yahoo.document.datatypes.DoubleFieldValue
- DoubleFieldValue(double) - Constructor for class com.yahoo.document.datatypes.DoubleFieldValue
- DoubleFieldValue(Double) - Constructor for class com.yahoo.document.datatypes.DoubleFieldValue
- DoubleFieldValue(String) - Constructor for class com.yahoo.document.datatypes.DoubleFieldValue
E
- eatWhite(CharSequence) - Method in class com.yahoo.document.select.simple.Parser
- element - Variable in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Array.Builder
- element() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Array
- element(DocumenttypesConfig.Documenttype.Datatype.Array.Element.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Array.Builder
- element(Consumer<DocumenttypesConfig.Documenttype.Datatype.Array.Element.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Array.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- Element(DocumenttypesConfig.Documenttype.Datatype.Array.Element.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Array.Element
- elementtype() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Arraytype
- elementtype() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Wsettype
- elementtype() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Arraytype
- elementtype() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Wsettype
- elementtype(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Arraytype.Builder
- elementtype(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Wsettype.Builder
- elementtype(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Arraytype.Builder
- elementtype(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Wsettype.Builder
- EmbracedNode - Class in com.yahoo.document.select.rule
- EmbracedNode(ExpressionNode) - Constructor for class com.yahoo.document.select.rule.EmbracedNode
- enable_tracing() - Method in class com.yahoo.document.select.parser.SelectParser
-
Enable tracing.
- endColumn - Variable in class com.yahoo.document.select.parser.Token
-
The column number of the last character of this Token.
- endLine - Variable in class com.yahoo.document.select.parser.Token
-
The line number of the last character of this Token.
- endTag() - Method in class com.yahoo.document.serialization.XmlStream
-
Deprecated.Ends the last tag created.
- entrySet() - Method in class com.yahoo.document.datatypes.MapFieldValue
- entrySet() - Method in class com.yahoo.document.datatypes.WeightedSet
- EOF - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
End of File.
- EOL - Static variable in exception com.yahoo.document.select.parser.ParseException
-
The end of line string for this machine.
- EQ - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- equals(Object) - Method in class com.yahoo.document.annotation.AlternateSpanList
- equals(Object) - Method in class com.yahoo.document.annotation.Annotation
- equals(Object) - Method in class com.yahoo.document.annotation.AnnotationReference
- equals(Object) - Method in class com.yahoo.document.annotation.AnnotationType
- equals(Object) - Method in class com.yahoo.document.annotation.AnnotationType2AnnotationContainer
- equals(Object) - Method in class com.yahoo.document.annotation.ListAnnotationContainer
- equals(Object) - Method in class com.yahoo.document.annotation.SpanList
- equals(Object) - Method in class com.yahoo.document.annotation.SpanNode
- equals(Object) - Method in class com.yahoo.document.annotation.SpanTree
- equals(Object) - Method in class com.yahoo.document.BucketId
- equals(Object) - Method in class com.yahoo.document.DataType
- equals(Object) - Method in class com.yahoo.document.DataTypeName
- equals(Object) - Method in class com.yahoo.document.datatypes.Array
- equals(Object) - Method in class com.yahoo.document.datatypes.BoolFieldValue
- equals(Object) - Method in class com.yahoo.document.datatypes.ByteFieldValue
- equals(Object) - Method in class com.yahoo.document.datatypes.CompositeFieldValue
- equals(Object) - Method in class com.yahoo.document.datatypes.DoubleFieldValue
- equals(Object) - Method in class com.yahoo.document.datatypes.FieldPathIteratorHandler.IndexValue
- equals(Object) - Method in class com.yahoo.document.datatypes.Float16FieldValue
- equals(Object) - Method in class com.yahoo.document.datatypes.FloatFieldValue
- equals(Object) - Method in class com.yahoo.document.datatypes.IntegerFieldValue
- equals(Object) - Method in class com.yahoo.document.datatypes.LongFieldValue
- equals(Object) - Method in class com.yahoo.document.datatypes.MapFieldValue
-
Checks if another object is equal to this set.
- equals(Object) - Method in class com.yahoo.document.datatypes.PredicateFieldValue
- equals(Object) - Method in class com.yahoo.document.datatypes.Raw
- equals(Object) - Method in class com.yahoo.document.datatypes.ReferenceFieldValue
- equals(Object) - Method in class com.yahoo.document.datatypes.StringFieldValue
- equals(Object) - Method in class com.yahoo.document.datatypes.Struct
- equals(Object) - Method in class com.yahoo.document.datatypes.TensorFieldValue
- equals(Object) - Method in class com.yahoo.document.datatypes.WeightedSet
-
Checks if another object is equal to this set.
- equals(Object) - Method in class com.yahoo.document.Document
-
Returns true if the argument is a document which has the same set of values
- equals(Object) - Method in class com.yahoo.document.DocumentGet
- equals(Object) - Method in class com.yahoo.document.DocumentId
- equals(Object) - Method in class com.yahoo.document.DocumentPut
- equals(Object) - Method in class com.yahoo.document.DocumentRemove
- equals(Object) - Method in class com.yahoo.document.DocumentType
- equals(Object) - Method in class com.yahoo.document.DocumentTypeId
- equals(Object) - Method in class com.yahoo.document.DocumentUpdate
- equals(Object) - Method in class com.yahoo.document.Field
-
Two fields are equal if they have the same name and the same data type
- equals(Object) - Method in class com.yahoo.document.FieldPath
- equals(Object) - Method in class com.yahoo.document.FieldPathEntry
- equals(Object) - Method in class com.yahoo.document.FieldPathEntry.KeyParseResult
- equals(Object) - Method in class com.yahoo.document.fieldpathupdate.AddFieldPathUpdate
- equals(Object) - Method in class com.yahoo.document.fieldpathupdate.AssignFieldPathUpdate
- equals(Object) - Method in class com.yahoo.document.fieldpathupdate.FieldPathUpdate
- equals(Object) - Method in class com.yahoo.document.GlobalId
- equals(Object) - Method in class com.yahoo.document.idstring.IdString
- equals(Object) - Method in class com.yahoo.document.json.ParsedDocumentOperation
- equals(Object) - Method in class com.yahoo.document.ReferenceDataType
- equals(Object) - Method in class com.yahoo.document.StructDataType
- equals(Object) - Method in class com.yahoo.document.StructuredDataType
- equals(Object) - Method in class com.yahoo.document.TensorDataType
- equals(Object) - Method in class com.yahoo.document.TestAndSetCondition
- equals(Object) - Method in class com.yahoo.document.update.AddValueUpdate
- equals(Object) - Method in class com.yahoo.document.update.ArithmeticValueUpdate
- equals(Object) - Method in class com.yahoo.document.update.AssignValueUpdate
- equals(Object) - Method in class com.yahoo.document.update.FieldUpdate
- equals(Object) - Method in class com.yahoo.document.update.MapValueUpdate
- equals(Object) - Method in class com.yahoo.document.update.RemoveValueUpdate
- equals(Object) - Method in class com.yahoo.document.update.TensorAddUpdate
- equals(Object) - Method in class com.yahoo.document.update.TensorModifyUpdate
- equals(Object) - Method in class com.yahoo.document.update.TensorRemoveUpdate
- equals(Object) - Method in class com.yahoo.document.update.ValueUpdate
- evaluate(Document, Map<String, Object>) - Method in class com.yahoo.document.DocumentCalculator
- evaluate(Context) - Method in class com.yahoo.document.select.rule.ArithmeticNode
- evaluate(Context) - Method in class com.yahoo.document.select.rule.AttributeNode
- evaluate(Context) - Method in class com.yahoo.document.select.rule.ComparisonNode
- evaluate(Context) - Method in class com.yahoo.document.select.rule.DocumentNode
- evaluate(Context) - Method in class com.yahoo.document.select.rule.DocumentTypeNode
- evaluate(Context) - Method in class com.yahoo.document.select.rule.EmbracedNode
- evaluate(Context) - Method in interface com.yahoo.document.select.rule.ExpressionNode
-
Evaluate the content of this node based on document object, and return that value.
- evaluate(Context) - Method in class com.yahoo.document.select.rule.IdNode
- evaluate(Context) - Method in class com.yahoo.document.select.rule.LiteralNode
- evaluate(Context) - Method in class com.yahoo.document.select.rule.LogicNode
- evaluate(Context) - Method in class com.yahoo.document.select.rule.NegationNode
- evaluate(Context) - Method in class com.yahoo.document.select.rule.NowNode
- evaluate(Context) - Method in class com.yahoo.document.select.rule.VariableNode
- expectArrayEnd(JsonToken) - Static method in class com.yahoo.document.json.readers.JsonParserHelpers
- expectArrayStart(JsonToken) - Static method in class com.yahoo.document.json.readers.JsonParserHelpers
- expectCompositeEnd(JsonToken) - Static method in class com.yahoo.document.json.readers.JsonParserHelpers
- expectedTokenSequences - Variable in exception com.yahoo.document.select.parser.ParseException
-
Each entry in this array is an array of integers.
- expectObjectEnd(JsonToken) - Static method in class com.yahoo.document.json.readers.JsonParserHelpers
- expectObjectStart(JsonToken) - Static method in class com.yahoo.document.json.readers.JsonParserHelpers
- expectOneOf(JsonToken, JsonToken...) - Static method in class com.yahoo.document.json.readers.JsonParserHelpers
- expectScalarValue(JsonToken) - Static method in class com.yahoo.document.json.readers.JsonParserHelpers
- EXPONENT - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- expression() - Method in class com.yahoo.document.select.parser.SelectParser
- ExpressionNode - Interface in com.yahoo.document.select.rule
-
The interface of all expression nodes.
- ExtendedField - Class in com.yahoo.document
-
This adds an Extractor to the Field that can be used to access the backed value used in the concrete document types.
- ExtendedField(String, DataType, ExtendedField.Extract) - Constructor for class com.yahoo.document.ExtendedField
- ExtendedField.Extract - Interface in com.yahoo.document
- ExtendedStringField - Class in com.yahoo.document
-
This adds an Extractor to the ExtendedField that can be used to get access the backed spantrees used in the concrete document types.
- ExtendedStringField(String, DataType, ExtendedField.Extract, ExtendedStringField.ExtractSpanTrees) - Constructor for class com.yahoo.document.ExtendedStringField
- ExtendedStringField.ExtractSpanTrees - Interface in com.yahoo.document
- extractFlags(int) - Static method in class com.yahoo.document.serialization.DocumentUpdateFlags
- extractSparseDimensions(TensorType) - Static method in class com.yahoo.document.update.TensorRemoveUpdate
- extractValue(int) - Static method in class com.yahoo.document.serialization.DocumentUpdateFlags
F
- Factory() - Constructor for class com.yahoo.document.PrimitiveDataType.Factory
- FALSE - Enum constant in enum class com.yahoo.document.select.Result
- FALSE - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- FeedOperation - Class in com.yahoo.vespaxmlparser
- FeedOperation(FeedOperation.Type) - Constructor for class com.yahoo.vespaxmlparser.FeedOperation
- FeedOperation.Type - Enum Class in com.yahoo.vespaxmlparser
- FeedReader - Interface in com.yahoo.vespaxmlparser
-
Minimal interface for reading operations from a stream for a feeder.
- field - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Builder
- field - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype.Builder
- field - Variable in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype.Builder
- field - Variable in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Builder
- field - Variable in exception com.yahoo.document.json.JsonReaderException
- field - Variable in class com.yahoo.document.update.FieldUpdate
- field() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype
- field() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype
- field() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype
- field() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct
- field(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype
- field(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype
- field(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype
- field(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct
- field(DocumentmanagerConfig.Datatype.Structtype.Field.Builder) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Builder
-
Add the given builder to this builder's list of Field builders
- field(DocumentmanagerConfig.Doctype.Structtype.Field.Builder) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype.Builder
-
Add the given builder to this builder's list of Field builders
- field(DocumenttypesConfig.Doctype.Structtype.Field.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype.Builder
-
Add the given builder to this builder's list of Field builders
- field(DocumenttypesConfig.Documenttype.Datatype.Sstruct.Field.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Builder
-
Add the given builder to this builder's list of Field builders
- field(Consumer<DocumentmanagerConfig.Datatype.Structtype.Field.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- field(Consumer<DocumentmanagerConfig.Doctype.Structtype.Field.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- field(Consumer<DocumenttypesConfig.Doctype.Structtype.Field.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- field(Consumer<DocumenttypesConfig.Documenttype.Datatype.Sstruct.Field.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- field(List<DocumentmanagerConfig.Datatype.Structtype.Field.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Builder
-
Set the given list as this builder's list of Field builders
- field(List<DocumentmanagerConfig.Doctype.Structtype.Field.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype.Builder
-
Set the given list as this builder's list of Field builders
- field(List<DocumenttypesConfig.Doctype.Structtype.Field.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype.Builder
-
Set the given list as this builder's list of Field builders
- field(List<DocumenttypesConfig.Documenttype.Datatype.Sstruct.Field.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Builder
-
Set the given list as this builder's list of Field builders
- Field - Class in com.yahoo.document
-
A name and type.
- Field(DocumentmanagerConfig.Datatype.Structtype.Field.Builder) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Field
- Field(DocumentmanagerConfig.Doctype.Structtype.Field.Builder) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype.Field
- Field(DocumenttypesConfig.Doctype.Structtype.Field.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype.Field
- Field(DocumenttypesConfig.Documenttype.Datatype.Sstruct.Field.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Field
- Field(String) - Constructor for class com.yahoo.document.Field
- Field(String, int, DataType) - Constructor for class com.yahoo.document.Field
-
Creates a new field.
- Field(String, DataType) - Constructor for class com.yahoo.document.Field
-
Constructor for normal fields
- Field(String, DataType, DocumentType) - Constructor for class com.yahoo.document.Field
-
Creates a new field.
- Field(String, Field) - Constructor for class com.yahoo.document.Field
-
Creates a field with a new name and the other properties (excluding the id and owner) copied from another field
- FIELD_X - Static variable in class com.yahoo.document.PositionDataType
- FIELD_Y - Static variable in class com.yahoo.document.PositionDataType
- FieldCollection - Class in com.yahoo.document.fieldset
- FieldCollection(DocumentType) - Constructor for class com.yahoo.document.fieldset.FieldCollection
- fieldId - Variable in class com.yahoo.document.Field
- fieldIds - Variable in class com.yahoo.document.BaseStructDataType
- fieldIteratorThisTypeOnly() - Method in class com.yahoo.document.DocumentType
-
Returns an iterator over all fields in this documenttype
- fieldNameIfNotNull(JsonGenerator, FieldBase) - Static method in class com.yahoo.document.json.JsonSerializationHelper
- FieldPath - Class in com.yahoo.document
-
This class represents a path into a document, that can be used to iterate through the document and extract the field values you're interested in.
- FieldPath() - Constructor for class com.yahoo.document.FieldPath
-
Constructs an empty path.
- FieldPath(FieldPath) - Constructor for class com.yahoo.document.FieldPath
-
Constructs a path containing the entries of the specified path, in the order they are returned by that path's iterator.
- FieldPath(List<FieldPathEntry>) - Constructor for class com.yahoo.document.FieldPath
- FieldPathEntry - Class in com.yahoo.document
- FieldPathEntry.KeyParseResult - Class in com.yahoo.document
- FieldPathEntry.Type - Enum Class in com.yahoo.document
- FieldPathIteratorHandler - Class in com.yahoo.document.datatypes
- FieldPathIteratorHandler() - Constructor for class com.yahoo.document.datatypes.FieldPathIteratorHandler
- FieldPathIteratorHandler.IndexValue - Class in com.yahoo.document.datatypes
- FieldPathIteratorHandler.ModificationStatus - Enum Class in com.yahoo.document.datatypes
- FieldPathIteratorHandler.VariableMap - Class in com.yahoo.document.datatypes
- FieldPathUpdate - Class in com.yahoo.document.fieldpathupdate
- FieldPathUpdate(FieldPathUpdate.Type, DocumentType) - Constructor for class com.yahoo.document.fieldpathupdate.FieldPathUpdate
- FieldPathUpdate(FieldPathUpdate.Type, DocumentType, DocumentUpdateReader) - Constructor for class com.yahoo.document.fieldpathupdate.FieldPathUpdate
- FieldPathUpdate(FieldPathUpdate.Type, DocumentType, String, String) - Constructor for class com.yahoo.document.fieldpathupdate.FieldPathUpdate
- FieldPathUpdate.Type - Enum Class in com.yahoo.document.fieldpathupdate
- fieldPathUpdates() - Method in class com.yahoo.document.DocumentUpdate
-
Get an unmodifiable collection of all field path updates that this document update specifies.
- FieldReader - Interface in com.yahoo.document.serialization
- fields - Variable in class com.yahoo.document.BaseStructDataType
- fields - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Fieldsets.Builder
- fields - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Fieldsets.Builder
- fields - Variable in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Fieldsets.Builder
- fields - Variable in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Fieldsets.Builder
- fields() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Fieldsets
- fields() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Fieldsets
- fields() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Fieldsets
- fields() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Fieldsets
- fields(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Fieldsets
- fields(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Fieldsets
- fields(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Fieldsets
- fields(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Fieldsets
- fields(String) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Fieldsets.Builder
- fields(String) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Fieldsets.Builder
- fields(String) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Fieldsets.Builder
- fields(String) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Fieldsets.Builder
- fields(Collection<String>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Fieldsets.Builder
- fields(Collection<String>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Fieldsets.Builder
- fields(Collection<String>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Fieldsets.Builder
- fields(Collection<String>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Fieldsets.Builder
- FIELDS - Static variable in class com.yahoo.document.json.document.DocumentParser
- fieldsBuffer - Variable in class com.yahoo.document.json.readers.DocumentParseInfo
- fieldSet() - Method in class com.yahoo.document.DocumentType
-
Returns an ordered set snapshot of all fields of this documenttype, except the fields of Document.
- fieldSet(String) - Method in class com.yahoo.document.DocumentType
- FieldSet - Interface in com.yahoo.document.fieldset
-
TODO: Move to Java and implement.
- fieldSetAll() - Method in class com.yahoo.document.DocumentType
-
This is identical to
DocumentType.fieldSet()
fieldSet}, but in addition extra hidden synthetic fields are returned. - FieldSetRepo - Class in com.yahoo.document.fieldset
-
TODO: Move to document and implement
- FieldSetRepo() - Constructor for class com.yahoo.document.fieldset.FieldSetRepo
- fieldsets - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Builder
- fieldsets - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
- fieldsets - Variable in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
- fieldsets - Variable in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Builder
- fieldsets() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype
- fieldsets() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype
- fieldsets() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype
- fieldsets() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype
- fieldsets(String) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype
- fieldsets(String) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype
- fieldsets(String) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype
- fieldsets(String) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype
- fieldsets(String, DocumentmanagerConfig.Datatype.Documenttype.Fieldsets.Builder) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Builder
- fieldsets(String, DocumentmanagerConfig.Doctype.Fieldsets.Builder) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
- fieldsets(String, DocumenttypesConfig.Doctype.Fieldsets.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
- fieldsets(String, DocumenttypesConfig.Documenttype.Fieldsets.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Builder
- fieldsets(String, Consumer<DocumentmanagerConfig.Datatype.Documenttype.Fieldsets.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Builder
-
Make a new builder and run the supplied function on it before using it as the value
- fieldsets(String, Consumer<DocumentmanagerConfig.Doctype.Fieldsets.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Make a new builder and run the supplied function on it before using it as the value
- fieldsets(String, Consumer<DocumenttypesConfig.Doctype.Fieldsets.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Make a new builder and run the supplied function on it before using it as the value
- fieldsets(String, Consumer<DocumenttypesConfig.Documenttype.Fieldsets.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Builder
-
Make a new builder and run the supplied function on it before using it as the value
- fieldsets(Map<String, DocumentmanagerConfig.Datatype.Documenttype.Fieldsets.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Builder
- fieldsets(Map<String, DocumentmanagerConfig.Doctype.Fieldsets.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
- fieldsets(Map<String, DocumenttypesConfig.Doctype.Fieldsets.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
- fieldsets(Map<String, DocumenttypesConfig.Documenttype.Fieldsets.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Builder
- Fieldsets(DocumentmanagerConfig.Datatype.Documenttype.Fieldsets.Builder) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Fieldsets
- Fieldsets(DocumentmanagerConfig.Doctype.Fieldsets.Builder) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Fieldsets
- Fieldsets(DocumenttypesConfig.Doctype.Fieldsets.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Fieldsets
- Fieldsets(DocumenttypesConfig.Documenttype.Fieldsets.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Fieldsets
- FieldUpdate - Class in com.yahoo.document.update
-
A field update holds a list of value updates that will be applied atomically to a field in a document.
- FieldUpdate(DocumentUpdateReader, DocumentType) - Constructor for class com.yahoo.document.update.FieldUpdate
- fieldUpdates() - Method in class com.yahoo.document.DocumentUpdate
-
Get an unmodifiable collection of all field updates that this document update specifies.
- FieldValue - Class in com.yahoo.document.datatypes
- FieldValue() - Constructor for class com.yahoo.document.datatypes.FieldValue
- fieldValueIterator() - Method in class com.yahoo.document.datatypes.Array
- fieldValueIterator() - Method in class com.yahoo.document.datatypes.CollectionFieldValue
- fieldValueIterator() - Method in class com.yahoo.document.datatypes.WeightedSet
- FieldWriter - Interface in com.yahoo.document.serialization
-
Interface for writing a com.yahoo.document.datatypes.FieldValue.
- fillArray(TokenBuffer, CollectionFieldValue, DataType, boolean) - Static method in class com.yahoo.document.json.readers.ArrayReader
- fillArrayUpdate(TokenBuffer, int, DataType, List<FieldValue>, boolean) - Static method in class com.yahoo.document.json.readers.ArrayReader
- fillMap(TokenBuffer, MapFieldValue, boolean) - Static method in class com.yahoo.document.json.readers.MapReader
- fillMapFromArray(TokenBuffer, MapFieldValue, boolean) - Static method in class com.yahoo.document.json.readers.MapReader
- fillMapFromObject(TokenBuffer, MapFieldValue, boolean) - Static method in class com.yahoo.document.json.readers.MapReader
- fillStruct(TokenBuffer, StructuredFieldValue, boolean) - Static method in class com.yahoo.document.json.readers.StructReader
-
Fills this struct.
- fillWeightedSet(TokenBuffer, DataType, WeightedSet) - Static method in class com.yahoo.document.json.readers.WeightedSetReader
- fillWeightedSetUpdate(TokenBuffer, int, DataType, WeightedSet) - Static method in class com.yahoo.document.json.readers.WeightedSetReader
- FixedBucketSpaces - Class in com.yahoo.document
-
Minimal repository of bucket spaces hard coded for default and global distributions.
- FixedBucketSpaces() - Constructor for class com.yahoo.document.FixedBucketSpaces
- FLOAT - Static variable in class com.yahoo.document.DataType
- FLOAT - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- FLOAT16 - Static variable in class com.yahoo.document.DataType
- Float16FieldValue - Class in com.yahoo.document.datatypes
-
A 16-bit float field value
- Float16FieldValue() - Constructor for class com.yahoo.document.datatypes.Float16FieldValue
- Float16FieldValue(float) - Constructor for class com.yahoo.document.datatypes.Float16FieldValue
- Float16FieldValue(Float) - Constructor for class com.yahoo.document.datatypes.Float16FieldValue
- Float16FieldValue(String) - Constructor for class com.yahoo.document.datatypes.Float16FieldValue
- FloatFieldValue - Class in com.yahoo.document.datatypes
-
A 32-bit float field value
- FloatFieldValue() - Constructor for class com.yahoo.document.datatypes.FloatFieldValue
- FloatFieldValue(float) - Constructor for class com.yahoo.document.datatypes.FloatFieldValue
- FloatFieldValue(Float) - Constructor for class com.yahoo.document.datatypes.FloatFieldValue
- FloatFieldValue(String) - Constructor for class com.yahoo.document.datatypes.FloatFieldValue
- fmtLatitude(Struct) - Method in class com.yahoo.document.internal.GeoPosType
- fmtLongitude(Struct) - Method in class com.yahoo.document.internal.GeoPosType
- fromBoolean(boolean) - Static method in class com.yahoo.document.select.ResultList
- fromConditionString(Optional<String>) - Static method in class com.yahoo.document.TestAndSetCondition
-
Maps and optional test and set condition string to a TestAndSetCondition.
- fromFile(String) - Static method in class com.yahoo.document.DocumentTypeManager
-
Only for unit tests
- fromLong(long) - Static method in class com.yahoo.document.PositionDataType
- fromString(String) - Static method in class com.yahoo.document.PositionDataType
- fullyApplied() - Method in class com.yahoo.document.json.ParsedDocumentOperation
- FUNCTION - Static variable in class com.yahoo.document.select.rule.AttributeNode.Item
G
- GE - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- Generated - Annotation Interface in com.yahoo.document
-
Classes generated by vespa-documentgen-plugin are annotated with this.
- generateParseException() - Method in class com.yahoo.document.select.parser.SelectParser
-
Generate ParseException.
- GeoPositionReader - Class in com.yahoo.document.json.readers
- GeoPositionReader() - Constructor for class com.yahoo.document.json.readers.GeoPositionReader
- GeoPosType - Class in com.yahoo.document.internal
- GeoPosType(int) - Constructor for class com.yahoo.document.internal.GeoPosType
- get(int) - Method in class com.yahoo.document.datatypes.Array
- get(int) - Method in class com.yahoo.document.FieldPath
- get(StructuredFieldValue) - Method in interface com.yahoo.document.ExtendedField.Extract
- get(StructuredFieldValue) - Method in interface com.yahoo.document.ExtendedStringField.ExtractSpanTrees
- get(StructuredFieldValue, Field) - Static method in class com.yahoo.document.SimpleDocument
- get(Field) - Method in class com.yahoo.document.SimpleDocument
- get(Object) - Method in class com.yahoo.document.datatypes.MapFieldValue
- get(Object) - Method in class com.yahoo.document.datatypes.WeightedSet
-
Returns the weight associated with the specified key.
- get(String) - Method in class com.yahoo.document.SimpleDocument
- getAnnotationType() - Method in class com.yahoo.document.annotation.AnnotationReferenceDataType
-
Returns the annotation type of this AnnotationReferenceDataType.
- getAnnotationTypeRegistry() - Method in class com.yahoo.document.DocumentTypeManager
- getApplyOnRestart() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Builder
- getApplyOnRestart() - Method in class com.yahoo.document.config.DocumenttypesConfig.Builder
- getApproxSize() - Method in class com.yahoo.document.Document
-
This is an approximation of serialized size.
- getArray(DataType) - Static method in class com.yahoo.document.DataType
-
Returns an array datatype, where the array elements are of the given type
- getBeginColumn() - Method in interface com.yahoo.document.select.parser.CharStream
- getBeginLine() - Method in interface com.yahoo.document.select.parser.CharStream
- getBoolean() - Method in class com.yahoo.document.datatypes.BoolFieldValue
- getBucketId(DocumentId) - Method in class com.yahoo.document.BucketIdFactory
-
Get the bucket id for a given document.
- getBucketList(String) - Method in class com.yahoo.document.select.BucketSelector
-
Get the set of buckets that may contain documents that match the given document selection, as long as the document selection does not result in an unknown set of buckets.
- getBucketSet(BucketIdFactory) - Method in class com.yahoo.document.select.rule.ArithmeticNode
- getBucketSet(BucketIdFactory) - Method in class com.yahoo.document.select.rule.AttributeNode
- getBucketSet(BucketIdFactory) - Method in class com.yahoo.document.select.rule.ComparisonNode
- getBucketSet(BucketIdFactory) - Method in class com.yahoo.document.select.rule.DocumentNode
- getBucketSet(BucketIdFactory) - Method in class com.yahoo.document.select.rule.DocumentTypeNode
- getBucketSet(BucketIdFactory) - Method in class com.yahoo.document.select.rule.EmbracedNode
- getBucketSet(BucketIdFactory) - Method in interface com.yahoo.document.select.rule.ExpressionNode
-
Returns the set of bucket ids covered by this node.
- getBucketSet(BucketIdFactory) - Method in class com.yahoo.document.select.rule.IdNode
- getBucketSet(BucketIdFactory) - Method in class com.yahoo.document.select.rule.LiteralNode
- getBucketSet(BucketIdFactory) - Method in class com.yahoo.document.select.rule.LogicNode
- getBucketSet(BucketIdFactory) - Method in class com.yahoo.document.select.rule.NegationNode
- getBucketSet(BucketIdFactory) - Method in class com.yahoo.document.select.rule.NowNode
- getBucketSet(BucketIdFactory) - Method in class com.yahoo.document.select.rule.VariableNode
- getBuf() - Method in interface com.yahoo.document.serialization.DocumentDeserializer
-
Returns the underlying buffer used for de-serialization.
- getBuf() - Method in interface com.yahoo.document.serialization.DocumentSerializer
-
Returns the underlying buffer used for serialization.
- getByte() - Method in class com.yahoo.document.datatypes.ByteFieldValue
- getByte(FieldBase) - Method in class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- getByteBuffer() - Method in class com.yahoo.document.datatypes.Raw
- getBytes(FieldBase, int) - Method in class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- getCode() - Method in class com.yahoo.document.DataType
- getCode() - Method in enum class com.yahoo.document.fieldpathupdate.FieldPathUpdate.Type
- getColumn(BucketId) - Method in class com.yahoo.document.BucketDistribution
-
This method maps the given bucket id to its corresponding column.
- getCondition() - Method in class com.yahoo.document.DocumentOperation
- getCondition() - Method in class com.yahoo.vespaxmlparser.DocumentFeedOperation
- getCondition() - Method in class com.yahoo.vespaxmlparser.DocumentUpdateFeedOperation
- getCondition() - Method in class com.yahoo.vespaxmlparser.FeedOperation
- getCondition() - Method in class com.yahoo.vespaxmlparser.RemoveFeedOperation
- getCondition() - Method in class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- getCondition() - Method in class com.yahoo.vespaxmlparser.VespaXMLUpdateReader
- getConfig(DocumentmanagerConfig.Builder) - Method in interface com.yahoo.document.config.DocumentmanagerConfig.Producer
- getConfig(DocumenttypesConfig.Builder) - Method in interface com.yahoo.document.config.DocumenttypesConfig.Producer
- getCountBitCount() - Method in class com.yahoo.document.BucketIdFactory
- getCreateIfNonExistent() - Method in class com.yahoo.document.DocumentPut
- getCreateIfNonExistent() - Method in class com.yahoo.document.DocumentUpdate
-
Gets whether this update should create the document it updates if that document does not exist.
- getCreateIfNonExistent() - Method in class com.yahoo.document.serialization.DocumentUpdateFlags
- getCreateMissingPath() - Method in class com.yahoo.document.fieldpathupdate.AssignFieldPathUpdate
- getCreateNonExistingCells() - Method in class com.yahoo.document.update.TensorModifyUpdate
- getCurrentIndexes() - Method in class com.yahoo.document.annotation.SpanTree
- getDataType() - Method in class com.yahoo.document.annotation.AnnotationReference
- getDataType() - Method in class com.yahoo.document.annotation.AnnotationType
-
Returns the data type of this annotation, if any.
- getDataType() - Method in class com.yahoo.document.datatypes.Array
- getDataType() - Method in class com.yahoo.document.datatypes.BoolFieldValue
- getDataType() - Method in class com.yahoo.document.datatypes.ByteFieldValue
- getDataType() - Method in class com.yahoo.document.datatypes.CollectionFieldValue
- getDataType() - Method in class com.yahoo.document.datatypes.CompositeFieldValue
- getDataType() - Method in class com.yahoo.document.datatypes.DoubleFieldValue
- getDataType() - Method in class com.yahoo.document.datatypes.FieldValue
- getDataType() - Method in class com.yahoo.document.datatypes.Float16FieldValue
- getDataType() - Method in class com.yahoo.document.datatypes.FloatFieldValue
- getDataType() - Method in class com.yahoo.document.datatypes.IntegerFieldValue
- getDataType() - Method in class com.yahoo.document.datatypes.LongFieldValue
- getDataType() - Method in class com.yahoo.document.datatypes.MapFieldValue
- getDataType() - Method in class com.yahoo.document.datatypes.PredicateFieldValue
- getDataType() - Method in class com.yahoo.document.datatypes.Raw
- getDataType() - Method in class com.yahoo.document.datatypes.ReferenceFieldValue
- getDataType() - Method in class com.yahoo.document.datatypes.StringFieldValue
-
Returns
DataType
.STRING. - getDataType() - Method in class com.yahoo.document.datatypes.Struct
- getDataType() - Method in class com.yahoo.document.datatypes.StructuredFieldValue
- getDataType() - Method in class com.yahoo.document.datatypes.TensorFieldValue
- getDataType() - Method in class com.yahoo.document.datatypes.UriFieldValue
- getDataType() - Method in class com.yahoo.document.datatypes.WeightedSet
- getDataType() - Method in class com.yahoo.document.Document
- getDataType() - Method in class com.yahoo.document.Field
-
Returns the datatype of the field
- getDataTypeName() - Method in class com.yahoo.document.StructuredDataType
-
Returns the name of this as a DataTypeName
- getDataTypes() - Method in class com.yahoo.document.DocumentTypeManager
-
Returns a read only view of the registered data types
- getDeclaredStructType(String) - Method in class com.yahoo.document.DocumentType
-
Get a struct declared in this document only.
- getDefaultCellValue() - Method in class com.yahoo.document.update.TensorModifyUpdate
- getDefMd5() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Builder
- getDefMd5() - Static method in class com.yahoo.document.config.DocumentmanagerConfig
- getDefMd5() - Method in class com.yahoo.document.config.DocumenttypesConfig.Builder
- getDefMd5() - Static method in class com.yahoo.document.config.DocumenttypesConfig
- getDefName() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Builder
- getDefName() - Static method in class com.yahoo.document.config.DocumentmanagerConfig
- getDefName() - Method in class com.yahoo.document.config.DocumenttypesConfig.Builder
- getDefName() - Static method in class com.yahoo.document.config.DocumenttypesConfig
- getDefNamespace() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Builder
- getDefNamespace() - Static method in class com.yahoo.document.config.DocumentmanagerConfig
- getDefNamespace() - Method in class com.yahoo.document.config.DocumenttypesConfig.Builder
- getDefNamespace() - Static method in class com.yahoo.document.config.DocumenttypesConfig
- getDocId() - Method in exception com.yahoo.document.json.JsonReaderException
- getDocType() - Method in class com.yahoo.document.DocumentId
- getDocType() - Method in class com.yahoo.document.idstring.IdIdString
- getDocType() - Method in class com.yahoo.document.idstring.IdString
- getDocument() - Method in class com.yahoo.document.DocumentPut
- getDocumentId() - Method in class com.yahoo.document.datatypes.ReferenceFieldValue
- getDocumentOperation() - Method in class com.yahoo.document.select.Context
- getDocumentPut() - Method in class com.yahoo.vespaxmlparser.DocumentFeedOperation
- getDocumentPut() - Method in class com.yahoo.vespaxmlparser.FeedOperation
- getDocumentRemove() - Method in class com.yahoo.vespaxmlparser.FeedOperation
- getDocumentRemove() - Method in class com.yahoo.vespaxmlparser.RemoveFeedOperation
- getDocumentType() - Method in class com.yahoo.document.DocumentUpdate
-
Returns the type of the document this updates.
- getDocumentType() - Method in class com.yahoo.document.fieldpathupdate.FieldPathUpdate
- getDocumentType() - Method in class com.yahoo.document.fieldset.FieldCollection
- getDocumentType() - Method in class com.yahoo.document.select.convert.NowQueryExpression
- getDocumentType() - Method in class com.yahoo.document.update.FieldUpdate
- getDocumentType(DataTypeName) - Method in class com.yahoo.document.DocumentTypeManager
-
Gets a registered document.
- getDocumentType(String) - Method in class com.yahoo.document.DocumentTypeManager
-
Returns a registered document type
- getDocumentTypeManager() - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- getDocumentTypeManager() - Method in class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- getDocumentTypes() - Method in class com.yahoo.document.DocumentTypeManager
-
A read only view of the registered document types
- getDocumentUpdate() - Method in class com.yahoo.vespaxmlparser.DocumentUpdateFeedOperation
- getDocumentUpdate() - Method in class com.yahoo.vespaxmlparser.FeedOperation
- getDouble() - Method in class com.yahoo.document.datatypes.DoubleFieldValue
- getDouble(FieldBase) - Method in class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- getEndColumn() - Method in interface com.yahoo.document.select.parser.CharStream
- getEndLine() - Method in interface com.yahoo.document.select.parser.CharStream
- getExpression() - Method in class com.yahoo.document.fieldpathupdate.AssignFieldPathUpdate
- getFactory() - Static method in class com.yahoo.document.datatypes.BoolFieldValue
- getFactory() - Static method in class com.yahoo.document.datatypes.ByteFieldValue
- getFactory() - Static method in class com.yahoo.document.datatypes.DoubleFieldValue
- getFactory() - Static method in class com.yahoo.document.datatypes.Float16FieldValue
- getFactory() - Static method in class com.yahoo.document.datatypes.FloatFieldValue
- getFactory() - Static method in class com.yahoo.document.datatypes.IntegerFieldValue
- getFactory() - Static method in class com.yahoo.document.datatypes.LongFieldValue
- getFactory() - Static method in class com.yahoo.document.datatypes.PredicateFieldValue
- getFactory() - Static method in class com.yahoo.document.datatypes.Raw
- getFactory() - Static method in class com.yahoo.document.datatypes.StringFieldValue
- getFactory() - Static method in class com.yahoo.document.datatypes.UriFieldValue
- getField() - Method in exception com.yahoo.document.json.JsonReaderException
- getField() - Method in class com.yahoo.document.select.rule.IdNode
- getField() - Method in class com.yahoo.document.update.FieldUpdate
-
Returns the field that this field update applies to
- getField(int) - Method in class com.yahoo.document.BaseStructDataType
- getField(int) - Method in class com.yahoo.document.DocumentType
- getField(int) - Method in class com.yahoo.document.StructDataType
- getField(int) - Method in class com.yahoo.document.StructuredDataType
-
Gets the field with the specified id.
- getField(String) - Method in class com.yahoo.document.BaseStructDataType
- getField(String) - Method in class com.yahoo.document.datatypes.Struct
- getField(String) - Method in class com.yahoo.document.datatypes.StructuredFieldValue
-
Returns the named field object, or null if that field does not exist.
- getField(String) - Method in class com.yahoo.document.Document
- getField(String) - Method in class com.yahoo.document.DocumentType
-
Gets the field matching a given name.
- getField(String) - Method in class com.yahoo.document.StructDataType
- getField(String) - Method in class com.yahoo.document.StructuredDataType
-
Gets the field matching a given name.
- getFieldCount() - Method in class com.yahoo.document.BaseStructDataType
- getFieldCount() - Method in class com.yahoo.document.datatypes.Struct
- getFieldCount() - Method in class com.yahoo.document.datatypes.StructuredFieldValue
- getFieldCount() - Method in class com.yahoo.document.Document
- getFieldCount() - Method in class com.yahoo.document.DocumentType
- getFieldCount() - Method in class com.yahoo.document.StructDataType
- getFieldPath() - Method in class com.yahoo.document.fieldpathupdate.FieldPathUpdate
- getFieldRef() - Method in class com.yahoo.document.FieldPathEntry
- getFields() - Method in class com.yahoo.document.BaseStructDataType
- getFields() - Method in class com.yahoo.document.datatypes.Struct
- getFields() - Method in class com.yahoo.document.DocumentType
-
All fields defined in the document and its parents This is for internal use Use
DocumentType.fieldSet()
instead orDocumentType.fieldSetAll()
if you really want all fields - getFields() - Method in class com.yahoo.document.StructDataType
- getFields() - Method in class com.yahoo.document.StructuredDataType
- getFieldsThisTypeOnly() - Method in class com.yahoo.document.StructDataType
- getFieldUpdate(Field) - Method in class com.yahoo.document.DocumentUpdate
-
Returns the update for a field
- getFieldUpdate(String) - Method in class com.yahoo.document.DocumentUpdate
-
Returns the update for a field name
- getFieldValue() - Method in class com.yahoo.document.annotation.Annotation
-
Returns the value of the annotation, if any.
- getFieldValue() - Method in class com.yahoo.document.fieldpathupdate.AssignFieldPathUpdate
- getFieldValue(int) - Method in class com.yahoo.document.datatypes.Array
- getFieldValue(FieldValue, DataType, Field, Class<T>) - Static method in class com.yahoo.document.datatypes.Struct
- getFieldValue(FieldValue, DataType, String, Class<T>) - Static method in class com.yahoo.document.datatypes.Struct
- getFieldValue(StructuredFieldValue) - Method in class com.yahoo.document.ExtendedField
- getFieldValue(StructuredFieldValue) - Method in class com.yahoo.document.ExtendedStringField
- getFieldValue(Field) - Method in class com.yahoo.document.datatypes.Struct
- getFieldValue(Field) - Method in class com.yahoo.document.datatypes.StructuredFieldValue
-
Returns the value of the given field.
- getFieldValue(Field) - Method in class com.yahoo.document.Document
- getFieldValue(String) - Method in class com.yahoo.document.datatypes.StructuredFieldValue
-
Convenience method to return the value of a named field.
- getFloat() - Method in class com.yahoo.document.datatypes.Float16FieldValue
- getFloat() - Method in class com.yahoo.document.datatypes.FloatFieldValue
- getFloat(FieldBase) - Method in class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- getFrom() - Method in class com.yahoo.document.annotation.Span
- getFrom() - Method in class com.yahoo.document.annotation.SpanList
-
Returns the character index where this
SpanNode
starts (inclusive), i.e. the smallestSpanNode.getFrom()
of all children. - getFrom() - Method in class com.yahoo.document.annotation.SpanNode
-
Returns the character index where this SpanNode starts (inclusive).
- getFrom(int) - Method in class com.yahoo.document.annotation.AlternateSpanList
-
Returns the character index where this
SpanNode
starts (inclusive), i.e. the smallestSpanNode.getFrom()
of all children in subtree i. - getGidBitCount() - Method in class com.yahoo.document.BucketIdFactory
- getGlobalId() - Method in class com.yahoo.document.DocumentId
- getGroup() - Method in class com.yahoo.document.idstring.IdIdString
- getGroup() - Method in class com.yahoo.document.idstring.IdString
- getId() - Method in class com.yahoo.document.annotation.AnnotationType
-
Returns the ID of this annotation.
- getId() - Method in class com.yahoo.document.BucketId
- getId() - Method in class com.yahoo.document.DataType
- getId() - Method in class com.yahoo.document.Document
- getId() - Method in class com.yahoo.document.DocumentGet
- getId() - Method in class com.yahoo.document.DocumentOperation
- getId() - Method in class com.yahoo.document.DocumentPut
- getId() - Method in class com.yahoo.document.DocumentRemove
- getId() - Method in class com.yahoo.document.DocumentTypeId
- getId() - Method in class com.yahoo.document.DocumentUpdate
- getId() - Method in class com.yahoo.document.Field
- getId() - Method in class com.yahoo.document.select.simple.IdSpecParser
- getID(int) - Static method in enum class com.yahoo.document.update.ArithmeticValueUpdate.Operator
-
Returns the operator with the specified ID.
- getID(int) - Static method in enum class com.yahoo.document.update.ValueUpdate.ValueUpdateClassID
- getIgnoreUndefinedFields() - Method in class com.yahoo.document.DocumentTypeManager
-
Returns true if we should ignore attempts to set a field not defined in the document type, rather than (by default) throwing an exception.
- getImage() - Method in interface com.yahoo.document.select.parser.CharStream
- getImportedFieldNames() - Method in class com.yahoo.document.DocumentType
- getIndex() - Method in class com.yahoo.document.datatypes.FieldPathIteratorHandler.IndexValue
- getInheritedTypes() - Method in class com.yahoo.document.annotation.AnnotationType
- getInheritedTypes() - Method in class com.yahoo.document.DocumentType
-
Returns the DocumentNames which are directly inherited by this as a read-only collection.
- getInheritedTypes() - Method in class com.yahoo.document.StructDataType
- getInt(FieldBase) - Method in class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- getInteger() - Method in class com.yahoo.document.datatypes.IntegerFieldValue
- getItems() - Method in class com.yahoo.document.select.rule.ArithmeticNode
- getItems() - Method in class com.yahoo.document.select.rule.AttributeNode
- getItems() - Method in class com.yahoo.document.select.rule.LogicNode
- getIteratorHandler(Document) - Method in class com.yahoo.document.fieldpathupdate.AddFieldPathUpdate
- getKey() - Method in class com.yahoo.document.datatypes.FieldPathIteratorHandler.IndexValue
- getKeyType() - Method in class com.yahoo.document.MapDataType
- getLastModified() - Method in class com.yahoo.document.Document
-
Returns the last modified time of this Document, when stored in persistent storage.
- getLatitude(Struct) - Method in class com.yahoo.document.internal.GeoPosType
- getLength() - Method in class com.yahoo.document.annotation.Span
- getLength() - Method in class com.yahoo.document.annotation.SpanList
-
Returns the length of this span, i.e. getFrom() - getTo().
- getLength() - Method in class com.yahoo.document.annotation.SpanNode
-
Returns the length of this span, i.e. getFrom() - getTo().
- getLength(int) - Method in class com.yahoo.document.annotation.AlternateSpanList
-
Returns the length of this span according to subtree i, i.e. getFrom(i) - getTo(i).
- getLHS() - Method in class com.yahoo.document.select.rule.ComparisonNode
-
Returns the left hand side of this comparison.
- getList() - Method in class com.yahoo.document.FieldPath
- getLocation() - Method in class com.yahoo.document.idstring.IdIdString
- getLocation() - Method in class com.yahoo.document.idstring.IdString
- getLocationBitCount() - Method in class com.yahoo.document.BucketIdFactory
- getLong() - Method in class com.yahoo.document.datatypes.LongFieldValue
- getLong(FieldBase) - Method in class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- getLongitude(Struct) - Method in class com.yahoo.document.internal.GeoPosType
- getLookupIndex() - Method in class com.yahoo.document.FieldPathEntry
- getLookupKey() - Method in class com.yahoo.document.FieldPathEntry
- getMap(DataType, DataType) - Static method in class com.yahoo.document.DataType
-
Returns a map datatype
- getMatchingResultList(DocumentOperation) - Method in class com.yahoo.document.select.DocumentSelector
-
Returns the list of different variables resulting in a true state for this expression
- getMessage() - Method in exception com.yahoo.document.select.parser.TokenMgrException
-
You can also modify the body of this method to customize your error messages.
- getName() - Method in class com.yahoo.document.annotation.AnnotationType
-
Returns the name of this annotation.
- getName() - Method in class com.yahoo.document.annotation.SpanTree
-
Returns the name of this span tree.
- getName() - Method in class com.yahoo.document.DataType
- getName() - Method in class com.yahoo.document.DataTypeName
- getName() - Method in class com.yahoo.document.select.rule.AttributeNode.Item
- getNamespace() - Method in class com.yahoo.document.idstring.IdString
- getNamespaceSpecific() - Method in class com.yahoo.document.idstring.IdString
- getNestedType() - Method in class com.yahoo.document.CollectionDataType
- getNestedType() - Method in class com.yahoo.document.DataType
-
Returns the nested type of this if it is a collection type, null otherwise.
- getNewValue() - Method in class com.yahoo.document.fieldpathupdate.AssignFieldPathUpdate
- getNewValues() - Method in class com.yahoo.document.fieldpathupdate.AddFieldPathUpdate
- getNextToken() - Method in class com.yahoo.document.select.parser.SelectParser
- getNextToken() - Method in class com.yahoo.document.select.parser.SelectParserTokenManager
-
Get the next Token.
- getNode() - Method in class com.yahoo.document.select.rule.ArithmeticNode.NodeItem
- getNode() - Method in class com.yahoo.document.select.rule.EmbracedNode
- getNode() - Method in class com.yahoo.document.select.rule.LogicNode.NodeItem
- getNode() - Method in class com.yahoo.document.select.rule.NegationNode
- getNode() - Method in class com.yahoo.document.select.simple.SelectionParser
- getNumber() - Method in class com.yahoo.document.datatypes.ByteFieldValue
- getNumber() - Method in class com.yahoo.document.datatypes.DoubleFieldValue
- getNumber() - Method in class com.yahoo.document.datatypes.Float16FieldValue
- getNumber() - Method in class com.yahoo.document.datatypes.FloatFieldValue
- getNumber() - Method in class com.yahoo.document.datatypes.IntegerFieldValue
- getNumber() - Method in class com.yahoo.document.datatypes.LongFieldValue
- getNumber() - Method in class com.yahoo.document.datatypes.NumericFieldValue
- getNumber() - Method in class com.yahoo.document.idstring.IdIdString
- getNumber() - Method in class com.yahoo.document.idstring.IdString
- getNumBucketBits() - Method in class com.yahoo.document.BucketDistribution
-
Returns the number of bits used for bucket identifiers.
- getNumBuckets() - Method in class com.yahoo.document.BucketDistribution
-
Returns the number of buckets available using the configured number of bucket bits.
- getNumColumns() - Method in class com.yahoo.document.BucketDistribution
-
Returns the number of columns to distribute to.
- getNumSubTrees() - Method in class com.yahoo.document.annotation.AlternateSpanList
-
Returns the number of subtrees under this node.
- getOperand() - Method in class com.yahoo.document.update.ArithmeticValueUpdate
-
Returns the operand of this arithmetic value update.
- getOperation() - Method in class com.yahoo.document.update.TensorModifyUpdate
- getOperation(int) - Static method in enum class com.yahoo.document.update.TensorModifyUpdate.Operation
- getOperator() - Method in class com.yahoo.document.select.rule.ArithmeticNode.NodeItem
- getOperator() - Method in class com.yahoo.document.select.rule.ComparisonNode
-
Returns the comparison operator of this.
- getOperator() - Method in class com.yahoo.document.select.rule.LogicNode.NodeItem
- getOperator() - Method in class com.yahoo.document.select.simple.OperatorParser
- getOperator() - Method in class com.yahoo.document.update.ArithmeticValueUpdate
-
Returns the operator of this arithmatic value update.
- getOptionalCreateIfNonExistent() - Method in class com.yahoo.document.DocumentUpdate
- getOriginalFieldPath() - Method in class com.yahoo.document.fieldpathupdate.FieldPathUpdate
- getOriginalWhereClause() - Method in class com.yahoo.document.fieldpathupdate.FieldPathUpdate
- getParent() - Method in class com.yahoo.document.annotation.SpanNode
-
Returns the parent node of this SpanNode, if any.
- getPredicate() - Method in class com.yahoo.document.datatypes.PredicateFieldValue
- getPrimitiveType() - Method in class com.yahoo.document.CollectionDataType
- getPrimitiveType() - Method in class com.yahoo.document.DataType
-
Returns the primitive datatype associated with this datatype, i.e. the type itself if this is a PrimitiveDataType, the nested type if this is a CollectionDataType or null for all other cases
- getPrimitiveType() - Method in class com.yahoo.document.PrimitiveDataType
- getProbability(int) - Method in class com.yahoo.document.annotation.AlternateSpanList
-
Returns the probability of the given subtree.
- getQueryMap() - Method in class com.yahoo.document.select.convert.SelectionExpressionConverter
- getRawId() - Method in class com.yahoo.document.BucketId
- getRawId() - Method in class com.yahoo.document.GlobalId
-
Returns the raw byte array that constitutes this global id.
- getRecursiveValue(FieldPath) - Method in class com.yahoo.document.datatypes.FieldValue
- getRecursiveValue(String) - Method in class com.yahoo.document.datatypes.FieldValue
-
Using the given field path, digs through the document and returns the matching field value.
- getReference() - Method in class com.yahoo.document.annotation.AnnotationReference
-
Returns the Annotation that this AnnotationReference refers to.
- getRemaining() - Method in class com.yahoo.document.select.simple.Parser
- getRemoveIfZero() - Method in class com.yahoo.document.fieldpathupdate.AssignFieldPathUpdate
- getResult() - Method in interface com.yahoo.document.select.ResultList.LazyResultList
- getResult() - Method in class com.yahoo.document.select.ResultList.ResultPair
- getResultingDataType() - Method in class com.yahoo.document.FieldPath
- getResultingDataType() - Method in class com.yahoo.document.FieldPathEntry
- getResults() - Method in class com.yahoo.document.select.ResultList
- getRHS() - Method in class com.yahoo.document.select.rule.ComparisonNode
-
Returns the right hand side of this comparison.
- getRoot() - Method in class com.yahoo.document.annotation.SpanTree
-
Returns the root node of this span tree.
- getScheme() - Method in class com.yahoo.document.DocumentId
- getSchemeParameters() - Method in class com.yahoo.document.idstring.IdString
- getSchemeSpecific() - Method in class com.yahoo.document.idstring.IdIdString
- getSchemeSpecific() - Method in class com.yahoo.document.idstring.IdString
- getScratchId() - Method in class com.yahoo.document.annotation.Annotation
- getScratchId() - Method in class com.yahoo.document.annotation.SpanNode
- getSelection() - Method in class com.yahoo.document.TestAndSetCondition
- getSerializedSize() - Method in class com.yahoo.document.Document
- getSerializedSize(Document) - Static method in class com.yahoo.document.serialization.VespaDocumentSerializer6
-
Returns the serialized size of the given
Document
. - getSerializedTensor() - Method in class com.yahoo.document.datatypes.TensorFieldValue
- getShort(FieldBase) - Method in class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- getSpanNode() - Method in class com.yahoo.document.annotation.Annotation
-
Returns the
SpanNode
this Annotation is annotating, if any. - getSpanNodeFast() - Method in class com.yahoo.document.annotation.Annotation
-
Returns the
SpanNode
this Annotation is annotating, if any. - getSpanTree() - Method in class com.yahoo.document.annotation.SpanNode
-
Returns the SpanTree that this node belongs to, if any.
- getSpanTree() - Method in interface com.yahoo.document.annotation.SpanNodeParent
-
Returns the SpanTree of this, if any.
- getSpanTree() - Method in class com.yahoo.document.annotation.SpanTree
-
Returns itself. Needed for this class to be able to be a parent of SpanNodes.
- getSpanTree(String) - Method in class com.yahoo.document.datatypes.StringFieldValue
-
Returns the span tree associated with the given name, or null if this does not exist.
- getSpanTreeMap() - Method in class com.yahoo.document.datatypes.StringFieldValue
-
Returns the map of spantrees.
- getSpanTrees() - Method in class com.yahoo.document.datatypes.StringFieldValue
-
Returns an unmodifiable Collection of the span trees with annotations over this String, if any.
- getString() - Method in class com.yahoo.document.datatypes.StringFieldValue
-
Returns the String value wrapped by this StringFieldValue
- getString(FieldBase) - Method in class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- getStringFieldValue() - Method in class com.yahoo.document.annotation.SpanNode
-
Returns the StringFieldValue that this node belongs to, if any.
- getStringFieldValue() - Method in interface com.yahoo.document.annotation.SpanNodeParent
-
Returns the StringFieldValue that this node belongs to, if any.
- getStringFieldValue() - Method in class com.yahoo.document.annotation.SpanTree
-
Returns the StringFieldValue that this SpanTree belongs to.
- getStructType(String) - Method in class com.yahoo.document.DocumentType
-
Get a struct declared in this document (or any inherited document).
- getSuffix(int) - Method in interface com.yahoo.document.select.parser.CharStream
- getTabSize() - Method in interface com.yahoo.document.select.parser.CharStream
- getTargetType() - Method in class com.yahoo.document.ReferenceDataType
- getTensor() - Method in class com.yahoo.document.datatypes.TensorFieldValue
- getTensor(TensorType) - Static method in class com.yahoo.document.DataType
-
Returns the given tensor type as a DataType
- getTensorType() - Method in class com.yahoo.document.datatypes.TensorFieldValue
- getTensorType() - Method in class com.yahoo.document.TensorDataType
-
Returns the type of the tensor this field can hold
- getText(int, CharSequence) - Method in class com.yahoo.document.annotation.AlternateSpanList
-
Returns the text covered by this span as given by subtree i, or null if subtree i is empty.
- getText(CharSequence) - Method in class com.yahoo.document.annotation.Span
- getText(CharSequence) - Method in class com.yahoo.document.annotation.SpanList
-
Returns the text that is covered by this SpanNode.
- getText(CharSequence) - Method in class com.yahoo.document.annotation.SpanNode
-
Returns the text that is covered by this SpanNode.
- getTo() - Method in class com.yahoo.document.annotation.Span
- getTo() - Method in class com.yahoo.document.annotation.SpanList
-
Returns the character index where this
SpanNode
ends (exclusive), i.e. the greatestSpanNode.getTo()
of all children. - getTo() - Method in class com.yahoo.document.annotation.SpanNode
-
Returns the character index where this SpanNode ends (exclusive).
- getTo(int) - Method in class com.yahoo.document.annotation.AlternateSpanList
-
Returns the character index where this
SpanNode
ends (exclusive), i.e. the greatestSpanNode.getTo()
of all children in subtree i. - getToken(int) - Method in class com.yahoo.document.select.parser.SelectParser
- getType() - Method in class com.yahoo.document.annotation.Annotation
-
Returns the type of this annotation.
- getType() - Method in class com.yahoo.document.DocumentUpdate
-
Returns the document type of this document update.
- getType() - Method in class com.yahoo.document.FieldPathEntry
- getType() - Method in class com.yahoo.document.idstring.IdString
- getType() - Method in class com.yahoo.document.select.rule.AttributeNode.Item
- getType() - Method in class com.yahoo.document.select.rule.DocumentNode
- getType() - Method in class com.yahoo.document.select.rule.DocumentTypeNode
- getType() - Method in class com.yahoo.vespaxmlparser.FeedOperation
- getType(int) - Method in class com.yahoo.document.annotation.AnnotationTypeRegistry
-
Returns an annotation type with the given id.
- getType(String) - Method in class com.yahoo.document.annotation.AnnotationTypeRegistry
-
Returns an annotation type with the given name.
- getTypeRepo() - Method in interface com.yahoo.document.serialization.DocumentDeserializer
- getTypeRepo() - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- getTypes() - Method in class com.yahoo.document.annotation.AnnotationTypeRegistry
-
Returns an unmodifiable of all types registered.
- getUpdate() - Method in class com.yahoo.document.update.MapValueUpdate
- getUpdateType() - Method in class com.yahoo.document.fieldpathupdate.FieldPathUpdate
- getUsedBits() - Method in class com.yahoo.document.BucketId
- getValue() - Method in class com.yahoo.document.select.parser.Token
-
An optional attribute value of the Token.
- getValue() - Method in class com.yahoo.document.select.ResultList.VariableValue
- getValue() - Method in class com.yahoo.document.select.rule.AttributeNode
- getValue() - Method in class com.yahoo.document.select.rule.LiteralNode
- getValue() - Method in class com.yahoo.document.select.rule.VariableNode
- getValue() - Method in class com.yahoo.document.select.simple.IntegerParser
- getValue() - Method in class com.yahoo.document.select.simple.StringParser
- getValue() - Method in class com.yahoo.document.update.AddValueUpdate
-
Returns the value of this value update.
- getValue() - Method in class com.yahoo.document.update.ArithmeticValueUpdate
-
Returns the operand
- getValue() - Method in class com.yahoo.document.update.AssignValueUpdate
-
Returns the value of this value update.
- getValue() - Method in class com.yahoo.document.update.ClearValueUpdate
- getValue() - Method in class com.yahoo.document.update.MapValueUpdate
-
Returns the key of the nested update
- getValue() - Method in class com.yahoo.document.update.RemoveValueUpdate
-
Sets the key this should remove
- getValue() - Method in class com.yahoo.document.update.TensorAddUpdate
- getValue() - Method in class com.yahoo.document.update.TensorModifyUpdate
- getValue() - Method in class com.yahoo.document.update.TensorRemoveUpdate
- getValue() - Method in class com.yahoo.document.update.ValueUpdate
-
Returns the primary "value" of this update, or null if this kind of update has no value
- getValueClass() - Method in class com.yahoo.document.annotation.AnnotationReferenceDataType
- getValueClass() - Method in class com.yahoo.document.ArrayDataType
- getValueClass() - Method in class com.yahoo.document.DataType
- getValueClass() - Method in class com.yahoo.document.DocumentType
- getValueClass() - Method in class com.yahoo.document.MapDataType
- getValueClass() - Method in class com.yahoo.document.PrimitiveDataType
- getValueClass() - Method in class com.yahoo.document.ReferenceDataType
- getValueClass() - Method in class com.yahoo.document.StructDataType
- getValueClass() - Method in class com.yahoo.document.TensorDataType
- getValueClass() - Method in class com.yahoo.document.WeightedSetDataType
- getValues() - Method in class com.yahoo.document.datatypes.Array
- getValueType() - Method in class com.yahoo.document.MapDataType
- getValueUpdate(int) - Method in class com.yahoo.document.update.FieldUpdate
-
Get the value update at the specified index in the list of value updates.
- getValueUpdate(DataType, DataType) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- getValueUpdateClassID() - Method in class com.yahoo.document.update.ValueUpdate
-
Returns the valueUpdateClassID of this value update.
- getValueUpdates() - Method in class com.yahoo.document.update.FieldUpdate
-
Get an unmodifiable list of all value updates that this field update specifies.
- getValueUpdates(ValueUpdate.ValueUpdateClassID) - Method in class com.yahoo.document.update.FieldUpdate
-
Get value updates with the specified valueUpdateClassID.
- getVariableName() - Method in class com.yahoo.document.FieldPathEntry
- getVariables() - Method in class com.yahoo.document.datatypes.FieldPathIteratorHandler
- getVariables() - Method in class com.yahoo.document.select.Context
- getVariables() - Method in class com.yahoo.document.select.ResultList.ResultPair
- getVariables() - Method in class com.yahoo.document.select.ResultList.VariableValue
- getVersion() - Method in class com.yahoo.document.datatypes.Struct
- getWeight() - Method in class com.yahoo.document.update.AddValueUpdate
-
Return the associated weight of this value update.
- getWeightedSet(DataType) - Static method in class com.yahoo.document.DataType
-
Returns a weighted set datatype, where the elements are of the given type
- getWeightedSet(DataType, boolean, boolean) - Static method in class com.yahoo.document.DataType
-
Returns a weighted set datatype, where the elements are of the given type, and which supports the properties createIfNonExistent and removeIfZero
- getWhereClause() - Method in class com.yahoo.document.fieldpathupdate.FieldPathUpdate
- getWrappedValue() - Method in class com.yahoo.document.datatypes.Array
- getWrappedValue() - Method in class com.yahoo.document.datatypes.BoolFieldValue
- getWrappedValue() - Method in class com.yahoo.document.datatypes.ByteFieldValue
- getWrappedValue() - Method in class com.yahoo.document.datatypes.DoubleFieldValue
- getWrappedValue() - Method in class com.yahoo.document.datatypes.FieldValue
-
Used to retrieve wrapped type for simple types, such that you can use get methods to retrieve ints and floats directly instead of Int/Float field values.
- getWrappedValue() - Method in class com.yahoo.document.datatypes.Float16FieldValue
- getWrappedValue() - Method in class com.yahoo.document.datatypes.FloatFieldValue
- getWrappedValue() - Method in class com.yahoo.document.datatypes.IntegerFieldValue
- getWrappedValue() - Method in class com.yahoo.document.datatypes.LongFieldValue
- getWrappedValue() - Method in class com.yahoo.document.datatypes.MapFieldValue
- getWrappedValue() - Method in class com.yahoo.document.datatypes.PredicateFieldValue
- getWrappedValue() - Method in class com.yahoo.document.datatypes.Raw
- getWrappedValue() - Method in class com.yahoo.document.datatypes.ReferenceFieldValue
-
Expose target document ID as this value's wrapped value.
- getWrappedValue() - Method in class com.yahoo.document.datatypes.StringFieldValue
-
Returns the String value wrapped by this StringFieldValue
- getWrappedValue() - Method in class com.yahoo.document.datatypes.TensorFieldValue
- getWrappedValue() - Method in class com.yahoo.document.datatypes.WeightedSet
- getXValue(FieldValue) - Static method in class com.yahoo.document.PositionDataType
- getYValue(FieldValue) - Static method in class com.yahoo.document.PositionDataType
- getZCurveFieldName(String) - Static method in class com.yahoo.document.PositionDataType
- GLOB - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- GlobalId - Class in com.yahoo.document
-
Implements an incredibly light-weight version of the document global id.
- GlobalId(byte[]) - Constructor for class com.yahoo.document.GlobalId
-
Constructs a new global id by copying the content of the given raw byte array.
- GlobalId(IdString) - Constructor for class com.yahoo.document.GlobalId
-
Constructs a new global id from a document id string.
- GlobalId(Deserializer) - Constructor for class com.yahoo.document.GlobalId
-
Constructs a global id by deserializing content from the given byte buffer.
- globalSpace() - Static method in class com.yahoo.document.FixedBucketSpaces
- GT - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
H
- hasDocType() - Method in class com.yahoo.document.DocumentId
- hasDocType() - Method in class com.yahoo.document.idstring.IdIdString
- hasDocType() - Method in class com.yahoo.document.idstring.IdString
- hasDocumentType(String) - Method in class com.yahoo.document.DocumentTypeManager
-
Convenience method
- hasField(Field) - Method in class com.yahoo.document.BaseStructDataType
- hasField(String) - Method in class com.yahoo.document.BaseStructDataType
- hasField(String) - Method in class com.yahoo.document.DocumentType
-
Returns whether this type defines the given field name
- hasFieldPath() - Method in class com.yahoo.vespaxmlparser.VespaXMLUpdateReader
- hasFieldValue() - Method in class com.yahoo.document.annotation.Annotation
-
Returns true if this Annotation has a value.
- hasForcedId() - Method in class com.yahoo.document.Field
- hasGroup() - Method in class com.yahoo.document.idstring.IdIdString
- hasGroup() - Method in class com.yahoo.document.idstring.IdString
- hashCode() - Method in class com.yahoo.document.annotation.AlternateSpanList
- hashCode() - Method in class com.yahoo.document.annotation.Annotation
- hashCode() - Method in class com.yahoo.document.annotation.AnnotationReference
- hashCode() - Method in class com.yahoo.document.annotation.AnnotationType
- hashCode() - Method in class com.yahoo.document.annotation.AnnotationType2AnnotationContainer
- hashCode() - Method in class com.yahoo.document.annotation.ListAnnotationContainer
- hashCode() - Method in class com.yahoo.document.annotation.SpanList
- hashCode() - Method in class com.yahoo.document.annotation.SpanNode
- hashCode() - Method in class com.yahoo.document.annotation.SpanTree
- hashCode() - Method in class com.yahoo.document.BucketId
- hashCode() - Method in class com.yahoo.document.DataType
- hashCode() - Method in class com.yahoo.document.DataTypeName
- hashCode() - Method in class com.yahoo.document.datatypes.Array
- hashCode() - Method in class com.yahoo.document.datatypes.BoolFieldValue
- hashCode() - Method in class com.yahoo.document.datatypes.ByteFieldValue
- hashCode() - Method in class com.yahoo.document.datatypes.CompositeFieldValue
- hashCode() - Method in class com.yahoo.document.datatypes.DoubleFieldValue
- hashCode() - Method in class com.yahoo.document.datatypes.FieldPathIteratorHandler.IndexValue
- hashCode() - Method in class com.yahoo.document.datatypes.Float16FieldValue
- hashCode() - Method in class com.yahoo.document.datatypes.FloatFieldValue
- hashCode() - Method in class com.yahoo.document.datatypes.IntegerFieldValue
- hashCode() - Method in class com.yahoo.document.datatypes.LongFieldValue
- hashCode() - Method in class com.yahoo.document.datatypes.PredicateFieldValue
- hashCode() - Method in class com.yahoo.document.datatypes.Raw
- hashCode() - Method in class com.yahoo.document.datatypes.ReferenceFieldValue
- hashCode() - Method in class com.yahoo.document.datatypes.StringFieldValue
- hashCode() - Method in class com.yahoo.document.datatypes.Struct
- hashCode() - Method in class com.yahoo.document.datatypes.WeightedSet
-
Uses hashCode() from the encapsulated Map.
- hashCode() - Method in class com.yahoo.document.Document
- hashCode() - Method in class com.yahoo.document.DocumentGet
- hashCode() - Method in class com.yahoo.document.DocumentId
- hashCode() - Method in class com.yahoo.document.DocumentPut
- hashCode() - Method in class com.yahoo.document.DocumentRemove
- hashCode() - Method in class com.yahoo.document.DocumentType
- hashCode() - Method in class com.yahoo.document.DocumentTypeId
- hashCode() - Method in class com.yahoo.document.DocumentUpdate
- hashCode() - Method in class com.yahoo.document.Field
- hashCode() - Method in class com.yahoo.document.FieldPath
- hashCode() - Method in class com.yahoo.document.FieldPathEntry
- hashCode() - Method in class com.yahoo.document.FieldPathEntry.KeyParseResult
- hashCode() - Method in class com.yahoo.document.fieldpathupdate.AddFieldPathUpdate
- hashCode() - Method in class com.yahoo.document.fieldpathupdate.AssignFieldPathUpdate
- hashCode() - Method in class com.yahoo.document.fieldpathupdate.FieldPathUpdate
- hashCode() - Method in class com.yahoo.document.GlobalId
- hashCode() - Method in class com.yahoo.document.idstring.IdString
- hashCode() - Method in class com.yahoo.document.json.ParsedDocumentOperation
- hashCode() - Method in class com.yahoo.document.StructDataType
- hashCode() - Method in class com.yahoo.document.StructuredDataType
- hashCode() - Method in class com.yahoo.document.TensorDataType
- hashCode() - Method in class com.yahoo.document.TestAndSetCondition
- hashCode() - Method in class com.yahoo.document.update.AddValueUpdate
- hashCode() - Method in class com.yahoo.document.update.ArithmeticValueUpdate
- hashCode() - Method in class com.yahoo.document.update.AssignValueUpdate
- hashCode() - Method in class com.yahoo.document.update.FieldUpdate
- hashCode() - Method in class com.yahoo.document.update.MapValueUpdate
- hashCode() - Method in class com.yahoo.document.update.RemoveValueUpdate
- hashCode() - Method in class com.yahoo.document.update.TensorAddUpdate
- hashCode() - Method in class com.yahoo.document.update.TensorModifyUpdate
- hashCode() - Method in class com.yahoo.document.update.TensorRemoveUpdate
- hashCode() - Method in class com.yahoo.document.update.ValueUpdate
- hasImportedField(String) - Method in class com.yahoo.document.DocumentType
- hasNext() - Method in class com.yahoo.document.annotation.SerialIterator
- hasNumber() - Method in class com.yahoo.document.idstring.IdIdString
- hasNumber() - Method in class com.yahoo.document.idstring.IdString
- hasPrevious() - Method in class com.yahoo.document.annotation.SerialIterator
- hasSpanNode() - Method in class com.yahoo.document.annotation.Annotation
-
Returns true if this Annotation is associated with a SpanNode (irrespective of the SpanNode being valid or not).
- hasValueUpdate(ValueUpdate.ValueUpdateClassID) - Method in class com.yahoo.document.update.FieldUpdate
-
Returns whether this field update contains (at least) one update of the given type
- headerstruct() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype
- headerstruct() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype
- headerstruct(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Builder
- headerstruct(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Builder
- HEX - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
I
- icmp(char, char) - Method in class com.yahoo.document.select.simple.Parser
- id - Enum constant in enum class com.yahoo.document.idstring.IdString.Scheme
- id - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Field.Builder
- id - Variable in enum class com.yahoo.document.update.ArithmeticValueUpdate.Operator
-
The numeric ID of the operator, used for serialization.
- id - Variable in enum class com.yahoo.document.update.TensorModifyUpdate.Operation
-
The numeric ID of the operator, used for serialization.
- id - Variable in enum class com.yahoo.document.update.ValueUpdate.ValueUpdateClassID
- id() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Annotationtype
- id() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Annotationtype.Inherits
- id() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype
- id() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Field
- id() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Field.Id
- id() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Annotationtype
- id() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Annotationtype.Inherits
- id() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Annotationref.Annotation
- id() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Array.Element
- id() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype
- id() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Map.Key
- id() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Map.Value
- id() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Field
- id() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Wset.Key
- id() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype
- id() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Inherits
- id() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Referencetype
- id() - Method in class com.yahoo.document.select.parser.SelectParser
- id(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Annotationtype.Builder
- id(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Annotationtype.Inherits.Builder
- id(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Builder
- id(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Field
- id(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Field.Id.Builder
- id(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Annotationtype.Builder
- id(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Annotationtype.Inherits.Builder
- id(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Builder
- id(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Annotationref.Annotation.Builder
- id(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Array.Element.Builder
- id(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Builder
- id(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Map.Key.Builder
- id(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Map.Value.Builder
- id(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Field.Builder
- id(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Wset.Key.Builder
- id(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Inherits.Builder
- id(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Referencetype.Builder
- id(DocumentmanagerConfig.Datatype.Structtype.Field.Id.Builder) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Field.Builder
-
Add the given builder to this builder's list of Id builders
- id(Consumer<DocumentmanagerConfig.Datatype.Structtype.Field.Id.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Field.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- id(List<DocumentmanagerConfig.Datatype.Structtype.Field.Id.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Field.Builder
-
Set the given list as this builder's list of Id builders
- Id(DocumentmanagerConfig.Datatype.Structtype.Field.Id.Builder) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Field.Id
- ID - Static variable in class com.yahoo.document.annotation.AlternateSpanList
- ID - Static variable in class com.yahoo.document.annotation.Span
- ID - Static variable in class com.yahoo.document.annotation.SpanList
- ID - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- ID_BUCKET - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- ID_GROUP - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- ID_NAMESPACE - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- ID_SCHEME - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- ID_SPECIFIC - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- ID_TYPE - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- ID_USER - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- identifier() - Method in class com.yahoo.document.select.parser.SelectParser
- IDENTIFIER - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- IdIdString - Class in com.yahoo.document.idstring
- IdIdString(String, String, String, String) - Constructor for class com.yahoo.document.idstring.IdIdString
-
Create an id scheme object.
- IdNode - Class in com.yahoo.document.select.rule
- IdNode() - Constructor for class com.yahoo.document.select.rule.IdNode
- IdSpecParser - Class in com.yahoo.document.select.simple
- IdSpecParser() - Constructor for class com.yahoo.document.select.simple.IdSpecParser
- IdString - Class in com.yahoo.document.idstring
-
To be used with DocumentId constructor.
- IdString(IdString.Scheme, String, String) - Constructor for class com.yahoo.document.idstring.IdString
- IdString.Scheme - Enum Class in com.yahoo.document.idstring
- idx() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Annotationref
- idx() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Annotationtype
- idx() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Annotationtype.Inherits
- idx() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Arraytype
- idx() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Documentref
- idx() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype
- idx() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Inherits
- idx() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Maptype
- idx() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Primitivetype
- idx() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype
- idx() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Tensortype
- idx() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Wsettype
- idx() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationref
- idx() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationtype
- idx() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationtype.Inherits
- idx() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Arraytype
- idx() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Documentref
- idx() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype
- idx() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Inherits
- idx() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Maptype
- idx() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Primitivetype
- idx() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype
- idx() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Tensortype
- idx() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Wsettype
- idx(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Annotationref.Builder
- idx(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Annotationtype.Builder
- idx(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Annotationtype.Inherits.Builder
- idx(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Arraytype.Builder
- idx(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
- idx(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Documentref.Builder
- idx(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Inherits.Builder
- idx(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Maptype.Builder
- idx(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Primitivetype.Builder
- idx(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype.Builder
- idx(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Tensortype.Builder
- idx(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Wsettype.Builder
- idx(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationref.Builder
- idx(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationtype.Builder
- idx(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationtype.Inherits.Builder
- idx(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Arraytype.Builder
- idx(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
- idx(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Documentref.Builder
- idx(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Inherits.Builder
- idx(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Maptype.Builder
- idx(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Primitivetype.Builder
- idx(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype.Builder
- idx(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Tensortype.Builder
- idx(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Wsettype.Builder
- ignoreundefinedfields() - Method in class com.yahoo.document.config.DocumentmanagerConfig
- ignoreundefinedfields() - Method in class com.yahoo.document.config.DocumenttypesConfig
- ignoreundefinedfields(boolean) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Builder
- ignoreundefinedfields(boolean) - Method in class com.yahoo.document.config.DocumenttypesConfig.Builder
- image - Variable in class com.yahoo.document.select.parser.Token
-
The string image of the token.
- importedfield - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Builder
- importedfield - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
- importedfield - Variable in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
- importedfield - Variable in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Builder
- importedfield() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype
- importedfield() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype
- importedfield() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype
- importedfield() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype
- importedfield(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype
- importedfield(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype
- importedfield(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype
- importedfield(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype
- importedfield(DocumentmanagerConfig.Datatype.Documenttype.Importedfield.Builder) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Builder
-
Add the given builder to this builder's list of Importedfield builders
- importedfield(DocumentmanagerConfig.Doctype.Importedfield.Builder) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Add the given builder to this builder's list of Importedfield builders
- importedfield(DocumenttypesConfig.Doctype.Importedfield.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Add the given builder to this builder's list of Importedfield builders
- importedfield(DocumenttypesConfig.Documenttype.Importedfield.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Builder
-
Add the given builder to this builder's list of Importedfield builders
- importedfield(Consumer<DocumentmanagerConfig.Datatype.Documenttype.Importedfield.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- importedfield(Consumer<DocumentmanagerConfig.Doctype.Importedfield.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- importedfield(Consumer<DocumenttypesConfig.Doctype.Importedfield.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- importedfield(Consumer<DocumenttypesConfig.Documenttype.Importedfield.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- importedfield(List<DocumentmanagerConfig.Datatype.Documenttype.Importedfield.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Builder
-
Set the given list as this builder's list of Importedfield builders
- importedfield(List<DocumentmanagerConfig.Doctype.Importedfield.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Set the given list as this builder's list of Importedfield builders
- importedfield(List<DocumenttypesConfig.Doctype.Importedfield.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Set the given list as this builder's list of Importedfield builders
- importedfield(List<DocumenttypesConfig.Documenttype.Importedfield.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Builder
-
Set the given list as this builder's list of Importedfield builders
- Importedfield(DocumentmanagerConfig.Datatype.Documenttype.Importedfield.Builder) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Importedfield
- Importedfield(DocumentmanagerConfig.Doctype.Importedfield.Builder) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Importedfield
- Importedfield(DocumenttypesConfig.Doctype.Importedfield.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Importedfield
- Importedfield(DocumenttypesConfig.Documenttype.Importedfield.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Importedfield
- indexOf(Object) - Method in class com.yahoo.document.datatypes.Array
- IndexValue() - Constructor for class com.yahoo.document.datatypes.FieldPathIteratorHandler.IndexValue
- IndexValue(int) - Constructor for class com.yahoo.document.datatypes.FieldPathIteratorHandler.IndexValue
- IndexValue(FieldValue) - Constructor for class com.yahoo.document.datatypes.FieldPathIteratorHandler.IndexValue
- inherit(AnnotationType) - Method in class com.yahoo.document.annotation.AnnotationType
-
WARNING!
- inherit(DocumentType) - Method in class com.yahoo.document.DocumentType
-
Adds a document to the inherited document types of this.
- inherit(StructDataType) - Method in class com.yahoo.document.StructDataType
- inheritedIterator() - Method in class com.yahoo.document.DocumentType
- inherits - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Annotationtype.Builder
- inherits - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Builder
- inherits - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Builder
- inherits - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Annotationtype.Builder
- inherits - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
- inherits - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype.Builder
- inherits - Variable in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationtype.Builder
- inherits - Variable in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
- inherits - Variable in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype.Builder
- inherits - Variable in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Annotationtype.Builder
- inherits - Variable in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Builder
- inherits() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Annotationtype
- inherits() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype
- inherits() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype
- inherits() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Annotationtype
- inherits() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype
- inherits() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype
- inherits() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationtype
- inherits() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype
- inherits() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype
- inherits() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Annotationtype
- inherits() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype
- inherits(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Annotationtype
- inherits(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype
- inherits(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype
- inherits(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Annotationtype
- inherits(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype
- inherits(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype
- inherits(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationtype
- inherits(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype
- inherits(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype
- inherits(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Annotationtype
- inherits(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype
- inherits(AnnotationType) - Method in class com.yahoo.document.annotation.AnnotationType
- inherits(DocumentmanagerConfig.Annotationtype.Inherits.Builder) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Annotationtype.Builder
-
Add the given builder to this builder's list of Inherits builders
- inherits(DocumentmanagerConfig.Datatype.Documenttype.Inherits.Builder) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Builder
-
Add the given builder to this builder's list of Inherits builders
- inherits(DocumentmanagerConfig.Datatype.Structtype.Inherits.Builder) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Builder
-
Add the given builder to this builder's list of Inherits builders
- inherits(DocumentmanagerConfig.Doctype.Annotationtype.Inherits.Builder) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Annotationtype.Builder
-
Add the given builder to this builder's list of Inherits builders
- inherits(DocumentmanagerConfig.Doctype.Inherits.Builder) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Add the given builder to this builder's list of Inherits builders
- inherits(DocumentmanagerConfig.Doctype.Structtype.Inherits.Builder) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype.Builder
-
Add the given builder to this builder's list of Inherits builders
- inherits(DocumenttypesConfig.Doctype.Annotationtype.Inherits.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationtype.Builder
-
Add the given builder to this builder's list of Inherits builders
- inherits(DocumenttypesConfig.Doctype.Inherits.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Add the given builder to this builder's list of Inherits builders
- inherits(DocumenttypesConfig.Doctype.Structtype.Inherits.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype.Builder
-
Add the given builder to this builder's list of Inherits builders
- inherits(DocumenttypesConfig.Documenttype.Annotationtype.Inherits.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Annotationtype.Builder
-
Add the given builder to this builder's list of Inherits builders
- inherits(DocumenttypesConfig.Documenttype.Inherits.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Builder
-
Add the given builder to this builder's list of Inherits builders
- inherits(DocumentType) - Method in class com.yahoo.document.DocumentType
-
Return whether this document type inherits the given document type.
- inherits(StructDataType) - Method in class com.yahoo.document.StructDataType
- inherits(Consumer<DocumentmanagerConfig.Annotationtype.Inherits.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Annotationtype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- inherits(Consumer<DocumentmanagerConfig.Datatype.Documenttype.Inherits.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- inherits(Consumer<DocumentmanagerConfig.Datatype.Structtype.Inherits.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- inherits(Consumer<DocumentmanagerConfig.Doctype.Annotationtype.Inherits.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Annotationtype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- inherits(Consumer<DocumentmanagerConfig.Doctype.Inherits.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- inherits(Consumer<DocumentmanagerConfig.Doctype.Structtype.Inherits.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- inherits(Consumer<DocumenttypesConfig.Doctype.Annotationtype.Inherits.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationtype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- inherits(Consumer<DocumenttypesConfig.Doctype.Inherits.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- inherits(Consumer<DocumenttypesConfig.Doctype.Structtype.Inherits.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- inherits(Consumer<DocumenttypesConfig.Documenttype.Annotationtype.Inherits.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Annotationtype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- inherits(Consumer<DocumenttypesConfig.Documenttype.Inherits.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- inherits(List<DocumentmanagerConfig.Annotationtype.Inherits.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Annotationtype.Builder
-
Set the given list as this builder's list of Inherits builders
- inherits(List<DocumentmanagerConfig.Datatype.Documenttype.Inherits.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Builder
-
Set the given list as this builder's list of Inherits builders
- inherits(List<DocumentmanagerConfig.Datatype.Structtype.Inherits.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Builder
-
Set the given list as this builder's list of Inherits builders
- inherits(List<DocumentmanagerConfig.Doctype.Annotationtype.Inherits.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Annotationtype.Builder
-
Set the given list as this builder's list of Inherits builders
- inherits(List<DocumentmanagerConfig.Doctype.Inherits.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Set the given list as this builder's list of Inherits builders
- inherits(List<DocumentmanagerConfig.Doctype.Structtype.Inherits.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype.Builder
-
Set the given list as this builder's list of Inherits builders
- inherits(List<DocumenttypesConfig.Doctype.Annotationtype.Inherits.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationtype.Builder
-
Set the given list as this builder's list of Inherits builders
- inherits(List<DocumenttypesConfig.Doctype.Inherits.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Set the given list as this builder's list of Inherits builders
- inherits(List<DocumenttypesConfig.Doctype.Structtype.Inherits.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype.Builder
-
Set the given list as this builder's list of Inherits builders
- inherits(List<DocumenttypesConfig.Documenttype.Annotationtype.Inherits.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Annotationtype.Builder
-
Set the given list as this builder's list of Inherits builders
- inherits(List<DocumenttypesConfig.Documenttype.Inherits.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Builder
-
Set the given list as this builder's list of Inherits builders
- Inherits(DocumentmanagerConfig.Annotationtype.Inherits.Builder) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Annotationtype.Inherits
- Inherits(DocumentmanagerConfig.Datatype.Documenttype.Inherits.Builder) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Inherits
- Inherits(DocumentmanagerConfig.Datatype.Structtype.Inherits.Builder) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Inherits
- Inherits(DocumentmanagerConfig.Doctype.Annotationtype.Inherits.Builder) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Annotationtype.Inherits
- Inherits(DocumentmanagerConfig.Doctype.Inherits.Builder) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Inherits
- Inherits(DocumentmanagerConfig.Doctype.Structtype.Inherits.Builder) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype.Inherits
- Inherits(DocumenttypesConfig.Doctype.Annotationtype.Inherits.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationtype.Inherits
- Inherits(DocumenttypesConfig.Doctype.Inherits.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Inherits
- Inherits(DocumenttypesConfig.Doctype.Structtype.Inherits.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype.Inherits
- Inherits(DocumenttypesConfig.Documenttype.Annotationtype.Inherits.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Annotationtype.Inherits
- Inherits(DocumenttypesConfig.Documenttype.Inherits.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Inherits
- injectInto(int) - Method in class com.yahoo.document.serialization.DocumentUpdateFlags
- input_stream - Variable in class com.yahoo.document.select.parser.SelectParserTokenManager
- INSTANCE - Static variable in class com.yahoo.document.PositionDataType
- INT - Static variable in class com.yahoo.document.DataType
- INTEGER - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- IntegerFieldValue - Class in com.yahoo.document.datatypes
-
A 32-bit integer field value
- IntegerFieldValue() - Constructor for class com.yahoo.document.datatypes.IntegerFieldValue
- IntegerFieldValue(int) - Constructor for class com.yahoo.document.datatypes.IntegerFieldValue
- IntegerFieldValue(Integer) - Constructor for class com.yahoo.document.datatypes.IntegerFieldValue
- IntegerFieldValue(String) - Constructor for class com.yahoo.document.datatypes.IntegerFieldValue
- IntegerParser - Class in com.yahoo.document.select.simple
- IntegerParser() - Constructor for class com.yahoo.document.select.simple.IntegerParser
- internalid() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Annotationtype
- internalid() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype.Field
- internalid() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationref
- internalid() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationtype
- internalid() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Arraytype
- internalid() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Documentref
- internalid() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype
- internalid() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Maptype
- internalid() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype.Field
- internalid() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype
- internalid() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Wsettype
- internalid(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Annotationtype.Builder
- internalid(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype.Field.Builder
- internalid(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationref.Builder
- internalid(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationtype.Builder
- internalid(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Arraytype.Builder
- internalid(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
- internalid(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Documentref.Builder
- internalid(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Maptype.Builder
- internalid(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype.Builder
- internalid(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype.Field.Builder
- internalid(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Wsettype.Builder
- intersection(BucketSet) - Method in class com.yahoo.document.select.BucketSet
-
Returns the intersection between this bucket set and another.
- INVALID - Enum constant in enum class com.yahoo.document.select.Result
- INVALID - Enum constant in enum class com.yahoo.vespaxmlparser.FeedOperation.Type
- INVALID - Static variable in class com.yahoo.vespaxmlparser.FeedOperation
- INVALID_LEXICAL_STATE - Static variable in exception com.yahoo.document.select.parser.TokenMgrException
-
Tried to change to an invalid lexical state.
- invert(Result) - Static method in enum class com.yahoo.document.select.Result
-
Inverts the result value to the appropriate value.
- isA(String) - Method in class com.yahoo.document.DocumentType
-
Check if this document type has the given name, or inherits from a type with that name.
- isArithmetic() - Method in class com.yahoo.document.fieldpathupdate.AssignFieldPathUpdate
- isAssignableFrom(DataType) - Method in class com.yahoo.document.DataType
- isAssignableTo(DataType) - Method in class com.yahoo.document.DataType
-
The reverse of isAssignableFrom
- isBase64EncodedElement(XMLStreamReader) - Static method in class com.yahoo.vespaxmlparser.VespaXMLReader
- isBase64EncodingAttribute(String, String) - Static method in class com.yahoo.vespaxmlparser.VespaXMLReader
- isEmpty() - Method in class com.yahoo.document.datatypes.Array
- isEmpty() - Method in class com.yahoo.document.datatypes.CollectionFieldValue
- isEmpty() - Method in class com.yahoo.document.datatypes.MapFieldValue
- isEmpty() - Method in class com.yahoo.document.datatypes.WeightedSet
-
Checks if this set is empty.
- isEmpty() - Method in class com.yahoo.document.DocumentUpdate
-
Returns whether this field update contains any field- or field path updates.
- isEmpty() - Method in class com.yahoo.document.FieldPath
- isEmpty() - Method in class com.yahoo.document.json.TokenBuffer
-
Returns whether any tokens are available in this
- isEmpty() - Method in class com.yahoo.document.update.FieldUpdate
-
Returns whether or not this field update contains any value updates.
- isEmpty(Collection) - Method in class com.yahoo.document.datatypes.CollectionFieldValue
- isFinalized() - Method in class com.yahoo.document.serialization.XmlStream
-
Deprecated.Check if all tags have been properly closed.
- isGenerated() - Method in class com.yahoo.document.datatypes.StructuredFieldValue
-
Generated Document subclasses should override this and return true.
- isLeafNode() - Method in class com.yahoo.document.annotation.Span
-
Always returns true.
- isLeafNode() - Method in class com.yahoo.document.annotation.SpanList
-
Always returns false, even if this node has no children.
- isLeafNode() - Method in class com.yahoo.document.annotation.SpanNode
-
Returns true if this node is a leaf node in the tree.
- isMultivalue() - Method in class com.yahoo.document.CollectionDataType
- isMultivalue() - Method in class com.yahoo.document.DataType
-
Returns whether this is a multivalue type, i.e either a CollectionDataType or a MapDataType
- isMultivalue() - Method in class com.yahoo.document.MapDataType
- isPresent() - Method in class com.yahoo.document.TestAndSetCondition
- isRegistered() - Method in class com.yahoo.document.DataType
- isSpanNodeValid() - Method in class com.yahoo.document.annotation.Annotation
-
Returns true iff this Annotation is associated with a SpanNode and the SpanNode is valid.
- isTag() - Method in class com.yahoo.document.WeightedSetDataType
-
Returns whether or not this is a tag type weighted set.
- isTensorField(Field) - Static method in class com.yahoo.document.json.readers.TensorAddUpdateReader
- isTrackLineColumn() - Method in interface com.yahoo.document.select.parser.CharStream
- isValid() - Method in class com.yahoo.document.annotation.SpanNode
-
Returns whether this node is valid or not. When a child node from a SpanList, the child is marked as invalid, and the reference to it is removed from the parent SpanList.
- isValueCompatible(Annotation) - Method in class com.yahoo.document.annotation.AnnotationType
- isValueCompatible(FieldValue) - Method in class com.yahoo.document.annotation.AnnotationReferenceDataType
- isValueCompatible(FieldValue) - Method in class com.yahoo.document.CollectionDataType
- isValueCompatible(FieldValue) - Method in class com.yahoo.document.DataType
- isValueCompatible(FieldValue) - Method in class com.yahoo.document.DocumentType
- isValueCompatible(FieldValue) - Method in class com.yahoo.document.MapDataType
- isValueCompatible(FieldValue) - Method in class com.yahoo.document.PrimitiveDataType
- isValueCompatible(FieldValue) - Method in class com.yahoo.document.ReferenceDataType
- isValueCompatible(FieldValue) - Method in class com.yahoo.document.StructDataType
- isValueCompatible(FieldValue) - Method in class com.yahoo.document.TensorDataType
- Item(String) - Constructor for class com.yahoo.document.select.rule.AttributeNode.Item
- iterateNested(FieldPath, int, FieldPathIteratorHandler) - Method in class com.yahoo.document.datatypes.StructuredFieldValue
- iterator() - Method in class com.yahoo.document.annotation.SpanTree
-
Returns an Iterator over all annotations in this tree.
- iterator() - Method in class com.yahoo.document.datatypes.Array
- iterator() - Method in class com.yahoo.document.datatypes.CollectionFieldValue
- iterator() - Method in class com.yahoo.document.datatypes.Struct
- iterator() - Method in class com.yahoo.document.datatypes.StructuredFieldValue
- iterator() - Method in class com.yahoo.document.datatypes.WeightedSet
- iterator() - Method in class com.yahoo.document.Document
- iterator() - Method in class com.yahoo.document.DocumentUpdate
- iterator() - Method in class com.yahoo.document.FieldPath
- iterator(SpanNode) - Method in class com.yahoo.document.annotation.SpanTree
-
Returns an Iterator over all annotations that annotate the given node.
- iteratorFromLastCallToNext - Variable in class com.yahoo.document.annotation.SerialIterator
- iteratorRecursive(SpanNode) - Method in class com.yahoo.document.annotation.SpanTree
-
Returns a recursive Iterator over all annotations that annotate the given node and its subnodes.
J
- jj_nt - Variable in class com.yahoo.document.select.parser.SelectParser
-
Next token.
- jjFillToken() - Method in class com.yahoo.document.select.parser.SelectParserTokenManager
- jjnewLexState - Static variable in class com.yahoo.document.select.parser.SelectParserTokenManager
-
Lex State array.
- jjstrLiteralImages - Static variable in class com.yahoo.document.select.parser.SelectParserTokenManager
-
Token literal values.
- JsonFeedReader - Class in com.yahoo.document.json
-
Facade between JsonReader and the FeedReader API.
- JsonFeedReader(InputStream, DocumentTypeManager) - Constructor for class com.yahoo.document.json.JsonFeedReader
- JsonParserHelpers - Class in com.yahoo.document.json.readers
- JsonParserHelpers() - Constructor for class com.yahoo.document.json.readers.JsonParserHelpers
- JsonReader - Class in com.yahoo.document.json
-
Initialize Vespa documents/updates/removes from an InputStream containing a valid JSON representation of a feed.
- JsonReader(DocumentTypeManager, InputStream, JsonFactory) - Constructor for class com.yahoo.document.json.JsonReader
- JsonReaderException - Exception in com.yahoo.document.json
- JsonReaderException(DocumentId, Field, Throwable) - Constructor for exception com.yahoo.document.json.JsonReaderException
- JsonReaderException(Field, Throwable) - Constructor for exception com.yahoo.document.json.JsonReaderException
- JsonSerializationHelper - Class in com.yahoo.document.json
- JsonSerializationHelper() - Constructor for class com.yahoo.document.json.JsonSerializationHelper
- JsonWriter - Class in com.yahoo.document.json
-
Serialize Document and other FieldValue instances as JSON.
- JsonWriter(JsonGenerator) - Constructor for class com.yahoo.document.json.JsonWriter
- JsonWriter(JsonGenerator, boolean, boolean) - Constructor for class com.yahoo.document.json.JsonWriter
-
Create a Document writer which will write to the input JSON generator.
- JsonWriter(OutputStream) - Constructor for class com.yahoo.document.json.JsonWriter
-
Creates a JsonWriter.
- JsonWriter(OutputStream, boolean, boolean) - Constructor for class com.yahoo.document.json.JsonWriter
K
- key - Variable in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Map.Builder
- key - Variable in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Wset.Builder
- key() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Map
- key() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Wset
- key(DocumenttypesConfig.Documenttype.Datatype.Map.Key.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Map.Builder
- key(DocumenttypesConfig.Documenttype.Datatype.Wset.Key.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Wset.Builder
- key(Consumer<DocumenttypesConfig.Documenttype.Datatype.Map.Key.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Map.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- key(Consumer<DocumenttypesConfig.Documenttype.Datatype.Wset.Key.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Wset.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- Key(DocumenttypesConfig.Documenttype.Datatype.Map.Key.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Map.Key
- Key(DocumenttypesConfig.Documenttype.Datatype.Wset.Key.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Wset.Key
- KeyParseResult(String, int) - Constructor for class com.yahoo.document.FieldPathEntry.KeyParseResult
- keySet() - Method in class com.yahoo.document.datatypes.MapFieldValue
- keySet() - Method in class com.yahoo.document.datatypes.WeightedSet
- keytype() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Maptype
- keytype() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Maptype
- keytype() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Maptype
- keytype(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Maptype.Builder
- keytype(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Maptype.Builder
- keytype(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Maptype.Builder
- kind - Variable in class com.yahoo.document.select.parser.Token
-
An integer that describes the kind of this token.
L
- lastIndexOf(Object) - Method in class com.yahoo.document.datatypes.Array
- lastPredefinedDataTypeId() - Static method in class com.yahoo.document.DataType
- LazyTokenBuffer - Class in com.yahoo.document.json
-
A
TokenBuffer
which only buffers tokens when needed, i.e., when peeking. - LazyTokenBuffer(JsonParser) - Constructor for class com.yahoo.document.json.LazyTokenBuffer
- LBRACE - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- LE - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- LENGTH - Static variable in class com.yahoo.document.GlobalId
-
The number of bytes in a global id.
- level() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Compression
- level(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Compression.Builder
- LEXICAL_ERROR - Static variable in exception com.yahoo.document.select.parser.TokenMgrException
-
Lexical error occurred.
- LexicalErr(boolean, int, int, int, String, int) - Static method in exception com.yahoo.document.select.parser.TokenMgrException
-
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
- lexStateNames - Static variable in class com.yahoo.document.select.parser.SelectParserTokenManager
-
Lexer state names.
- LINGUISTICS - Static variable in class com.yahoo.document.annotation.SpanTrees
- ListAnnotationContainer - Class in com.yahoo.document.annotation
- ListAnnotationContainer() - Constructor for class com.yahoo.document.annotation.ListAnnotationContainer
- listIterator() - Method in class com.yahoo.document.datatypes.Array
- listIterator(int) - Method in class com.yahoo.document.datatypes.Array
- literal() - Method in class com.yahoo.document.select.parser.SelectParser
- LiteralNode - Class in com.yahoo.document.select.rule
- LiteralNode(Object) - Constructor for class com.yahoo.document.select.rule.LiteralNode
- logic() - Method in class com.yahoo.document.select.parser.SelectParser
- LogicNode - Class in com.yahoo.document.select.rule
-
This class defines a logical expression of nodes.
- LogicNode() - Constructor for class com.yahoo.document.select.rule.LogicNode
-
Construct an empty logic expression.
- LogicNode.NodeItem - Class in com.yahoo.document.select.rule
-
Private class to store expression nodes in a stack.
- LONG - Static variable in class com.yahoo.document.DataType
- LongFieldValue - Class in com.yahoo.document.datatypes
-
A 64-bit integer field value
- LongFieldValue() - Constructor for class com.yahoo.document.datatypes.LongFieldValue
- LongFieldValue(long) - Constructor for class com.yahoo.document.datatypes.LongFieldValue
- LongFieldValue(Long) - Constructor for class com.yahoo.document.datatypes.LongFieldValue
- LongFieldValue(String) - Constructor for class com.yahoo.document.datatypes.LongFieldValue
- lookahead() - Method in class com.yahoo.document.json.LazyTokenBuffer
- lookahead() - Method in class com.yahoo.document.json.TokenBuffer
-
Returns a sequence of remaining tokens in this, or nulls when none remain.
- LOOP_DETECTED - Static variable in exception com.yahoo.document.select.parser.TokenMgrException
-
Detected (and bailed out of) an infinite loop in the token manager.
- LT - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- LZ4 - Enum constant in enum class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Compresstype.Enum
- LZ4 - Enum constant in enum class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Compression.Type.Enum
- LZ4 - Static variable in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Compresstype
- LZ4 - Static variable in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Compression.Type
M
- makeLocation(String) - Static method in class com.yahoo.document.idstring.IdIdString
- map - Variable in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Builder
- map() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype
- map(DocumenttypesConfig.Documenttype.Datatype.Map.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Builder
- map(Consumer<DocumenttypesConfig.Documenttype.Datatype.Map.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- Map(DocumenttypesConfig.Documenttype.Datatype.Map.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Map
- MAP - Enum constant in enum class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Type.Enum
- MAP - Enum constant in enum class com.yahoo.document.update.ValueUpdate.ValueUpdateClassID
- MAP - Static variable in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Type
- MAP_ALL_KEYS - Enum constant in enum class com.yahoo.document.FieldPathEntry.Type
- MAP_ALL_VALUES - Enum constant in enum class com.yahoo.document.FieldPathEntry.Type
- MAP_KEY - Enum constant in enum class com.yahoo.document.FieldPathEntry.Type
- MAP_KEY - Static variable in class com.yahoo.document.json.readers.MapReader
- MAP_VALUE - Static variable in class com.yahoo.document.json.readers.MapReader
- MapDataType - Class in com.yahoo.document
-
Represents a map type.
- MapDataType(DataType, DataType) - Constructor for class com.yahoo.document.MapDataType
- MapDataType(DataType, DataType, int) - Constructor for class com.yahoo.document.MapDataType
- MapFieldValue<K extends FieldValue,
V extends FieldValue> - Class in com.yahoo.document.datatypes -
Vespa map.
- MapFieldValue(MapDataType) - Constructor for class com.yahoo.document.datatypes.MapFieldValue
- MapFieldValue(MapDataType, int) - Constructor for class com.yahoo.document.datatypes.MapFieldValue
- MapReader - Class in com.yahoo.document.json.readers
- MapReader() - Constructor for class com.yahoo.document.json.readers.MapReader
- maptype - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Builder
- maptype - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
- maptype - Variable in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
- maptype() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype
- maptype() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype
- maptype() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype
- maptype(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype
- maptype(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype
- maptype(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype
- maptype(DocumentmanagerConfig.Datatype.Maptype.Builder) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Builder
-
Add the given builder to this builder's list of Maptype builders
- maptype(DocumentmanagerConfig.Doctype.Maptype.Builder) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Add the given builder to this builder's list of Maptype builders
- maptype(DocumenttypesConfig.Doctype.Maptype.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Add the given builder to this builder's list of Maptype builders
- maptype(Consumer<DocumentmanagerConfig.Datatype.Maptype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- maptype(Consumer<DocumentmanagerConfig.Doctype.Maptype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- maptype(Consumer<DocumenttypesConfig.Doctype.Maptype.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- maptype(List<DocumentmanagerConfig.Datatype.Maptype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Builder
-
Set the given list as this builder's list of Maptype builders
- maptype(List<DocumentmanagerConfig.Doctype.Maptype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Set the given list as this builder's list of Maptype builders
- maptype(List<DocumenttypesConfig.Doctype.Maptype.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Set the given list as this builder's list of Maptype builders
- Maptype(DocumentmanagerConfig.Datatype.Maptype.Builder) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Maptype
- Maptype(DocumentmanagerConfig.Doctype.Maptype.Builder) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Maptype
- Maptype(DocumenttypesConfig.Doctype.Maptype.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Maptype
- MapValueUpdate - Class in com.yahoo.document.update
-
Value update that represents performing an encapsulated value update on a subvalue.
- MapValueUpdate(FieldValue, ValueUpdate) - Constructor for class com.yahoo.document.update.MapValueUpdate
- matchArithmeticOperation(String) - Static method in class com.yahoo.document.json.readers.SingleValueReader
- MAX_LENGTH - Static variable in class com.yahoo.document.idstring.IdString
- minsize - Variable in class com.yahoo.document.CompressionConfig
- minsize() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Compression
- minsize(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Compression.Builder
- MOD - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- MOD - Static variable in class com.yahoo.document.select.rule.ArithmeticNode
- MODIFIED - Enum constant in enum class com.yahoo.document.datatypes.FieldPathIteratorHandler.ModificationStatus
- modify(FieldValue) - Method in class com.yahoo.document.datatypes.FieldPathIteratorHandler
- move(int, int, AlternateSpanList, int) - Method in class com.yahoo.document.annotation.AlternateSpanList
-
Moves a child of this SpanList to another SpanList.
- move(int, int, SpanList) - Method in class com.yahoo.document.annotation.AlternateSpanList
-
Moves a child of this SpanList to another SpanList.
- move(int, AlternateSpanList, int) - Method in class com.yahoo.document.annotation.SpanList
-
Moves a child of this SpanList to another SpanList.
- move(int, SpanList) - Method in class com.yahoo.document.annotation.SpanList
-
Moves a child of this SpanList to another SpanList.
- move(int, SpanNode, AlternateSpanList, int) - Method in class com.yahoo.document.annotation.AlternateSpanList
-
Moves a child of this SpanList to another SpanList.
- move(int, SpanNode, SpanList) - Method in class com.yahoo.document.annotation.AlternateSpanList
-
Moves a child of this SpanList to another SpanList.
- move(SpanNode, AlternateSpanList, int) - Method in class com.yahoo.document.annotation.SpanList
-
Moves a child of this SpanList to another SpanList.
- move(SpanNode, SpanList) - Method in class com.yahoo.document.annotation.SpanList
-
Moves a child of this SpanList to another SpanList.
- MUL - Enum constant in enum class com.yahoo.document.update.ArithmeticValueUpdate.Operator
-
Multiply the value by the operand.
- MUL - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- MUL - Static variable in class com.yahoo.document.select.rule.ArithmeticNode
- MULTIPLY - Enum constant in enum class com.yahoo.document.update.TensorModifyUpdate.Operation
-
Multiply values from matching update tensor cells with target tensor cells.
N
- name - Variable in class com.yahoo.document.json.TokenBuffer.Token
- name - Variable in enum class com.yahoo.document.update.ArithmeticValueUpdate.Operator
-
The name of the operator, mainly used in toString() methods.
- name - Variable in enum class com.yahoo.document.update.TensorModifyUpdate.Operation
-
The name of the operator, mainly used in toString() methods.
- name - Variable in enum class com.yahoo.document.update.ValueUpdate.ValueUpdateClassID
- name() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Annotationtype
- name() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Importedfield
- name() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Inherits
- name() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype
- name() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Field
- name() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Inherits
- name() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype
- name() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Annotationtype
- name() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Importedfield
- name() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype
- name() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Primitivetype
- name() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype.Field
- name() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype
- name() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationtype
- name() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Importedfield
- name() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype
- name() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Primitivetype
- name() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype.Field
- name() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype
- name() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Annotationtype
- name() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Field
- name() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct
- name() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Importedfield
- name() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype
- name(String) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Annotationtype.Builder
- name(String) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Builder
- name(String) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Importedfield.Builder
- name(String) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Inherits.Builder
- name(String) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Builder
- name(String) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Field.Builder
- name(String) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Inherits.Builder
- name(String) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Annotationtype.Builder
- name(String) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
- name(String) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Importedfield.Builder
- name(String) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Primitivetype.Builder
- name(String) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype.Builder
- name(String) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype.Field.Builder
- name(String) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Annotationtype.Builder
- name(String) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
- name(String) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Importedfield.Builder
- name(String) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Primitivetype.Builder
- name(String) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype.Builder
- name(String) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype.Field.Builder
- name(String) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Annotationtype.Builder
- name(String) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Builder
- name(String) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Builder
- name(String) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Field.Builder
- name(String) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Importedfield.Builder
- NAME - Static variable in class com.yahoo.document.fieldset.AllFields
- NAME - Static variable in class com.yahoo.document.fieldset.DocIdOnly
- NAME - Static variable in class com.yahoo.document.fieldset.DocumentOnly
- NAME - Static variable in class com.yahoo.document.fieldset.NoFields
- NE - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- negation() - Method in class com.yahoo.document.select.parser.SelectParser
- NegationNode - Class in com.yahoo.document.select.rule
- NegationNode(ExpressionNode) - Constructor for class com.yahoo.document.select.rule.NegationNode
- nesting() - Method in class com.yahoo.document.json.TokenBuffer
- newAllKeysLookupEntry(DataType) - Static method in class com.yahoo.document.FieldPathEntry
-
Creates a new field path entry that digs through all the keys of a map or weighted set.
- newAllValuesLookupEntry(DataType) - Static method in class com.yahoo.document.FieldPathEntry
-
Creates a new field path entry that digs through all the values of a map or weighted set.
- newArrayLookupEntry(int, DataType) - Static method in class com.yahoo.document.FieldPathEntry
-
Creates a new field path entry that references an array index.
- newDeserializeException(String) - Method in class com.yahoo.vespaxmlparser.VespaXMLReader
- newException(Exception) - Method in class com.yahoo.vespaxmlparser.VespaXMLReader
- newInstance(DataType, String) - Static method in class com.yahoo.document.FieldPath
-
Convenience method to build a field path from a path string.
- newMapLookupEntry(FieldValue, DataType) - Static method in class com.yahoo.document.FieldPathEntry
-
Creates a new field path entry that references a map or weighted set.
- newStructFieldEntry(Field) - Static method in class com.yahoo.document.FieldPathEntry
-
Creates a new field path entry that references a struct field.
- newToken(int) - Static method in class com.yahoo.document.select.parser.Token
- newToken(int, String) - Static method in class com.yahoo.document.select.parser.Token
-
Returns a new Token object, by default.
- newVariableLookupEntry(String, DataType) - Static method in class com.yahoo.document.FieldPathEntry
-
Creates a new field path entry that digs through all the keys in a map or weighted set, or all the indexes of an array, an sets the given variable name as it does so (or, if the variable is set, uses the set variable to look up the collection.
- next - Variable in class com.yahoo.document.select.parser.Token
-
A reference to the next regular (non-special) token from the input stream.
- next() - Method in class com.yahoo.document.annotation.SerialIterator
- next() - Method in class com.yahoo.document.json.JsonReader
-
Returns the next document operation, or null if we have reached the end
- next() - Method in class com.yahoo.document.json.TokenBuffer
-
Returns the next token, or null, and updates the nesting count of this.
- nextIndex() - Method in class com.yahoo.document.annotation.SerialIterator
- nextToken(JsonParser) - Method in class com.yahoo.document.json.JsonReader
- NoFields - Class in com.yahoo.document.fieldset
- NoFields() - Constructor for class com.yahoo.document.fieldset.NoFields
- NONE - Enum constant in enum class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Compresstype.Enum
- NONE - Enum constant in enum class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Compression.Type.Enum
- NONE - Static variable in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Compresstype
- NONE - Static variable in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Compression.Type
- NONE - Static variable in class com.yahoo.document.DataType
- NOP - Static variable in class com.yahoo.document.select.rule.ArithmeticNode
- NOP - Static variable in class com.yahoo.document.select.rule.LogicNode
- NORMALIZED - Static variable in class com.yahoo.document.annotation.AnnotationTypes
- normalizeProbabilities() - Method in class com.yahoo.document.annotation.AlternateSpanList
-
Normalizes all probabilities between 0.0 (inclusive) and 1.0 (exclusive).
- NOT - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- NOT_MODIFIED - Enum constant in enum class com.yahoo.document.datatypes.FieldPathIteratorHandler.ModificationStatus
- NOT_PRESENT_CONDITION - Static variable in class com.yahoo.document.TestAndSetCondition
- now() - Method in class com.yahoo.document.select.parser.SelectParser
- NOW - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- NowCheckVisitor - Class in com.yahoo.document.select
-
Traverse and check if there exists any now() function in the expression tree.
- NowCheckVisitor() - Constructor for class com.yahoo.document.select.NowCheckVisitor
- NowNode - Class in com.yahoo.document.select.rule
- NowNode() - Constructor for class com.yahoo.document.select.rule.NowNode
- NowQueryExpression - Class in com.yahoo.document.select.convert
-
Represents a query containing a valid now() expression.
- NowQueryNode - Class in com.yahoo.document.select.convert
-
Represents the now node in a query expression.
- NULL - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- numAnnotations() - Method in class com.yahoo.document.annotation.SpanTree
-
Returns the total number of annotations in the tree.
- numChildren() - Method in class com.yahoo.document.annotation.SpanList
-
Returns the number of children this SpanList holds.
- numChildren(int) - Method in class com.yahoo.document.annotation.AlternateSpanList
- NumericDataType - Class in com.yahoo.document
- NumericDataType(String, int, Class<? extends FieldValue>, PrimitiveDataType.Factory) - Constructor for class com.yahoo.document.NumericDataType
-
Creates a datatype
- NumericFieldValue - Class in com.yahoo.document.datatypes
- NumericFieldValue() - Constructor for class com.yahoo.document.datatypes.NumericFieldValue
O
- OCTAL - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- ofRequiredTimestamp(long) - Static method in class com.yahoo.document.TestAndSetCondition
-
Returns a TestAndSetCondition that requires the currently persisted document in the backend to have a timestamp exactly matching the provided timestamp value.
- ofRequiredTimestampWithSelectionFallback(long, String) - Static method in class com.yahoo.document.TestAndSetCondition
-
Returns a TestAndSetCondition with a required timestamp, but which has a transparent fallback to evaluating a selection string if the backend does not support timestamp conditions.
- onComplex(FieldValue) - Method in class com.yahoo.document.datatypes.FieldPathIteratorHandler
- onDeserialize(Deserializer) - Method in class com.yahoo.document.datatypes.FieldValue
- onDeserialize(Deserializer) - Method in class com.yahoo.document.DocumentId
- onPrimitive(FieldValue) - Method in class com.yahoo.document.datatypes.FieldPathIteratorHandler
- onSerialize(Serializer) - Method in class com.yahoo.document.datatypes.FieldValue
- onSerialize(Serializer) - Method in class com.yahoo.document.Document
- onSerialize(Serializer) - Method in class com.yahoo.document.DocumentId
- onSerialize(Serializer) - Method in class com.yahoo.document.DocumentType
- operand - Variable in class com.yahoo.document.update.ArithmeticValueUpdate
- operation - Variable in class com.yahoo.document.update.TensorModifyUpdate
- operation() - Method in class com.yahoo.document.json.ParsedDocumentOperation
- operationType - Variable in class com.yahoo.document.json.readers.DocumentParseInfo
- operator - Variable in class com.yahoo.document.update.ArithmeticValueUpdate
- OperatorParser - Class in com.yahoo.document.select.simple
- OperatorParser() - Constructor for class com.yahoo.document.select.simple.OperatorParser
- operatorToString(int) - Method in class com.yahoo.document.select.rule.ArithmeticNode
- OR - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- OR - Static variable in class com.yahoo.document.select.rule.LogicNode
- overlaps(SpanNode) - Method in class com.yahoo.document.annotation.SpanNode
-
Checks if the text covered by this span overlaps with the text covered by another span.
P
- parse(DocumentTypeManager, String) - Method in class com.yahoo.document.fieldset.FieldSetRepo
- parse(CharSequence) - Method in class com.yahoo.document.select.simple.IdSpecParser
- parse(CharSequence) - Method in class com.yahoo.document.select.simple.IntegerParser
- parse(CharSequence) - Method in class com.yahoo.document.select.simple.OperatorParser
- parse(CharSequence) - Method in class com.yahoo.document.select.simple.Parser
- parse(CharSequence) - Method in class com.yahoo.document.select.simple.SelectionParser
- parse(CharSequence) - Method in class com.yahoo.document.select.simple.StringParser
- parse(Optional<DocumentId>) - Method in class com.yahoo.document.json.document.DocumentParser
-
Parses a single document and returns it.
- parsed - Variable in class com.yahoo.document.FieldPathEntry.KeyParseResult
- ParsedDocumentOperation - Class in com.yahoo.document.json
-
The result of JSON parsing a single document operation
- ParsedDocumentOperation(DocumentOperation, boolean) - Constructor for class com.yahoo.document.json.ParsedDocumentOperation
- parseDocument() - Method in class com.yahoo.document.json.JsonReader
- ParseException - Exception in com.yahoo.document.select.parser
-
This exception is thrown when parse errors are encountered.
- ParseException() - Constructor for exception com.yahoo.document.select.parser.ParseException
-
The following constructors are for use by you for whatever purpose you can think of.
- ParseException(Token, int[][], String[]) - Constructor for exception com.yahoo.document.select.parser.ParseException
-
This constructor is used by the method "generateParseException" in the generated parser.
- ParseException(String) - Constructor for exception com.yahoo.document.select.parser.ParseException
-
Constructor with message.
- parseKey(String) - Static method in class com.yahoo.document.FieldPathEntry
-
Parse a field path map key of the form {xyz} or {"xyz"} with optional trailing data.
- Parser - Class in com.yahoo.document.select.simple
- Parser() - Constructor for class com.yahoo.document.select.simple.Parser
- populateComposite(TokenBuffer, FieldValue, boolean) - Static method in class com.yahoo.document.json.readers.CompositeReader
- PositionDataType - Class in com.yahoo.document
- PREDICATE - Static variable in class com.yahoo.document.DataType
- PredicateFieldValue - Class in com.yahoo.document.datatypes
- PredicateFieldValue() - Constructor for class com.yahoo.document.datatypes.PredicateFieldValue
- PredicateFieldValue(Predicate) - Constructor for class com.yahoo.document.datatypes.PredicateFieldValue
- PredicateFieldValue(String) - Constructor for class com.yahoo.document.datatypes.PredicateFieldValue
- previous() - Method in class com.yahoo.document.annotation.SerialIterator
- previousIndex() - Method in class com.yahoo.document.annotation.SerialIterator
- PRIMITIVE - Enum constant in enum class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Type.Enum
- PRIMITIVE - Static variable in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Type
- PrimitiveDataType - Class in com.yahoo.document
- PrimitiveDataType(String, int, Class<? extends FieldValue>, PrimitiveDataType.Factory) - Constructor for class com.yahoo.document.PrimitiveDataType
-
Creates a datatype
- PrimitiveDataType.Factory - Class in com.yahoo.document
- primitivetype - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
- primitivetype - Variable in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
- primitivetype() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype
- primitivetype() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype
- primitivetype(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype
- primitivetype(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype
- primitivetype(DocumentmanagerConfig.Doctype.Primitivetype.Builder) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Add the given builder to this builder's list of Primitivetype builders
- primitivetype(DocumenttypesConfig.Doctype.Primitivetype.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Add the given builder to this builder's list of Primitivetype builders
- primitivetype(Consumer<DocumentmanagerConfig.Doctype.Primitivetype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- primitivetype(Consumer<DocumenttypesConfig.Doctype.Primitivetype.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- primitivetype(List<DocumentmanagerConfig.Doctype.Primitivetype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Set the given list as this builder's list of Primitivetype builders
- primitivetype(List<DocumenttypesConfig.Doctype.Primitivetype.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Set the given list as this builder's list of Primitivetype builders
- Primitivetype(DocumentmanagerConfig.Doctype.Primitivetype.Builder) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Primitivetype
- Primitivetype(DocumenttypesConfig.Doctype.Primitivetype.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Primitivetype
- printArrayXml(Array, XmlStream) - Static method in class com.yahoo.document.serialization.XmlSerializationHelper
-
Deprecated.
- printBoolXml(BoolFieldValue, XmlStream) - Static method in class com.yahoo.document.serialization.XmlSerializationHelper
-
Deprecated.
- printByteXml(ByteFieldValue, XmlStream) - Static method in class com.yahoo.document.serialization.XmlSerializationHelper
-
Deprecated.
- printDocumentXml(Document, XmlStream) - Static method in class com.yahoo.document.serialization.XmlSerializationHelper
-
Deprecated.
- printDoubleXml(DoubleFieldValue, XmlStream) - Static method in class com.yahoo.document.serialization.XmlSerializationHelper
-
Deprecated.
- printFloatXml(FloatFieldValue, XmlStream) - Static method in class com.yahoo.document.serialization.XmlSerializationHelper
-
Deprecated.
- printIntegerXml(IntegerFieldValue, XmlStream) - Static method in class com.yahoo.document.serialization.XmlSerializationHelper
-
Deprecated.
- printLongXml(LongFieldValue, XmlStream) - Static method in class com.yahoo.document.serialization.XmlSerializationHelper
-
Deprecated.
- printMapXml(MapFieldValue<K, V>, XmlStream) - Static method in class com.yahoo.document.serialization.XmlSerializationHelper
-
Deprecated.
- printRawXml(Raw, XmlStream) - Static method in class com.yahoo.document.serialization.XmlSerializationHelper
-
Deprecated.
- printShortfloatXml(Float16FieldValue, XmlStream) - Static method in class com.yahoo.document.serialization.XmlSerializationHelper
-
Deprecated.
- printStringXml(StringFieldValue, XmlStream) - Static method in class com.yahoo.document.serialization.XmlSerializationHelper
-
Deprecated.
- printStructXml(Struct, XmlStream) - Static method in class com.yahoo.document.serialization.XmlSerializationHelper
-
Deprecated.
- printWeightedSetXml(WeightedSet, XmlStream) - Static method in class com.yahoo.document.serialization.XmlSerializationHelper
-
Deprecated.
- printXml(XmlStream) - Method in class com.yahoo.document.annotation.AnnotationReference
-
Deprecated.
- printXml(XmlStream) - Method in class com.yahoo.document.datatypes.Array
-
Deprecated.
- printXml(XmlStream) - Method in class com.yahoo.document.datatypes.BoolFieldValue
-
Deprecated.
- printXml(XmlStream) - Method in class com.yahoo.document.datatypes.ByteFieldValue
-
Deprecated.
- printXml(XmlStream) - Method in class com.yahoo.document.datatypes.DoubleFieldValue
-
Deprecated.
- printXml(XmlStream) - Method in class com.yahoo.document.datatypes.FieldValue
-
Deprecated.
- printXml(XmlStream) - Method in class com.yahoo.document.datatypes.Float16FieldValue
-
Deprecated.
- printXml(XmlStream) - Method in class com.yahoo.document.datatypes.FloatFieldValue
-
Deprecated.
- printXml(XmlStream) - Method in class com.yahoo.document.datatypes.IntegerFieldValue
-
Deprecated.
- printXml(XmlStream) - Method in class com.yahoo.document.datatypes.LongFieldValue
-
Deprecated.
- printXml(XmlStream) - Method in class com.yahoo.document.datatypes.MapFieldValue
-
Deprecated.
- printXml(XmlStream) - Method in class com.yahoo.document.datatypes.PredicateFieldValue
-
Deprecated.
- printXml(XmlStream) - Method in class com.yahoo.document.datatypes.Raw
-
Deprecated.
- printXml(XmlStream) - Method in class com.yahoo.document.datatypes.ReferenceFieldValue
-
Deprecated.
- printXml(XmlStream) - Method in class com.yahoo.document.datatypes.StringFieldValue
-
Deprecated.
- printXml(XmlStream) - Method in class com.yahoo.document.datatypes.Struct
-
Deprecated.
- printXml(XmlStream) - Method in class com.yahoo.document.datatypes.TensorFieldValue
-
Deprecated.
- printXml(XmlStream) - Method in class com.yahoo.document.datatypes.WeightedSet
-
Deprecated.
- printXml(XmlStream) - Method in class com.yahoo.document.Document
-
Deprecated.
- PROXIMITY_BREAK - Static variable in class com.yahoo.document.annotation.AnnotationTypes
- prune(Document) - Method in class com.yahoo.document.DocumentUpdate
-
Prune away any field update that will not modify any field in the document.
- put(FieldBase, byte[]) - Method in class com.yahoo.document.json.JsonWriter
- put(FieldBase, String) - Method in class com.yahoo.document.json.JsonWriter
- put(FieldBase, ByteBuffer) - Method in class com.yahoo.document.json.JsonWriter
- put(K, Integer) - Method in class com.yahoo.document.datatypes.WeightedSet
-
Add a key with an associated weight to this set.
- put(K, V) - Method in class com.yahoo.document.datatypes.MapFieldValue
- PUT - Enum constant in enum class com.yahoo.document.json.DocumentOperationType
- putAll(Map<? extends K, ? extends Integer>) - Method in class com.yahoo.document.datatypes.WeightedSet
- putAll(Map<? extends K, ? extends V>) - Method in class com.yahoo.document.datatypes.MapFieldValue
- putByte(FieldBase, byte) - Method in class com.yahoo.document.json.JsonWriter
- putDouble(FieldBase, double) - Method in class com.yahoo.document.json.JsonWriter
- putFloat(FieldBase, float) - Method in class com.yahoo.document.json.JsonWriter
- putInt(FieldBase, int) - Method in class com.yahoo.document.json.JsonWriter
- putLong(FieldBase, long) - Method in class com.yahoo.document.json.JsonWriter
- putShort(FieldBase, short) - Method in class com.yahoo.document.json.JsonWriter
- putUnChecked(K, IntegerFieldValue) - Method in class com.yahoo.document.datatypes.WeightedSet
-
Add a key with an associated weight to this set.
Q
- quote(String, char) - Static method in class com.yahoo.document.select.parser.SelectParserUtils
R
- Raw - Class in com.yahoo.document.datatypes
-
A field value which is an array of byte data
- Raw() - Constructor for class com.yahoo.document.datatypes.Raw
- Raw(byte[]) - Constructor for class com.yahoo.document.datatypes.Raw
- Raw(ByteBuffer) - Constructor for class com.yahoo.document.datatypes.Raw
- RAW - Static variable in class com.yahoo.document.DataType
- RBRACE - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- read() - Method in class com.yahoo.document.json.JsonFeedReader
- read() - Method in interface com.yahoo.vespaxmlparser.FeedReader
-
Reads the next operation from the stream.
- read() - Method in class com.yahoo.vespaxmlparser.VespaXMLFeedReader
- read(AlternateSpanList) - Method in interface com.yahoo.document.serialization.SpanNodeReader
- read(AlternateSpanList) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- read(Annotation) - Method in interface com.yahoo.document.serialization.AnnotationReader
- read(Annotation) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- read(Span) - Method in interface com.yahoo.document.serialization.SpanNodeReader
- read(Span) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- read(SpanList) - Method in interface com.yahoo.document.serialization.SpanNodeReader
- read(SpanList) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- read(SpanTree) - Method in interface com.yahoo.document.serialization.SpanTreeReader
- read(SpanTree) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- read(Document) - Method in interface com.yahoo.document.serialization.DocumentReader
-
Read a document
- read(Document) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- read(Document) - Method in class com.yahoo.vespaxmlparser.VespaXMLDocumentReader
-
Reads one document from the stream.
- read(DocumentUpdate) - Method in interface com.yahoo.document.serialization.DocumentUpdateReader
- read(DocumentUpdate) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- read(DocumentUpdate) - Method in class com.yahoo.vespaxmlparser.VespaXMLUpdateReader
- read(AddFieldPathUpdate) - Method in interface com.yahoo.document.serialization.DocumentUpdateReader
- read(AddFieldPathUpdate) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- read(AddFieldPathUpdate) - Method in class com.yahoo.vespaxmlparser.VespaXMLUpdateReader
- read(AssignFieldPathUpdate) - Method in interface com.yahoo.document.serialization.DocumentUpdateReader
- read(AssignFieldPathUpdate) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- read(AssignFieldPathUpdate) - Method in class com.yahoo.vespaxmlparser.VespaXMLUpdateReader
- read(FieldPathUpdate) - Method in interface com.yahoo.document.serialization.DocumentUpdateReader
- read(FieldPathUpdate) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- read(FieldPathUpdate) - Method in class com.yahoo.vespaxmlparser.VespaXMLUpdateReader
- read(RemoveFieldPathUpdate) - Method in interface com.yahoo.document.serialization.DocumentUpdateReader
- read(RemoveFieldPathUpdate) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- read(RemoveFieldPathUpdate) - Method in class com.yahoo.vespaxmlparser.VespaXMLUpdateReader
- read(FieldUpdate) - Method in interface com.yahoo.document.serialization.DocumentUpdateReader
- read(FieldUpdate) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- read(FieldUpdate) - Method in class com.yahoo.vespaxmlparser.VespaXMLUpdateReader
- read(FieldBase, AnnotationReference) - Method in interface com.yahoo.document.serialization.FieldReader
-
Read in the value of annotation reference.
- read(FieldBase, AnnotationReference) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- read(FieldBase, AnnotationReference) - Method in class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- read(FieldBase, Array<T>) - Method in interface com.yahoo.document.serialization.FieldReader
-
Read in the value of array field
- read(FieldBase, Array<T>) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- read(FieldBase, Array<T>) - Method in class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- read(FieldBase, BoolFieldValue) - Method in interface com.yahoo.document.serialization.FieldReader
-
Read in the value of byte field
- read(FieldBase, BoolFieldValue) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- read(FieldBase, BoolFieldValue) - Method in class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- read(FieldBase, ByteFieldValue) - Method in interface com.yahoo.document.serialization.FieldReader
-
Read in the value of byte field
- read(FieldBase, ByteFieldValue) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- read(FieldBase, ByteFieldValue) - Method in class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- read(FieldBase, CollectionFieldValue<T>) - Method in interface com.yahoo.document.serialization.FieldReader
-
Read in the value of collection field
- read(FieldBase, CollectionFieldValue<T>) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- read(FieldBase, CollectionFieldValue<T>) - Method in class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- read(FieldBase, DoubleFieldValue) - Method in interface com.yahoo.document.serialization.FieldReader
-
Read in the value of double field
- read(FieldBase, DoubleFieldValue) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- read(FieldBase, DoubleFieldValue) - Method in class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- read(FieldBase, FieldValue) - Method in interface com.yahoo.document.serialization.FieldReader
-
Read in the value of field
- read(FieldBase, FieldValue) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- read(FieldBase, FieldValue) - Method in class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- read(FieldBase, FloatFieldValue) - Method in interface com.yahoo.document.serialization.FieldReader
-
Read in the value of float field
- read(FieldBase, FloatFieldValue) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- read(FieldBase, FloatFieldValue) - Method in class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- read(FieldBase, IntegerFieldValue) - Method in interface com.yahoo.document.serialization.FieldReader
-
Read in the value of integer field
- read(FieldBase, IntegerFieldValue) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- read(FieldBase, IntegerFieldValue) - Method in class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- read(FieldBase, LongFieldValue) - Method in interface com.yahoo.document.serialization.FieldReader
-
Read in the value of long field
- read(FieldBase, LongFieldValue) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- read(FieldBase, LongFieldValue) - Method in class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- read(FieldBase, MapFieldValue<K, V>) - Method in interface com.yahoo.document.serialization.FieldReader
-
Read the value of a map field
- read(FieldBase, MapFieldValue<K, V>) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- read(FieldBase, MapFieldValue<K, V>) - Method in class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- read(FieldBase, PredicateFieldValue) - Method in interface com.yahoo.document.serialization.FieldReader
-
Read in the value of predicate field
- read(FieldBase, PredicateFieldValue) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- read(FieldBase, PredicateFieldValue) - Method in class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- read(FieldBase, Raw) - Method in interface com.yahoo.document.serialization.FieldReader
-
Read in the value of raw field
- read(FieldBase, Raw) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- read(FieldBase, Raw) - Method in class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- read(FieldBase, ReferenceFieldValue) - Method in interface com.yahoo.document.serialization.FieldReader
-
Read in the value of the given reference field.
- read(FieldBase, ReferenceFieldValue) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- read(FieldBase, ReferenceFieldValue) - Method in class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- read(FieldBase, StringFieldValue) - Method in interface com.yahoo.document.serialization.FieldReader
-
Read in the value of string field
- read(FieldBase, StringFieldValue) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- read(FieldBase, StringFieldValue) - Method in class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- read(FieldBase, Struct) - Method in interface com.yahoo.document.serialization.FieldReader
-
Read in the value of struct field
- read(FieldBase, Struct) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- read(FieldBase, Struct) - Method in class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- read(FieldBase, StructuredFieldValue) - Method in interface com.yahoo.document.serialization.FieldReader
-
Read in the value of structured field
- read(FieldBase, StructuredFieldValue) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- read(FieldBase, StructuredFieldValue) - Method in class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- read(FieldBase, TensorFieldValue) - Method in interface com.yahoo.document.serialization.FieldReader
-
Read in the value of the given tensor field.
- read(FieldBase, TensorFieldValue) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- read(FieldBase, TensorFieldValue) - Method in class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- read(FieldBase, WeightedSet<T>) - Method in interface com.yahoo.document.serialization.FieldReader
-
Read in the value of weighted set field
- read(FieldBase, WeightedSet<T>) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- read(FieldBase, WeightedSet<T>) - Method in class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- read(FieldBase, Document) - Method in interface com.yahoo.document.serialization.FieldReader
-
Read in the value of field
- read(FieldBase, Document) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- read(FieldBase, Document) - Method in class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- readAll() - Method in class com.yahoo.vespaxmlparser.VespaXMLFeedReader
-
Reads all operations from the XML stream and puts into a list.
- readAtomic(String, DataType) - Static method in class com.yahoo.document.json.readers.SingleValueReader
- readChar() - Method in interface com.yahoo.document.select.parser.CharStream
-
Get the next character from the selected input.
- readDocumentId() - Method in interface com.yahoo.document.serialization.DocumentReader
- readDocumentId() - Method in interface com.yahoo.document.serialization.DocumentUpdateReader
- readDocumentId() - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- readDocumentId() - Method in class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- readDocumentType() - Method in interface com.yahoo.document.serialization.DocumentReader
- readDocumentType() - Method in interface com.yahoo.document.serialization.DocumentUpdateReader
- readDocumentType() - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- readDocumentType() - Method in class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- readDocumentType(DocumentId) - Method in class com.yahoo.document.json.JsonReader
- READING - Static variable in class com.yahoo.document.annotation.AnnotationTypes
- readPut(TokenBuffer, DocumentPut) - Method in class com.yahoo.document.json.readers.VespaJsonDocumentReader
- readSingleDocumentStreaming(DocumentOperationType, String) - Method in class com.yahoo.document.json.JsonReader
-
Reads a JSON which is expected to contain a single document operation, and where other parameters, like the document ID and operation type, are supplied by other means.
- readSingleUpdate(TokenBuffer, DataType, String, boolean) - Static method in class com.yahoo.document.json.readers.SingleValueReader
- readSingleValue(TokenBuffer, DataType, boolean) - Static method in class com.yahoo.document.json.readers.SingleValueReader
- readTensorAddUpdate(DataType) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- readTensorAddUpdate(DataType) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializerHead
- readTensorModifyUpdate(DataType) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- readTensorModifyUpdate(DataType) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializerHead
- readTensorRemoveUpdate(DataType) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializer6
- readTensorRemoveUpdate(DataType) - Method in class com.yahoo.document.serialization.VespaDocumentDeserializerHead
- readUpdate(TokenBuffer, DocumentUpdate) - Method in class com.yahoo.document.json.readers.VespaJsonDocumentReader
- ReferenceDataType - Class in com.yahoo.document
-
A
ReferenceDataType
specifies a particular concrete document type that aReferenceFieldValue
instance binds to. - ReferenceDataType(DocumentType, int) - Constructor for class com.yahoo.document.ReferenceDataType
- ReferenceFieldValue - Class in com.yahoo.document.datatypes
-
A reference field value allows search queries to access fields in other document instances as if they were fields natively stored within the searched document.
- ReferenceFieldValue(ReferenceDataType) - Constructor for class com.yahoo.document.datatypes.ReferenceFieldValue
-
Creates an empty reference of the provided reference type.
- ReferenceFieldValue(ReferenceDataType, DocumentId) - Constructor for class com.yahoo.document.datatypes.ReferenceFieldValue
-
Creates a reference pointing to a particular document instance in the document type referenced by
referenceType
. - referencetype - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Builder
- referencetype - Variable in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Builder
- referencetype() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype
- referencetype() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype
- referencetype(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype
- referencetype(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype
- referencetype(DocumentmanagerConfig.Datatype.Referencetype.Builder) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Builder
-
Add the given builder to this builder's list of Referencetype builders
- referencetype(DocumenttypesConfig.Documenttype.Referencetype.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Builder
-
Add the given builder to this builder's list of Referencetype builders
- referencetype(Consumer<DocumentmanagerConfig.Datatype.Referencetype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- referencetype(Consumer<DocumenttypesConfig.Documenttype.Referencetype.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- referencetype(List<DocumentmanagerConfig.Datatype.Referencetype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Builder
-
Set the given list as this builder's list of Referencetype builders
- referencetype(List<DocumenttypesConfig.Documenttype.Referencetype.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Builder
-
Set the given list as this builder's list of Referencetype builders
- Referencetype(DocumentmanagerConfig.Datatype.Referencetype.Builder) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Referencetype
- Referencetype(DocumenttypesConfig.Documenttype.Referencetype.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Referencetype
- REGEX - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- register(AnnotationType) - Method in class com.yahoo.document.annotation.AnnotationTypeRegistry
-
Register a new annotation type.
- register(DataType) - Method in class com.yahoo.document.DocumentTypeManager
-
Register a data type of any sort, including document types.
- register(DocumentTypeManager) - Method in class com.yahoo.document.DataType
-
Registers this type in the given document manager.
- register(DocumentTypeManager, List<DataType>) - Method in class com.yahoo.document.CollectionDataType
- register(DocumentTypeManager, List<DataType>) - Method in class com.yahoo.document.DataType
- register(DocumentTypeManager, List<DataType>) - Method in class com.yahoo.document.DocumentType
- register(DocumentTypeManager, List<DataType>) - Method in class com.yahoo.document.MapDataType
- register(DocumentTypeManager, List<DataType>) - Method in class com.yahoo.document.StructuredDataType
- registerDocumentType(DocumentType) - Method in class com.yahoo.document.DocumentTypeManager
-
Registers a document type.
- ReInit(CharStream) - Method in class com.yahoo.document.select.parser.SelectParser
-
Reinitialise.
- ReInit(CharStream) - Method in class com.yahoo.document.select.parser.SelectParserTokenManager
-
Reinitialise parser.
- ReInit(CharStream, int) - Method in class com.yahoo.document.select.parser.SelectParserTokenManager
-
Reinitialise parser.
- ReInit(SelectParserTokenManager) - Method in class com.yahoo.document.select.parser.SelectParser
-
Reinitialise
- relational() - Method in class com.yahoo.document.select.parser.SelectParser
- remove() - Method in class com.yahoo.document.annotation.SerialIterator
- remove(int) - Method in class com.yahoo.document.annotation.SpanList
-
Removes and invalidates the SpanNode at the given index from this.
- remove(int) - Method in class com.yahoo.document.datatypes.Array
- remove(Annotation) - Method in class com.yahoo.document.annotation.SpanTree
-
Removes an Annotation from the internal list of annotations.
- remove(SpanNode) - Method in class com.yahoo.document.annotation.SpanList
-
Removes and invalidates the given SpanNode from this.
- remove(StructuredFieldValue, Field) - Static method in class com.yahoo.document.SimpleDocument
- remove(Field) - Method in class com.yahoo.document.SimpleDocument
- remove(Object) - Method in class com.yahoo.document.datatypes.Array
- remove(Object) - Method in class com.yahoo.document.datatypes.MapFieldValue
- remove(Object) - Method in class com.yahoo.document.datatypes.WeightedSet
-
Remove a key-weight association from this set.
- remove(String) - Method in class com.yahoo.document.SimpleDocument
- REMOVE - Enum constant in enum class com.yahoo.document.fieldpathupdate.FieldPathUpdate.Type
- REMOVE - Enum constant in enum class com.yahoo.document.json.DocumentOperationType
- REMOVE - Enum constant in enum class com.yahoo.document.update.ValueUpdate.ValueUpdateClassID
- REMOVE - Enum constant in enum class com.yahoo.vespaxmlparser.FeedOperation.Type
- REMOVE - Static variable in class com.yahoo.document.json.document.DocumentParser
- REMOVE_IF_ZERO - Static variable in class com.yahoo.document.fieldpathupdate.AssignFieldPathUpdate
- removeAll(Collection<?>) - Method in class com.yahoo.document.datatypes.Array
- removeChildren() - Method in class com.yahoo.document.annotation.AlternateSpanList
-
Removes all subtrees (both the subtrees themselves and their contents, which become invalidated).
- removeChildren(int) - Method in class com.yahoo.document.annotation.AlternateSpanList
-
Removes the subtree at index i (both the subtree itself and its contents, which become invalidated).
- REMOVED - Enum constant in enum class com.yahoo.document.datatypes.FieldPathIteratorHandler.ModificationStatus
- RemoveFeedOperation - Class in com.yahoo.vespaxmlparser
- RemoveFeedOperation(DocumentRemove) - Constructor for class com.yahoo.vespaxmlparser.RemoveFeedOperation
- removeField(String) - Method in class com.yahoo.document.BaseStructDataType
- removeField(String) - Method in class com.yahoo.document.DocumentType
-
Removes an field from the DocumentType.
- RemoveFieldPathUpdate - Class in com.yahoo.document.fieldpathupdate
-
RemoveFieldPathUpdate is used to remove fields or portions of fields based on the field path supplied and optionally a where clause.
- RemoveFieldPathUpdate(DocumentType, DocumentUpdateReader) - Constructor for class com.yahoo.document.fieldpathupdate.RemoveFieldPathUpdate
- RemoveFieldPathUpdate(DocumentType, String) - Constructor for class com.yahoo.document.fieldpathupdate.RemoveFieldPathUpdate
- RemoveFieldPathUpdate(DocumentType, String, String) - Constructor for class com.yahoo.document.fieldpathupdate.RemoveFieldPathUpdate
- removeFieldUpdate(Field) - Method in class com.yahoo.document.DocumentUpdate
- removeFieldUpdate(String) - Method in class com.yahoo.document.DocumentUpdate
- removeFieldValue(Field) - Method in class com.yahoo.document.datatypes.Struct
- removeFieldValue(Field) - Method in class com.yahoo.document.datatypes.StructuredFieldValue
-
Removes and returns a field value.
- removeFieldValue(Field) - Method in class com.yahoo.document.Document
- removeFieldValue(String) - Method in class com.yahoo.document.datatypes.StructuredFieldValue
-
Convenience method to remove the value of a named field.
- removeifzero() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Weightedsettype
- removeifzero() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Wsettype
- removeifzero() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Wsettype
- removeifzero() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Wset
- removeifzero(boolean) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Weightedsettype.Builder
- removeifzero(boolean) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Wsettype.Builder
- removeifzero(boolean) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Wsettype.Builder
- removeifzero(boolean) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Wset.Builder
- removeIfZero() - Method in class com.yahoo.document.WeightedSetDataType
-
Returns true if this has the property removeIfZero (only relevant for weighted sets)
- removeSpanTree(String) - Method in class com.yahoo.document.datatypes.StringFieldValue
-
Removes the span tree associated with the given name.
- removeValue(FieldValue) - Method in class com.yahoo.document.datatypes.Array
- removeValue(FieldValue) - Method in class com.yahoo.document.datatypes.CollectionFieldValue
- removeValue(FieldValue) - Method in class com.yahoo.document.datatypes.WeightedSet
- removeValue(FieldValue, Collection) - Method in class com.yahoo.document.datatypes.CollectionFieldValue
- removeValueUpdate(int) - Method in class com.yahoo.document.update.FieldUpdate
-
Removes the value update at the specified position in the list of value updates.
- RemoveValueUpdate - Class in com.yahoo.document.update
-
Value update representing a removal of a value (and its associated weight, if any) from a multi-valued data type.
- RemoveValueUpdate(FieldValue) - Constructor for class com.yahoo.document.update.RemoveValueUpdate
- renderAsString(Struct) - Static method in class com.yahoo.document.PositionDataType
- renderJsonAsVespa8() - Method in class com.yahoo.document.internal.GeoPosType
- renderXml(Struct, XmlStream) - Static method in class com.yahoo.document.PositionDataType
-
Deprecated.
- REPLACE - Enum constant in enum class com.yahoo.document.update.TensorModifyUpdate.Operation
-
Replace tensor cell values with values from matching update tensor cells.
- requiredTimestamp() - Method in class com.yahoo.document.TestAndSetCondition
-
Returns the timestamp that the document stored in the backend must match exactly for the associated document operation to go through, or 0 if no timestamp requirement is present (i.e. only the selection condition, if present, is checked).
- requiresConversion() - Method in class com.yahoo.document.select.NowCheckVisitor
- reset() - Method in class com.yahoo.document.BucketDistribution
-
Sets the number of columns to distribute to to 1, and resets the content of the internal bucket-to-column map so that it all buckets point to that single column.
- Result - Enum Class in com.yahoo.document.select
- ResultList - Class in com.yahoo.document.select
- ResultList() - Constructor for class com.yahoo.document.select.ResultList
- ResultList(Result) - Constructor for class com.yahoo.document.select.ResultList
- ResultList.LazyResultList - Interface in com.yahoo.document.select
- ResultList.ResultPair - Class in com.yahoo.document.select
- ResultList.VariableValue - Class in com.yahoo.document.select
- retainAll(Collection<?>) - Method in class com.yahoo.document.datatypes.Array
S
- SelectInput - Class in com.yahoo.document.select.parser
- SelectInput(String) - Constructor for class com.yahoo.document.select.parser.SelectInput
- SelectionExpressionConverter - Class in com.yahoo.document.select.convert
-
Class which converts a selection tree into a set of queries per document type.
- SelectionExpressionConverter() - Constructor for class com.yahoo.document.select.convert.SelectionExpressionConverter
- SelectionParser - Class in com.yahoo.document.select.simple
- SelectionParser() - Constructor for class com.yahoo.document.select.simple.SelectionParser
- SelectParser - Class in com.yahoo.document.select.parser
- SelectParser(CharStream) - Constructor for class com.yahoo.document.select.parser.SelectParser
-
Constructor with user supplied CharStream.
- SelectParser(SelectParserTokenManager) - Constructor for class com.yahoo.document.select.parser.SelectParser
-
Constructor with generated Token Manager.
- SelectParserConstants - Interface in com.yahoo.document.select.parser
-
Token literal values and constants.
- SelectParserTokenManager - Class in com.yahoo.document.select.parser
-
Token Manager.
- SelectParserTokenManager(CharStream) - Constructor for class com.yahoo.document.select.parser.SelectParserTokenManager
-
Constructor.
- SelectParserTokenManager(CharStream, int) - Constructor for class com.yahoo.document.select.parser.SelectParserTokenManager
-
Constructor.
- SelectParserUtils - Class in com.yahoo.document.select.parser
- SelectParserUtils() - Constructor for class com.yahoo.document.select.parser.SelectParserUtils
- SerialIterator - Class in com.yahoo.document.annotation
- SerializationException - Exception in com.yahoo.document.serialization
-
Exception which is thrown when serialization fails.
- SerializationException(String) - Constructor for exception com.yahoo.document.serialization.SerializationException
- SerializationException(String, Throwable) - Constructor for exception com.yahoo.document.serialization.SerializationException
- SerializationException(Throwable) - Constructor for exception com.yahoo.document.serialization.SerializationException
- serialize(DocumentUpdate) - Method in class com.yahoo.document.json.DocumentUpdateJsonSerializer
-
Serialize a DocumentUpdate tree to JSON
- serialize(Field, FieldWriter) - Method in class com.yahoo.document.annotation.AnnotationReference
- serialize(Field, FieldWriter) - Method in class com.yahoo.document.datatypes.Array
- serialize(Field, FieldWriter) - Method in class com.yahoo.document.datatypes.BoolFieldValue
- serialize(Field, FieldWriter) - Method in class com.yahoo.document.datatypes.ByteFieldValue
- serialize(Field, FieldWriter) - Method in class com.yahoo.document.datatypes.DoubleFieldValue
- serialize(Field, FieldWriter) - Method in class com.yahoo.document.datatypes.FieldValue
-
Write out field value to the specified writer
- serialize(Field, FieldWriter) - Method in class com.yahoo.document.datatypes.Float16FieldValue
- serialize(Field, FieldWriter) - Method in class com.yahoo.document.datatypes.FloatFieldValue
- serialize(Field, FieldWriter) - Method in class com.yahoo.document.datatypes.IntegerFieldValue
- serialize(Field, FieldWriter) - Method in class com.yahoo.document.datatypes.LongFieldValue
- serialize(Field, FieldWriter) - Method in class com.yahoo.document.datatypes.MapFieldValue
- serialize(Field, FieldWriter) - Method in class com.yahoo.document.datatypes.PredicateFieldValue
- serialize(Field, FieldWriter) - Method in class com.yahoo.document.datatypes.Raw
- serialize(Field, FieldWriter) - Method in class com.yahoo.document.datatypes.ReferenceFieldValue
- serialize(Field, FieldWriter) - Method in class com.yahoo.document.datatypes.StringFieldValue
- serialize(Field, FieldWriter) - Method in class com.yahoo.document.datatypes.Struct
- serialize(Field, FieldWriter) - Method in class com.yahoo.document.datatypes.TensorFieldValue
- serialize(Field, FieldWriter) - Method in class com.yahoo.document.datatypes.WeightedSet
- serialize(Field, FieldWriter) - Method in class com.yahoo.document.Document
- serialize(FieldSet) - Method in class com.yahoo.document.fieldset.FieldSetRepo
- serialize(DocumentUpdateWriter) - Method in class com.yahoo.document.DocumentUpdate
- serialize(DocumentUpdateWriter) - Method in class com.yahoo.document.update.FieldUpdate
- serialize(DocumentUpdateWriter, DataType) - Method in class com.yahoo.document.update.AddValueUpdate
- serialize(DocumentUpdateWriter, DataType) - Method in class com.yahoo.document.update.ArithmeticValueUpdate
- serialize(DocumentUpdateWriter, DataType) - Method in class com.yahoo.document.update.AssignValueUpdate
- serialize(DocumentUpdateWriter, DataType) - Method in class com.yahoo.document.update.ClearValueUpdate
- serialize(DocumentUpdateWriter, DataType) - Method in class com.yahoo.document.update.MapValueUpdate
- serialize(DocumentUpdateWriter, DataType) - Method in class com.yahoo.document.update.RemoveValueUpdate
- serialize(DocumentUpdateWriter, DataType) - Method in class com.yahoo.document.update.TensorAddUpdate
- serialize(DocumentUpdateWriter, DataType) - Method in class com.yahoo.document.update.TensorModifyUpdate
- serialize(DocumentUpdateWriter, DataType) - Method in class com.yahoo.document.update.TensorRemoveUpdate
- serialize(DocumentUpdateWriter, DataType) - Method in class com.yahoo.document.update.ValueUpdate
- serialize(DocumentWriter) - Method in class com.yahoo.document.Document
- serialize(VespaDocumentSerializer6) - Method in class com.yahoo.document.fieldpathupdate.AddFieldPathUpdate
- serialize(VespaDocumentSerializer6) - Method in class com.yahoo.document.fieldpathupdate.AssignFieldPathUpdate
- serialize(VespaDocumentSerializer6) - Method in class com.yahoo.document.fieldpathupdate.FieldPathUpdate
- serialize(GrowableByteBuffer) - Method in class com.yahoo.document.datatypes.FieldValue
- serialize(GrowableByteBuffer) - Method in class com.yahoo.document.DocumentUpdate
- serialize(GrowableByteBuffer) - Method in class com.yahoo.document.update.FieldUpdate
- serialize(Serializer) - Method in class com.yahoo.document.GlobalId
-
Serializes the content of this global id into the given byte buffer.
- serialize(OutputStream) - Method in class com.yahoo.document.Document
- serializeArrayField(FieldWriter, JsonGenerator, FieldBase, Array<T>) - Static method in class com.yahoo.document.json.JsonSerializationHelper
- serializeBool(JsonGenerator, FieldBase, boolean) - Static method in class com.yahoo.document.json.JsonSerializationHelper
- serializeBoolField(JsonGenerator, FieldBase, BoolFieldValue) - Static method in class com.yahoo.document.json.JsonSerializationHelper
- serializeByte(JsonGenerator, FieldBase, byte) - Static method in class com.yahoo.document.json.JsonSerializationHelper
- serializeByteArray(JsonGenerator, FieldBase, byte[]) - Static method in class com.yahoo.document.json.JsonSerializationHelper
- serializeByteBuffer(JsonGenerator, FieldBase, ByteBuffer) - Static method in class com.yahoo.document.json.JsonSerializationHelper
- serializeByteField(JsonGenerator, FieldBase, ByteFieldValue) - Static method in class com.yahoo.document.json.JsonSerializationHelper
- serializeCollectionField(FieldWriter, JsonGenerator, FieldBase, CollectionFieldValue<T>) - Static method in class com.yahoo.document.json.JsonSerializationHelper
- SERIALIZED_VERSION - Static variable in class com.yahoo.document.Document
- serializeDouble(JsonGenerator, FieldBase, double) - Static method in class com.yahoo.document.json.JsonSerializationHelper
- serializeDoubleField(JsonGenerator, FieldBase, DoubleFieldValue) - Static method in class com.yahoo.document.json.JsonSerializationHelper
- serializeFloat(JsonGenerator, FieldBase, float) - Static method in class com.yahoo.document.json.JsonSerializationHelper
- serializeFloatField(JsonGenerator, FieldBase, FloatFieldValue) - Static method in class com.yahoo.document.json.JsonSerializationHelper
- serializeInt(JsonGenerator, FieldBase, int) - Static method in class com.yahoo.document.json.JsonSerializationHelper
- serializeIntField(JsonGenerator, FieldBase, IntegerFieldValue) - Static method in class com.yahoo.document.json.JsonSerializationHelper
- serializeLong(JsonGenerator, FieldBase, long) - Static method in class com.yahoo.document.json.JsonSerializationHelper
- serializeLongField(JsonGenerator, FieldBase, LongFieldValue) - Static method in class com.yahoo.document.json.JsonSerializationHelper
- serializeMapField(FieldWriter, JsonGenerator, FieldBase, MapFieldValue<K, V>) - Static method in class com.yahoo.document.json.JsonSerializationHelper
- serializePredicateField(JsonGenerator, FieldBase, PredicateFieldValue) - Static method in class com.yahoo.document.json.JsonSerializationHelper
- serializeRawField(JsonGenerator, FieldBase, Raw) - Static method in class com.yahoo.document.json.JsonSerializationHelper
- serializeReferenceField(JsonGenerator, FieldBase, ReferenceFieldValue) - Static method in class com.yahoo.document.json.JsonSerializationHelper
- serializeShort(JsonGenerator, FieldBase, short) - Static method in class com.yahoo.document.json.JsonSerializationHelper
- serializeString(JsonGenerator, FieldBase, String) - Static method in class com.yahoo.document.json.JsonSerializationHelper
- serializeStringField(JsonGenerator, FieldBase, StringFieldValue) - Static method in class com.yahoo.document.json.JsonSerializationHelper
- serializeStructField(FieldWriter, JsonGenerator, FieldBase, Struct) - Static method in class com.yahoo.document.json.JsonSerializationHelper
- serializeStructuredField(FieldWriter, JsonGenerator, FieldBase, StructuredFieldValue) - Static method in class com.yahoo.document.json.JsonSerializationHelper
- serializeTensorField(JsonGenerator, FieldBase, TensorFieldValue, boolean, boolean) - Static method in class com.yahoo.document.json.JsonSerializationHelper
- serializeWeightedSet(JsonGenerator, FieldBase, WeightedSet<T>) - Static method in class com.yahoo.document.json.JsonSerializationHelper
- set(int, T) - Method in class com.yahoo.document.datatypes.Array
- set(SpanNode) - Method in class com.yahoo.document.annotation.SerialIterator
- set(StructuredFieldValue, Field, Object) - Static method in class com.yahoo.document.SimpleDocument
- set(StructuredFieldValue, Object) - Method in interface com.yahoo.document.ExtendedField.Extract
- set(StructuredFieldValue, Map<String, SpanTree>) - Method in interface com.yahoo.document.ExtendedStringField.ExtractSpanTrees
- set(Field, Object) - Method in class com.yahoo.document.SimpleDocument
- set(String, Object) - Method in class com.yahoo.document.SimpleDocument
- setAnnotationType(AnnotationType) - Method in class com.yahoo.document.annotation.AnnotationReferenceDataType
-
Sets the annotation type that this AnnotationReferenceDataType points to.
- setApplyOnRestart(boolean) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Builder
- setApplyOnRestart(boolean) - Method in class com.yahoo.document.config.DocumenttypesConfig.Builder
- setBoolean(boolean) - Method in class com.yahoo.document.datatypes.BoolFieldValue
- setChildren(int, List<SpanNode>, double) - Method in class com.yahoo.document.annotation.AlternateSpanList
-
Sets the subtree at index i.
- setCondition(TestAndSetCondition) - Method in class com.yahoo.document.DocumentGet
- setCondition(TestAndSetCondition) - Method in class com.yahoo.document.DocumentOperation
- setCreateIfNonExistent(boolean) - Method in class com.yahoo.document.DocumentPut
- setCreateIfNonExistent(boolean) - Method in class com.yahoo.document.DocumentUpdate
-
Sets whether this update should create the document it updates if that document does not exist.
- setCreateIfNonExistent(boolean) - Method in class com.yahoo.document.serialization.DocumentUpdateFlags
- setCreateMissingPath(boolean) - Method in class com.yahoo.document.fieldpathupdate.AssignFieldPathUpdate
-
If set to true, and any part of the field path specified does not exist (except for array indexes), we create the path as necessary.
- setDataType(DataType) - Method in class com.yahoo.document.annotation.AnnotationReference
- setDataType(DataType) - Method in class com.yahoo.document.annotation.AnnotationType
-
Sets the data type of this annotation.
- setDataType(DataType) - Method in class com.yahoo.document.datatypes.CompositeFieldValue
- setDataType(DataType) - Method in class com.yahoo.document.Document
- setDataType(DataType) - Method in class com.yahoo.document.Field
-
Deprecated.do not use
- setDivisionBits(short) - Method in class com.yahoo.document.select.rule.IdNode
- setDocumentId(DocumentId) - Method in class com.yahoo.document.datatypes.ReferenceFieldValue
- setDocumentOperation(DocumentOperation) - Method in class com.yahoo.document.select.Context
- setDocumentType(DocumentType) - Method in class com.yahoo.document.DocumentUpdate
-
Sets the document type.
- setExpression(String) - Method in class com.yahoo.document.fieldpathupdate.AssignFieldPathUpdate
-
Turns this assignment into a mathematical expression assignment.
- setField(Field) - Method in class com.yahoo.document.update.FieldUpdate
-
Sets the field this update applies to.
- setField(String) - Method in class com.yahoo.document.select.rule.IdNode
- setFieldPath(String) - Method in class com.yahoo.document.fieldpathupdate.FieldPathUpdate
- setFieldUpdates(Collection<FieldUpdate>) - Method in class com.yahoo.document.DocumentUpdate
-
Assigns the field updates of this document update.
- setFieldUpdates(List<FieldUpdate>) - Method in class com.yahoo.document.DocumentUpdate
-
The same as setFieldUpdates(Collection<FieldUpdate>)
- setFieldValue(FieldValue) - Method in class com.yahoo.document.annotation.Annotation
-
Sets the value of the annotation.
- setFieldValue(StructuredFieldValue, FieldValue) - Method in class com.yahoo.document.ExtendedField
- setFieldValue(StructuredFieldValue, FieldValue) - Method in class com.yahoo.document.ExtendedStringField
- setFieldValue(Field, FieldValue) - Method in class com.yahoo.document.datatypes.StructuredFieldValue
-
Sets the value of the given field.
- setFieldValue(Field, Byte) - Method in class com.yahoo.document.datatypes.StructuredFieldValue
- setFieldValue(Field, Double) - Method in class com.yahoo.document.datatypes.StructuredFieldValue
- setFieldValue(Field, Integer) - Method in class com.yahoo.document.datatypes.StructuredFieldValue
- setFieldValue(Field, Long) - Method in class com.yahoo.document.datatypes.StructuredFieldValue
- setFieldValue(Field, String) - Method in class com.yahoo.document.datatypes.StructuredFieldValue
- setFieldValue(String, FieldValue) - Method in class com.yahoo.document.datatypes.StructuredFieldValue
-
Convenience method to set the value of a named field.
- setFieldValue(String, Boolean) - Method in class com.yahoo.document.datatypes.StructuredFieldValue
- setFieldValue(String, Byte) - Method in class com.yahoo.document.datatypes.StructuredFieldValue
- setFieldValue(String, Double) - Method in class com.yahoo.document.datatypes.StructuredFieldValue
- setFieldValue(String, Integer) - Method in class com.yahoo.document.datatypes.StructuredFieldValue
- setFieldValue(String, Long) - Method in class com.yahoo.document.datatypes.StructuredFieldValue
- setFieldValue(String, String) - Method in class com.yahoo.document.datatypes.StructuredFieldValue
- setFrom(int) - Method in class com.yahoo.document.annotation.Span
-
NOTE: DO NOT USE.
- setId(int) - Method in class com.yahoo.document.DataType
-
Sets the ID of this data type.
- setId(int, DocumentType) - Method in class com.yahoo.document.Field
-
Sets the id of this field.
- setId(DocumentId) - Method in class com.yahoo.document.Document
- setId(DocumentId) - Method in class com.yahoo.document.DocumentUpdate
-
Sets the document id of the document to update.
- setId(IdString) - Method in class com.yahoo.document.DocumentId
- setIgnoreUndefinedFields(boolean) - Method in class com.yahoo.document.DocumentTypeManager
- setIndent(String) - Method in class com.yahoo.document.serialization.XmlStream
-
Deprecated.Set an indent to use for pretty printing of XML.
- setLastModified(Long) - Method in class com.yahoo.document.Document
-
Sets the last modified time of this Document.
- setLength(int) - Method in class com.yahoo.document.annotation.Span
-
NOTE: DO NOT USE.
- setName(String) - Method in class com.yahoo.document.annotation.SpanTree
-
WARNING!
- setName(String) - Method in class com.yahoo.document.DataType
-
Sets the name of this data type.
- setName(String) - Method in class com.yahoo.document.select.rule.AttributeNode.Item
- setNewValue(FieldValue) - Method in class com.yahoo.document.fieldpathupdate.AssignFieldPathUpdate
-
Turns this assignment into a literal one.
- setNewValues(Array) - Method in class com.yahoo.document.fieldpathupdate.AddFieldPathUpdate
- setNode(ExpressionNode) - Method in class com.yahoo.document.select.rule.EmbracedNode
- setNode(ExpressionNode) - Method in class com.yahoo.document.select.rule.NegationNode
- setNumBucketBits(int) - Method in class com.yahoo.document.BucketDistribution
-
Sets the number of buckets to use for this document distribution object.
- setNumColumns(int) - Method in class com.yahoo.document.BucketDistribution
-
Sets the number of columns to use for this document distribution object.
- setOperator(String) - Method in class com.yahoo.document.select.rule.ComparisonNode
-
Sets the comparison operator of this.
- setPredicate(Predicate) - Method in class com.yahoo.document.datatypes.PredicateFieldValue
- setProbability(int, double) - Method in class com.yahoo.document.annotation.AlternateSpanList
-
Sets the probability of the given subtree.
- setReference(Annotation) - Method in class com.yahoo.document.annotation.AnnotationReference
-
Set an
Annotation
that this AnnotationReference shall refer to. - setReferenceNoCompatibilityCheck(Annotation) - Method in class com.yahoo.document.annotation.AnnotationReference
-
WARNING!
- setRemaining(CharSequence) - Method in class com.yahoo.document.select.simple.Parser
- setRemoveIfZero(boolean) - Method in class com.yahoo.document.fieldpathupdate.AssignFieldPathUpdate
-
If set to true, and the new value assigned evaluates to a numeric value of 0, removes the value instead of setting it.
- setRoot(SpanNode) - Method in class com.yahoo.document.annotation.SpanTree
-
WARNING!
- setScratchId(int) - Method in class com.yahoo.document.annotation.Annotation
- setScratchId(int) - Method in class com.yahoo.document.annotation.SpanNode
- setSpanNode(SpanNode) - Method in class com.yahoo.document.annotation.Annotation
-
WARNING!
- setSpanNodeFast(SpanNode) - Method in class com.yahoo.document.annotation.Annotation
-
WARNING!
- setSpanTree(SpanTree) - Method in class com.yahoo.document.datatypes.StringFieldValue
-
Sets the span tree with annotations over this String.
- setStringFieldValue(StringFieldValue) - Method in class com.yahoo.document.annotation.SpanTree
-
Sets the StringFieldValue that this SpanTree belongs to. This is called by
StringFieldValue.setSpanTree(SpanTree)
and there is no need for the user to call this except in unit tests. - setTabSize(int) - Method in interface com.yahoo.document.select.parser.CharStream
-
Set the tab size to use.
- setTag(boolean) - Method in class com.yahoo.document.WeightedSetDataType
-
Called by SD parser if a data type is explicitly tag.
- setTrackLineColumn(boolean) - Method in interface com.yahoo.document.select.parser.CharStream
-
Enable or disable line number and column number tracking.
- setType(int) - Method in class com.yahoo.document.select.rule.AttributeNode.Item
- setType(AnnotationType) - Method in class com.yahoo.document.annotation.Annotation
-
Sets the type of this annotation.
- setType(FeedOperation.Type) - Method in class com.yahoo.vespaxmlparser.FeedOperation
- setType(String) - Method in class com.yahoo.document.select.rule.DocumentNode
- setType(String) - Method in class com.yahoo.document.select.rule.DocumentTypeNode
- setUnChecked(String) - Method in class com.yahoo.document.datatypes.StringFieldValue
-
Only for use by deserializer to avoid the cost of verifying input.
- setValue(DoubleFieldValue) - Method in class com.yahoo.document.update.ArithmeticValueUpdate
-
Sets the operand
- setValue(FieldValue) - Method in class com.yahoo.document.update.AddValueUpdate
- setValue(FieldValue) - Method in class com.yahoo.document.update.AssignValueUpdate
-
Sets the value to assign.
- setValue(FieldValue) - Method in class com.yahoo.document.update.ClearValueUpdate
- setValue(FieldValue) - Method in class com.yahoo.document.update.MapValueUpdate
-
Sets the key of the nested update
- setValue(FieldValue) - Method in class com.yahoo.document.update.RemoveValueUpdate
- setValue(TensorFieldValue) - Method in class com.yahoo.document.update.TensorAddUpdate
- setValue(TensorFieldValue) - Method in class com.yahoo.document.update.TensorModifyUpdate
- setValue(TensorFieldValue) - Method in class com.yahoo.document.update.TensorRemoveUpdate
- setValue(ExpressionNode) - Method in class com.yahoo.document.select.rule.AttributeNode
- setValue(Object) - Method in class com.yahoo.document.select.rule.LiteralNode
- setValue(String) - Method in class com.yahoo.document.select.rule.VariableNode
- setValue(T) - Method in class com.yahoo.document.update.ValueUpdate
-
Sets the value of this.
- setValueUpdate(int, ValueUpdate) - Method in class com.yahoo.document.update.FieldUpdate
-
Replaces the value update at the specified position in the list of value updates with the specified value update.
- setVariables(Map<String, Object>) - Method in class com.yahoo.document.select.Context
- setVersion(int) - Method in class com.yahoo.document.datatypes.Struct
- setWhereClause(String) - Method in class com.yahoo.document.fieldpathupdate.FieldPathUpdate
- setWidthBits(short) - Method in class com.yahoo.document.select.rule.IdNode
- SimpleDocument - Class in com.yahoo.document
- SimpleDocument(Document) - Constructor for class com.yahoo.document.SimpleDocument
- SingleValueReader - Class in com.yahoo.document.json.readers
- SingleValueReader() - Constructor for class com.yahoo.document.json.readers.SingleValueReader
- size() - Method in class com.yahoo.document.datatypes.Array
- size() - Method in class com.yahoo.document.datatypes.CollectionFieldValue
- size() - Method in class com.yahoo.document.datatypes.MapFieldValue
- size() - Method in class com.yahoo.document.datatypes.WeightedSet
-
Returns the number of key-weight pairs in this set.
- size() - Method in class com.yahoo.document.DocumentUpdate
-
Get the number of field updates in this document update.
- size() - Method in class com.yahoo.document.FieldPath
- size() - Method in class com.yahoo.document.update.FieldUpdate
-
Get the number of value updates in this field update.
- skipToEnd(String) - Method in class com.yahoo.vespaxmlparser.VespaXMLReader
- skipToRelativeNesting(int) - Method in class com.yahoo.document.json.TokenBuffer
- sortChildren() - Method in class com.yahoo.document.annotation.AlternateSpanList
-
Sorts children in all subtrees by occurrence in the text covered.
- sortChildren() - Method in class com.yahoo.document.annotation.SpanList
-
Sorts children by occurrence in the text covered.
- sortChildren(int) - Method in class com.yahoo.document.annotation.AlternateSpanList
-
Sorts children in subtree i by occurrence in the text covered.
- sortChildrenRecursive() - Method in class com.yahoo.document.annotation.AlternateSpanList
-
Recursively sorts all children in all subtrees by occurrence in the text covered.
- sortChildrenRecursive() - Method in class com.yahoo.document.annotation.SpanList
-
Recursively sorts all children by occurrence in the text covered.
- sortChildrenRecursive(int) - Method in class com.yahoo.document.annotation.AlternateSpanList
-
Recursively sorts all children in subtree i by occurrence in the text covered.
- sortSubTreesByProbability() - Method in class com.yahoo.document.annotation.AlternateSpanList
-
Sorts the subtrees under this AlternateSpanList by descending probability, such that the most probable subtree becomes the first subtree, and so on.
- span(int, int) - Method in class com.yahoo.document.annotation.SpanList
-
Create a span, add it to this list and return it
- Span - Class in com.yahoo.document.annotation
-
This class represents a range of characters from a string. This is the leaf node in a Span tree.
- Span() - Constructor for class com.yahoo.document.annotation.Span
-
WARNING!
- Span(int, int) - Constructor for class com.yahoo.document.annotation.Span
-
This will construct a valid span or throw
IllegalArgumentException
if the span is invalid. - Span(Span) - Constructor for class com.yahoo.document.annotation.Span
-
Copies the given Span into a new Span instance.
- Span(SpanNodeReader) - Constructor for class com.yahoo.document.annotation.Span
-
Creates an empty Span, used mainly for deserialization.
- SPAN_NODE - Enum constant in enum class com.yahoo.document.annotation.SpanTree.IndexKey
- spanList() - Method in class com.yahoo.document.annotation.SpanTree
-
Convenience shorthand for
(SpanList)getRoot()
. - SpanList - Class in com.yahoo.document.annotation
-
A node in a Span tree that can have child nodes.
- SpanList() - Constructor for class com.yahoo.document.annotation.SpanList
-
Creates a new SpanList.
- SpanList(SpanList) - Constructor for class com.yahoo.document.annotation.SpanList
-
Deep-copies a SpanList.
- SpanList(SpanNodeReader) - Constructor for class com.yahoo.document.annotation.SpanList
- SpanList(List<SpanNode>) - Constructor for class com.yahoo.document.annotation.SpanList
- SpanNode - Class in com.yahoo.document.annotation
-
Base class of nodes in a Span tree.
- SpanNode() - Constructor for class com.yahoo.document.annotation.SpanNode
- SpanNodeParent - Interface in com.yahoo.document.annotation
-
An interface to be implemented by classes that can be parents of SpanNodes.
- SpanNodeReader - Interface in com.yahoo.document.serialization
- SpanNodeWriter - Interface in com.yahoo.document.serialization
- SpanTree - Class in com.yahoo.document.annotation
-
A SpanTree holds a root node of a tree of SpanNodes, and a List of Annotations pointing to these nodes or each other.
- SpanTree() - Constructor for class com.yahoo.document.annotation.SpanTree
-
WARNING!
- SpanTree(SpanTree) - Constructor for class com.yahoo.document.annotation.SpanTree
- SpanTree(String) - Constructor for class com.yahoo.document.annotation.SpanTree
-
Creates a new SpanTree with the given name and an empty SpanList as its root node.
- SpanTree(String, SpanNode) - Constructor for class com.yahoo.document.annotation.SpanTree
-
Creates a new SpanTree with a given root node.
- SpanTree.IndexKey - Enum Class in com.yahoo.document.annotation
- SpanTreeReader - Interface in com.yahoo.document.serialization
- SpanTrees - Class in com.yahoo.document.annotation
-
This is a container for all
SpanTree
s constants used by built-in Vespa features. - SpanTreeWriter - Interface in com.yahoo.document.serialization
- SPECIAL_TOKEN - Static variable in class com.yahoo.document.annotation.AnnotationTypes
- specialToken - Variable in class com.yahoo.document.select.parser.Token
-
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
- sstruct - Variable in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Builder
- sstruct() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype
- sstruct(DocumenttypesConfig.Documenttype.Datatype.Sstruct.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Builder
- sstruct(Consumer<DocumenttypesConfig.Documenttype.Datatype.Sstruct.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- Sstruct(DocumenttypesConfig.Documenttype.Datatype.Sstruct.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct
- stack - Variable in class com.yahoo.document.annotation.SerialIterator
- startsWith(FieldPath) - Method in class com.yahoo.document.FieldPath
-
Compares this field path with the given field path, returns true if the field path starts with the other.
- STATIC_LEXER_ERROR - Static variable in exception com.yahoo.document.select.parser.TokenMgrException
-
An attempt was made to create a second instance of a static token manager.
- STEM - Static variable in class com.yahoo.document.annotation.AnnotationTypes
- STRING - Static variable in class com.yahoo.document.DataType
- STRING - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- StringFieldValue - Class in com.yahoo.document.datatypes
-
A StringFieldValue is a wrapper class that holds a String in
Document
s and otherFieldValue
s. - StringFieldValue() - Constructor for class com.yahoo.document.datatypes.StringFieldValue
-
Creates a new StringFieldValue holding an empty String.
- StringFieldValue(String) - Constructor for class com.yahoo.document.datatypes.StringFieldValue
-
Creates a new StringFieldValue with the given value.
- StringParser - Class in com.yahoo.document.select.simple
- StringParser() - Constructor for class com.yahoo.document.select.simple.StringParser
- stripFields(Document, FieldSet) - Method in class com.yahoo.document.fieldset.FieldSetRepo
-
Strips all fields not wanted by the given field set from the document.
- Struct - Class in com.yahoo.document.datatypes
- Struct(DataType) - Constructor for class com.yahoo.document.datatypes.Struct
- STRUCT - Enum constant in enum class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Type.Enum
- STRUCT - Static variable in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Type
- STRUCT_FIELD - Enum constant in enum class com.yahoo.document.FieldPathEntry.Type
- STRUCT_NAME - Static variable in class com.yahoo.document.PositionDataType
- StructDataType - Class in com.yahoo.document
- StructDataType(int, String) - Constructor for class com.yahoo.document.StructDataType
- StructDataType(String) - Constructor for class com.yahoo.document.StructDataType
- StructReader - Class in com.yahoo.document.json.readers
- StructReader() - Constructor for class com.yahoo.document.json.readers.StructReader
- structtype - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Builder
- structtype - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
- structtype - Variable in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
- structtype() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype
- structtype() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype
- structtype() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype
- structtype(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype
- structtype(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype
- structtype(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype
- structtype(DocumentmanagerConfig.Datatype.Structtype.Builder) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Builder
-
Add the given builder to this builder's list of Structtype builders
- structtype(DocumentmanagerConfig.Doctype.Structtype.Builder) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Add the given builder to this builder's list of Structtype builders
- structtype(DocumenttypesConfig.Doctype.Structtype.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Add the given builder to this builder's list of Structtype builders
- structtype(Consumer<DocumentmanagerConfig.Datatype.Structtype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- structtype(Consumer<DocumentmanagerConfig.Doctype.Structtype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- structtype(Consumer<DocumenttypesConfig.Doctype.Structtype.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- structtype(List<DocumentmanagerConfig.Datatype.Structtype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Builder
-
Set the given list as this builder's list of Structtype builders
- structtype(List<DocumentmanagerConfig.Doctype.Structtype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Set the given list as this builder's list of Structtype builders
- structtype(List<DocumenttypesConfig.Doctype.Structtype.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Set the given list as this builder's list of Structtype builders
- Structtype(DocumentmanagerConfig.Datatype.Structtype.Builder) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype
- Structtype(DocumentmanagerConfig.Doctype.Structtype.Builder) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype
- Structtype(DocumenttypesConfig.Doctype.Structtype.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype
- StructuredDataType - Class in com.yahoo.document
- StructuredDataType(int, String) - Constructor for class com.yahoo.document.StructuredDataType
- StructuredDataType(String) - Constructor for class com.yahoo.document.StructuredDataType
- StructuredFieldValue - Class in com.yahoo.document.datatypes
- StructuredFieldValue(StructuredDataType) - Constructor for class com.yahoo.document.datatypes.StructuredFieldValue
- SUB - Enum constant in enum class com.yahoo.document.update.ArithmeticValueUpdate.Operator
-
Subtract the operand from the value.
- SUB - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- SUB - Static variable in class com.yahoo.document.select.rule.ArithmeticNode
- subList(int, int) - Method in class com.yahoo.document.datatypes.Array
- SwitchTo(int) - Method in class com.yahoo.document.select.parser.SelectParserTokenManager
-
Switch to specified lex state.
T
- TAG - Static variable in class com.yahoo.document.DataType
- target_type_id() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Referencetype
- target_type_id() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Referencetype
- target_type_id(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Referencetype.Builder
- target_type_id(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Referencetype.Builder
- targettype() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Documentref
- targettype() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Documentref
- targettype(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Documentref.Builder
- targettype(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Documentref.Builder
- tensor - Variable in class com.yahoo.document.update.TensorModifyUpdate
- TENSOR - Enum constant in enum class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Type.Enum
- TENSOR - Static variable in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Type
- TENSOR_ADDRESS - Static variable in class com.yahoo.document.json.readers.TensorReader
- TENSOR_ADDRESSES - Static variable in class com.yahoo.document.json.readers.TensorRemoveUpdateReader
- TENSOR_BLOCKS - Static variable in class com.yahoo.document.json.readers.TensorReader
- TENSOR_CELLS - Static variable in class com.yahoo.document.json.readers.TensorReader
- TENSOR_TYPE - Static variable in class com.yahoo.document.json.readers.TensorReader
- TENSOR_VALUE - Static variable in class com.yahoo.document.json.readers.TensorReader
- TENSOR_VALUES - Static variable in class com.yahoo.document.json.readers.TensorReader
- TENSORADD - Enum constant in enum class com.yahoo.document.update.ValueUpdate.ValueUpdateClassID
- TensorAddUpdate - Class in com.yahoo.document.update
-
An update used to add cells to a sparse or mixed tensor (has at least one mapped dimension).
- TensorAddUpdate(TensorFieldValue) - Constructor for class com.yahoo.document.update.TensorAddUpdate
- TensorAddUpdateReader - Class in com.yahoo.document.json.readers
-
Reader of an "add" update of a tensor field.
- TensorAddUpdateReader() - Constructor for class com.yahoo.document.json.readers.TensorAddUpdateReader
- TensorDataType - Class in com.yahoo.document
-
A DataType containing a tensor type
- TensorDataType(TensorType) - Constructor for class com.yahoo.document.TensorDataType
- tensorDataTypeCode - Static variable in class com.yahoo.document.DataType
- TensorFieldValue - Class in com.yahoo.document.datatypes
-
Field value class that wraps a tensor.
- TensorFieldValue() - Constructor for class com.yahoo.document.datatypes.TensorFieldValue
-
Create an empty tensor field value where the tensor type is not yet known.
- TensorFieldValue(Tensor) - Constructor for class com.yahoo.document.datatypes.TensorFieldValue
-
Create a tensor field value containing the given tensor
- TensorFieldValue(TensorType) - Constructor for class com.yahoo.document.datatypes.TensorFieldValue
-
Create an empty tensor field value for the given tensor type
- TENSORMODIFY - Enum constant in enum class com.yahoo.document.update.ValueUpdate.ValueUpdateClassID
- TensorModifyUpdate - Class in com.yahoo.document.update
- TensorModifyUpdate(TensorModifyUpdate.Operation, TensorFieldValue) - Constructor for class com.yahoo.document.update.TensorModifyUpdate
- TensorModifyUpdate(TensorModifyUpdate.Operation, TensorFieldValue, boolean) - Constructor for class com.yahoo.document.update.TensorModifyUpdate
- TensorModifyUpdate.Operation - Enum Class in com.yahoo.document.update
-
Lists valid operations that can be performed by a TensorModifyUpdate.
- TensorModifyUpdateReader - Class in com.yahoo.document.json.readers
-
Reader of a "modify" update of a tensor field.
- TensorModifyUpdateReader() - Constructor for class com.yahoo.document.json.readers.TensorModifyUpdateReader
- TensorReader - Class in com.yahoo.document.json.readers
-
Reads the tensor format defined at See https://docs.vespa.ai/en/reference/document-json-format.html
- TensorReader() - Constructor for class com.yahoo.document.json.readers.TensorReader
- TENSORREMOVE - Enum constant in enum class com.yahoo.document.update.ValueUpdate.ValueUpdateClassID
- TensorRemoveUpdate - Class in com.yahoo.document.update
-
An update used to remove cells from a sparse tensor or dense sub-spaces from a mixed tensor.
- TensorRemoveUpdate(TensorFieldValue) - Constructor for class com.yahoo.document.update.TensorRemoveUpdate
- TensorRemoveUpdateReader - Class in com.yahoo.document.json.readers
-
Reader of a "remove" update of a tensor field.
- TensorRemoveUpdateReader() - Constructor for class com.yahoo.document.json.readers.TensorRemoveUpdateReader
- tensortype - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
- tensortype - Variable in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
- tensortype() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype
- tensortype() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype
- tensortype(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype
- tensortype(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype
- tensortype(DocumentmanagerConfig.Doctype.Tensortype.Builder) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Add the given builder to this builder's list of Tensortype builders
- tensortype(DocumenttypesConfig.Doctype.Tensortype.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Add the given builder to this builder's list of Tensortype builders
- tensortype(Consumer<DocumentmanagerConfig.Doctype.Tensortype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- tensortype(Consumer<DocumenttypesConfig.Doctype.Tensortype.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- tensortype(List<DocumentmanagerConfig.Doctype.Tensortype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Set the given list as this builder's list of Tensortype builders
- tensortype(List<DocumenttypesConfig.Doctype.Tensortype.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Set the given list as this builder's list of Tensortype builders
- Tensortype(DocumentmanagerConfig.Doctype.Tensortype.Builder) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Tensortype
- Tensortype(DocumenttypesConfig.Doctype.Tensortype.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Tensortype
- TERM - Static variable in class com.yahoo.document.annotation.AnnotationTypes
- TestAndSetCondition - Class in com.yahoo.document
-
The TestAndSetCondition class represents a test and set condition.
- TestAndSetCondition() - Constructor for class com.yahoo.document.TestAndSetCondition
- TestAndSetCondition(String) - Constructor for class com.yahoo.document.TestAndSetCondition
- text - Variable in class com.yahoo.document.json.TokenBuffer.Token
- threshold - Variable in class com.yahoo.document.CompressionConfig
- threshold() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Compression
- threshold(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Compression.Builder
- thresholdFactor() - Method in class com.yahoo.document.CompressionConfig
-
get a multiplier for comparing compressed and original size
- toArray() - Method in class com.yahoo.document.datatypes.Array
- toArray(T[]) - Method in class com.yahoo.document.datatypes.Array
- toBucketId() - Method in class com.yahoo.document.GlobalId
- toByteArray(Document) - Static method in class com.yahoo.document.json.JsonWriter
-
Utility method to easily serialize a single document.
- toByteArray(Document, boolean, boolean) - Static method in class com.yahoo.document.json.JsonWriter
-
Utility method to easily serialize a single document.
- toJson() - Method in class com.yahoo.document.Document
-
Get JSON representation of the document root and its children contained in a JSON object
- token - Variable in class com.yahoo.document.json.TokenBuffer.Token
- token - Variable in class com.yahoo.document.select.parser.SelectParser
-
Current token.
- Token - Class in com.yahoo.document.select.parser
-
Describes the input token stream.
- Token() - Constructor for class com.yahoo.document.select.parser.Token
-
No-argument constructor
- Token(int) - Constructor for class com.yahoo.document.select.parser.Token
-
Constructs a new token for the specified Image.
- Token(int, String) - Constructor for class com.yahoo.document.select.parser.Token
-
Constructs a new token for the specified Image and Kind.
- token_source - Variable in class com.yahoo.document.select.parser.SelectParser
-
Generated Token Manager.
- TOKEN_TYPE - Static variable in class com.yahoo.document.annotation.AnnotationTypes
- TokenBuffer - Class in com.yahoo.document.json
-
Helper class to enable lookahead in the token stream.
- TokenBuffer() - Constructor for class com.yahoo.document.json.TokenBuffer
- TokenBuffer.Token - Class in com.yahoo.document.json
- tokenImage - Variable in exception com.yahoo.document.select.parser.ParseException
-
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
- tokenImage - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
Literal token values.
- TokenMgrException - Exception in com.yahoo.document.select.parser
-
Token Manager Error.
- TokenMgrException() - Constructor for exception com.yahoo.document.select.parser.TokenMgrException
-
No arg constructor.
- TokenMgrException(boolean, int, int, int, String, int, int) - Constructor for exception com.yahoo.document.select.parser.TokenMgrException
-
Full Constructor.
- TokenMgrException(String, int) - Constructor for exception com.yahoo.document.select.parser.TokenMgrException
-
Constructor with message and reason.
- toResult() - Method in class com.yahoo.document.select.ResultList
- toResult(Object) - Static method in enum class com.yahoo.document.select.Result
-
Converts the given object value into an instance of this Result enumeration.
- toResultList(Object) - Static method in class com.yahoo.document.select.ResultList
-
Converts the given object value into a result list, so it can be compared by logical operators.
- toString() - Method in class com.yahoo.document.annotation.AlternateSpanList
- toString() - Method in class com.yahoo.document.annotation.Annotation
- toString() - Method in class com.yahoo.document.annotation.AnnotationReference
- toString() - Method in class com.yahoo.document.annotation.AnnotationType
- toString() - Method in class com.yahoo.document.annotation.Span
- toString() - Method in class com.yahoo.document.annotation.SpanList
- toString() - Method in class com.yahoo.document.annotation.SpanTree
- toString() - Method in class com.yahoo.document.BucketId
- toString() - Method in class com.yahoo.document.DataType
- toString() - Method in class com.yahoo.document.DataTypeName
- toString() - Method in class com.yahoo.document.datatypes.Array
- toString() - Method in class com.yahoo.document.datatypes.BoolFieldValue
- toString() - Method in class com.yahoo.document.datatypes.ByteFieldValue
- toString() - Method in class com.yahoo.document.datatypes.DoubleFieldValue
- toString() - Method in class com.yahoo.document.datatypes.FieldPathIteratorHandler.IndexValue
- toString() - Method in class com.yahoo.document.datatypes.Float16FieldValue
- toString() - Method in class com.yahoo.document.datatypes.FloatFieldValue
- toString() - Method in class com.yahoo.document.datatypes.IntegerFieldValue
- toString() - Method in class com.yahoo.document.datatypes.LongFieldValue
- toString() - Method in class com.yahoo.document.datatypes.PredicateFieldValue
- toString() - Method in class com.yahoo.document.datatypes.Raw
- toString() - Method in class com.yahoo.document.datatypes.ReferenceFieldValue
- toString() - Method in class com.yahoo.document.datatypes.StringFieldValue
-
Returns the String value wrapped by this StringFieldValue.
- toString() - Method in class com.yahoo.document.datatypes.Struct
- toString() - Method in class com.yahoo.document.datatypes.TensorFieldValue
- toString() - Method in class com.yahoo.document.datatypes.WeightedSet
-
Uses toString() from the encapsulated Map.
- toString() - Method in class com.yahoo.document.Document
- toString() - Method in class com.yahoo.document.DocumentGet
- toString() - Method in class com.yahoo.document.DocumentId
- toString() - Method in class com.yahoo.document.DocumentPut
- toString() - Method in class com.yahoo.document.DocumentRemove
- toString() - Method in class com.yahoo.document.DocumentTypeId
- toString() - Method in class com.yahoo.document.DocumentUpdate
- toString() - Method in class com.yahoo.document.Field
- toString() - Method in class com.yahoo.document.FieldPath
- toString() - Method in class com.yahoo.document.FieldPathEntry.KeyParseResult
- toString() - Method in class com.yahoo.document.FieldPathEntry
- toString() - Method in class com.yahoo.document.fieldpathupdate.AddFieldPathUpdate
- toString() - Method in class com.yahoo.document.fieldpathupdate.AssignFieldPathUpdate
- toString() - Method in class com.yahoo.document.fieldpathupdate.FieldPathUpdate
- toString() - Method in class com.yahoo.document.fieldpathupdate.RemoveFieldPathUpdate
- toString() - Method in class com.yahoo.document.GlobalId
- toString() - Method in class com.yahoo.document.idstring.IdString
- toString() - Method in class com.yahoo.document.json.ParsedDocumentOperation
- toString() - Method in class com.yahoo.document.json.TokenBuffer.Token
- toString() - Method in class com.yahoo.document.select.convert.NowQueryExpression
- toString() - Method in class com.yahoo.document.select.convert.NowQueryNode
- toString() - Method in class com.yahoo.document.select.DocumentSelector
-
Returns this selector as a Document Selection Language string
- toString() - Method in class com.yahoo.document.select.parser.Token
-
Returns the image.
- toString() - Method in enum class com.yahoo.document.select.Result
- toString() - Method in class com.yahoo.document.select.ResultList.ResultPair
- toString() - Method in class com.yahoo.document.select.ResultList
- toString() - Method in class com.yahoo.document.select.ResultList.VariableValue
- toString() - Method in class com.yahoo.document.select.rule.ArithmeticNode
- toString() - Method in class com.yahoo.document.select.rule.AttributeNode.Item
- toString() - Method in class com.yahoo.document.select.rule.AttributeNode
- toString() - Method in class com.yahoo.document.select.rule.ComparisonNode
- toString() - Method in class com.yahoo.document.select.rule.DocumentNode
- toString() - Method in class com.yahoo.document.select.rule.DocumentTypeNode
- toString() - Method in class com.yahoo.document.select.rule.EmbracedNode
- toString() - Method in class com.yahoo.document.select.rule.IdNode
- toString() - Method in class com.yahoo.document.select.rule.LiteralNode
- toString() - Method in class com.yahoo.document.select.rule.LogicNode
- toString() - Method in class com.yahoo.document.select.rule.NegationNode
- toString() - Method in class com.yahoo.document.select.rule.NowNode
- toString() - Method in class com.yahoo.document.select.rule.VariableNode
- toString() - Method in class com.yahoo.document.serialization.XmlStream
-
Deprecated.
- toString() - Method in class com.yahoo.document.TestAndSetCondition
- toString() - Method in class com.yahoo.document.update.AddValueUpdate
- toString() - Method in class com.yahoo.document.update.ArithmeticValueUpdate
- toString() - Method in class com.yahoo.document.update.AssignValueUpdate
- toString() - Method in class com.yahoo.document.update.FieldUpdate
- toString() - Method in class com.yahoo.document.update.MapValueUpdate
- toString() - Method in class com.yahoo.document.update.RemoveValueUpdate
- toString() - Method in class com.yahoo.document.update.TensorAddUpdate
- toString() - Method in class com.yahoo.document.update.TensorModifyUpdate
- toString() - Method in class com.yahoo.document.update.TensorRemoveUpdate
- toString() - Method in class com.yahoo.document.update.ValueUpdate
- toString() - Method in class com.yahoo.vespaxmlparser.FeedOperation
- toUtf8() - Method in class com.yahoo.document.idstring.IdString
- toXml() - Method in class com.yahoo.document.datatypes.FieldValue
-
Deprecated.
- toXml() - Method in class com.yahoo.document.Document
-
Deprecated.
- toXML(String) - Method in class com.yahoo.document.Document
-
Deprecated.
- trace_enabled() - Method in class com.yahoo.document.select.parser.SelectParser
- TRANSFORMED - Static variable in class com.yahoo.document.annotation.AnnotationTypes
- TRUE - Enum constant in enum class com.yahoo.document.select.Result
-
Defines all enumeration constants.
- TRUE - Static variable in interface com.yahoo.document.select.parser.SelectParserConstants
-
RegularExpression Id.
- type - Variable in class com.yahoo.document.CompressionConfig
- type() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype.Field
- type() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype.Inherits
- type() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype.Field
- type() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype.Inherits
- type() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Compression
- type() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype
- type(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype.Field.Builder
- type(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Structtype.Inherits.Builder
- type(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype.Field.Builder
- type(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype.Inherits.Builder
- type(DocumenttypesConfig.Documenttype.Datatype.Sstruct.Compression.Type.Enum) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Compression.Builder
- type(DocumenttypesConfig.Documenttype.Datatype.Type.Enum) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Builder
- Type() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Compression.Type
- Type() - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Type
- Type(DocumenttypesConfig.Documenttype.Datatype.Sstruct.Compression.Type.Enum) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Compression.Type
- Type(DocumenttypesConfig.Documenttype.Datatype.Type.Enum) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Type
U
- UNCOMPRESSABLE - Enum constant in enum class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Compresstype.Enum
- UNCOMPRESSABLE - Static variable in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Compresstype
- union(BucketSet) - Method in class com.yahoo.document.select.BucketSet
-
Returns the union between this bucket set and another.
- unquote(String) - Static method in class com.yahoo.document.select.parser.SelectParserUtils
- unregister(int) - Method in class com.yahoo.document.annotation.AnnotationTypeRegistry
-
Unregisters the type given by the argument.
- unregister(AnnotationType) - Method in class com.yahoo.document.annotation.AnnotationTypeRegistry
-
Unregisters the type given by the argument.
- unregister(String) - Method in class com.yahoo.document.annotation.AnnotationTypeRegistry
-
Unregisters the type given by the argument.
- update - Variable in class com.yahoo.document.update.MapValueUpdate
- UPDATE - Enum constant in enum class com.yahoo.document.json.DocumentOperationType
- UPDATE - Enum constant in enum class com.yahoo.vespaxmlparser.FeedOperation.Type
- UPDATE_ASSIGN - Static variable in class com.yahoo.document.json.readers.SingleValueReader
- UPDATE_DECREMENT - Static variable in class com.yahoo.document.json.readers.SingleValueReader
- UPDATE_DIVIDE - Static variable in class com.yahoo.document.json.readers.SingleValueReader
- UPDATE_ELEMENT - Static variable in class com.yahoo.document.json.readers.MapReader
- UPDATE_INCREMENT - Static variable in class com.yahoo.document.json.readers.SingleValueReader
- UPDATE_MATCH - Static variable in class com.yahoo.document.json.readers.MapReader
- UPDATE_MODIFY - Static variable in class com.yahoo.document.json.readers.TensorModifyUpdateReader
- UPDATE_MULTIPLY - Static variable in class com.yahoo.document.json.readers.SingleValueReader
- UPDATE_OPERATION_TO_ARITHMETIC_SIGN - Static variable in class com.yahoo.document.json.readers.SingleValueReader
- URI - Static variable in class com.yahoo.document.DataType
- UriFieldValue - Class in com.yahoo.document.datatypes
- UriFieldValue() - Constructor for class com.yahoo.document.datatypes.UriFieldValue
- UriFieldValue(String) - Constructor for class com.yahoo.document.datatypes.UriFieldValue
- usev8geopositions() - Method in class com.yahoo.document.config.DocumentmanagerConfig
- usev8geopositions() - Method in class com.yahoo.document.config.DocumenttypesConfig
- usev8geopositions(boolean) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Builder
- usev8geopositions(boolean) - Method in class com.yahoo.document.config.DocumenttypesConfig.Builder
V
- valtype() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Maptype
- valtype(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Maptype.Builder
- value - Variable in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Map.Builder
- value - Variable in class com.yahoo.document.update.AddValueUpdate
- value - Variable in class com.yahoo.document.update.AssignValueUpdate
- value - Variable in class com.yahoo.document.update.MapValueUpdate
- value - Variable in class com.yahoo.document.update.RemoveValueUpdate
- value() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Map
- value() - Method in class com.yahoo.document.select.parser.SelectParser
- value(DocumenttypesConfig.Documenttype.Datatype.Map.Value.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Map.Builder
- value(Consumer<DocumenttypesConfig.Documenttype.Datatype.Map.Value.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Map.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- Value(DocumenttypesConfig.Documenttype.Datatype.Map.Value.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Map.Value
- valueOf(int) - Static method in enum class com.yahoo.document.fieldpathupdate.FieldPathUpdate.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(Integer, Integer) - Static method in class com.yahoo.document.PositionDataType
- valueOf(String) - Static method in enum class com.yahoo.document.annotation.SpanTree.IndexKey
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Compresstype.Enum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Compression.Type.Enum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Type.Enum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.yahoo.document.datatypes.FieldPathIteratorHandler.ModificationStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.yahoo.document.FieldPathEntry.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.yahoo.document.fieldpathupdate.FieldPathUpdate.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.yahoo.document.idstring.IdString.Scheme
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.yahoo.document.json.DocumentOperationType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.yahoo.document.select.Result
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.yahoo.document.update.ArithmeticValueUpdate.Operator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.yahoo.document.update.TensorModifyUpdate.Operation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.yahoo.document.update.ValueUpdate.ValueUpdateClassID
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.yahoo.vespaxmlparser.FeedOperation.Type
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.yahoo.document.annotation.SpanTree.IndexKey
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Compresstype.Enum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Compression.Type.Enum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Type.Enum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.yahoo.document.datatypes.FieldPathIteratorHandler.ModificationStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class com.yahoo.document.datatypes.MapFieldValue
- values() - Method in class com.yahoo.document.datatypes.WeightedSet
- values() - Static method in enum class com.yahoo.document.FieldPathEntry.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.yahoo.document.fieldpathupdate.FieldPathUpdate.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.yahoo.document.idstring.IdString.Scheme
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.yahoo.document.json.DocumentOperationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.yahoo.document.select.Result
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.yahoo.document.update.ArithmeticValueUpdate.Operator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.yahoo.document.update.TensorModifyUpdate.Operation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.yahoo.document.update.ValueUpdate.ValueUpdateClassID
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.yahoo.vespaxmlparser.FeedOperation.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- valuetype() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Maptype
- valuetype() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Maptype
- valuetype(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Maptype.Builder
- valuetype(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Maptype.Builder
- ValueUpdate<T extends FieldValue> - Class in com.yahoo.document.update
-
A value update represents some action to perform to a value.
- ValueUpdate(ValueUpdate.ValueUpdateClassID) - Constructor for class com.yahoo.document.update.ValueUpdate
- ValueUpdate.ValueUpdateClassID - Enum Class in com.yahoo.document.update
- valueUpdateClassID - Variable in class com.yahoo.document.update.ValueUpdate
- valueUpdates - Variable in class com.yahoo.document.update.FieldUpdate
- variable() - Method in class com.yahoo.document.select.parser.SelectParser
- VARIABLE - Enum constant in enum class com.yahoo.document.FieldPathEntry.Type
- VariableMap() - Constructor for class com.yahoo.document.datatypes.FieldPathIteratorHandler.VariableMap
- VariableNode - Class in com.yahoo.document.select.rule
- VariableNode(String) - Constructor for class com.yahoo.document.select.rule.VariableNode
- VariableValue(FieldPathIteratorHandler.VariableMap, Object) - Constructor for class com.yahoo.document.select.ResultList.VariableValue
- VariableValueList() - Constructor for class com.yahoo.document.select.rule.AttributeNode.VariableValueList
- verifyCompatibleType(TensorType) - Method in class com.yahoo.document.update.TensorRemoveUpdate
- verifyElementCompatibility(T) - Method in class com.yahoo.document.datatypes.CollectionFieldValue
- version() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Inherits
- version() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype
- version() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Inherits
- version() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype
- version() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct
- version() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype
- version(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Builder
- version(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Documenttype.Inherits.Builder
- version(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Builder
- version(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Structtype.Inherits.Builder
- version(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Builder
- version(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Sstruct.Builder
- VespaDocumentDeserializer6 - Class in com.yahoo.document.serialization
-
Class used for de-serializing documents on the Vespa 6.x document format.
- VespaDocumentDeserializerHead - Class in com.yahoo.document.serialization
-
Class used for de-serializing documents on the current head document format.
- VespaDocumentDeserializerHead(DocumentTypeManager, GrowableByteBuffer) - Constructor for class com.yahoo.document.serialization.VespaDocumentDeserializerHead
- VespaDocumentSerializer6 - Class in com.yahoo.document.serialization
-
Class used for serializing documents on the Vespa 6.x document format.
- VespaDocumentSerializerHead - Class in com.yahoo.document.serialization
-
Class used for serializing documents on the current head document format.
- VespaDocumentSerializerHead(GrowableByteBuffer) - Constructor for class com.yahoo.document.serialization.VespaDocumentSerializerHead
- VespaJsonDocumentReader - Class in com.yahoo.document.json.readers
- VespaJsonDocumentReader(boolean) - Constructor for class com.yahoo.document.json.readers.VespaJsonDocumentReader
- VespaXMLDocumentReader - Class in com.yahoo.vespaxmlparser
-
XML parser that reads Vespa documents from an XML stream.
- VespaXMLDocumentReader(InputStream, DocumentTypeManager) - Constructor for class com.yahoo.vespaxmlparser.VespaXMLDocumentReader
-
Creates a reader that reads from the given stream.
- VespaXMLDocumentReader(String, DocumentTypeManager) - Constructor for class com.yahoo.vespaxmlparser.VespaXMLDocumentReader
-
Creates a reader that reads from the given file.
- VespaXMLDocumentReader(XMLStreamReader, DocumentTypeManager) - Constructor for class com.yahoo.vespaxmlparser.VespaXMLDocumentReader
-
Creates a reader that reads using the given reader.
- VespaXMLFeedReader - Class in com.yahoo.vespaxmlparser
-
XML parser for Vespa document XML.
- VespaXMLFeedReader(InputStream, DocumentTypeManager) - Constructor for class com.yahoo.vespaxmlparser.VespaXMLFeedReader
-
Creates a reader that reads from the given stream.
- VespaXMLFeedReader(String, DocumentTypeManager) - Constructor for class com.yahoo.vespaxmlparser.VespaXMLFeedReader
-
Creates a reader that reads from the given file.
- VespaXMLFieldReader - Class in com.yahoo.vespaxmlparser
-
XML parser that reads document fields from an XML stream.
- VespaXMLFieldReader(InputStream, DocumentTypeManager) - Constructor for class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- VespaXMLFieldReader(String, DocumentTypeManager) - Constructor for class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- VespaXMLFieldReader(XMLStreamReader, DocumentTypeManager) - Constructor for class com.yahoo.vespaxmlparser.VespaXMLFieldReader
- VespaXMLReader - Class in com.yahoo.vespaxmlparser
- VespaXMLReader(InputStream, DocumentTypeManager) - Constructor for class com.yahoo.vespaxmlparser.VespaXMLReader
- VespaXMLReader(String, DocumentTypeManager) - Constructor for class com.yahoo.vespaxmlparser.VespaXMLReader
- VespaXMLReader(XMLStreamReader, DocumentTypeManager) - Constructor for class com.yahoo.vespaxmlparser.VespaXMLReader
- VespaXMLUpdateReader - Class in com.yahoo.vespaxmlparser
- VespaXMLUpdateReader(InputStream, DocumentTypeManager) - Constructor for class com.yahoo.vespaxmlparser.VespaXMLUpdateReader
- VespaXMLUpdateReader(String, DocumentTypeManager) - Constructor for class com.yahoo.vespaxmlparser.VespaXMLUpdateReader
- VespaXMLUpdateReader(XMLStreamReader, DocumentTypeManager) - Constructor for class com.yahoo.vespaxmlparser.VespaXMLUpdateReader
- visit(ArithmeticNode) - Method in class com.yahoo.document.select.convert.SelectionExpressionConverter
- visit(ArithmeticNode) - Method in class com.yahoo.document.select.NowCheckVisitor
- visit(ArithmeticNode) - Method in interface com.yahoo.document.select.Visitor
- visit(AttributeNode) - Method in class com.yahoo.document.select.convert.SelectionExpressionConverter
- visit(AttributeNode) - Method in class com.yahoo.document.select.NowCheckVisitor
- visit(AttributeNode) - Method in interface com.yahoo.document.select.Visitor
- visit(ComparisonNode) - Method in class com.yahoo.document.select.convert.SelectionExpressionConverter
- visit(ComparisonNode) - Method in class com.yahoo.document.select.NowCheckVisitor
- visit(ComparisonNode) - Method in interface com.yahoo.document.select.Visitor
- visit(DocumentNode) - Method in class com.yahoo.document.select.convert.SelectionExpressionConverter
- visit(DocumentNode) - Method in class com.yahoo.document.select.NowCheckVisitor
- visit(DocumentNode) - Method in interface com.yahoo.document.select.Visitor
- visit(DocumentTypeNode) - Method in class com.yahoo.document.select.convert.SelectionExpressionConverter
- visit(DocumentTypeNode) - Method in class com.yahoo.document.select.NowCheckVisitor
- visit(DocumentTypeNode) - Method in interface com.yahoo.document.select.Visitor
- visit(EmbracedNode) - Method in class com.yahoo.document.select.convert.SelectionExpressionConverter
- visit(EmbracedNode) - Method in class com.yahoo.document.select.NowCheckVisitor
- visit(EmbracedNode) - Method in interface com.yahoo.document.select.Visitor
- visit(IdNode) - Method in class com.yahoo.document.select.convert.SelectionExpressionConverter
- visit(IdNode) - Method in class com.yahoo.document.select.NowCheckVisitor
- visit(IdNode) - Method in interface com.yahoo.document.select.Visitor
- visit(LiteralNode) - Method in class com.yahoo.document.select.convert.SelectionExpressionConverter
- visit(LiteralNode) - Method in class com.yahoo.document.select.NowCheckVisitor
- visit(LiteralNode) - Method in interface com.yahoo.document.select.Visitor
- visit(LogicNode) - Method in class com.yahoo.document.select.convert.SelectionExpressionConverter
- visit(LogicNode) - Method in class com.yahoo.document.select.NowCheckVisitor
- visit(LogicNode) - Method in interface com.yahoo.document.select.Visitor
- visit(NegationNode) - Method in class com.yahoo.document.select.convert.SelectionExpressionConverter
- visit(NegationNode) - Method in class com.yahoo.document.select.NowCheckVisitor
- visit(NegationNode) - Method in interface com.yahoo.document.select.Visitor
- visit(NowNode) - Method in class com.yahoo.document.select.convert.SelectionExpressionConverter
- visit(NowNode) - Method in class com.yahoo.document.select.NowCheckVisitor
- visit(NowNode) - Method in interface com.yahoo.document.select.Visitor
- visit(VariableNode) - Method in class com.yahoo.document.select.convert.SelectionExpressionConverter
- visit(VariableNode) - Method in class com.yahoo.document.select.NowCheckVisitor
- visit(VariableNode) - Method in interface com.yahoo.document.select.Visitor
- visit(Visitor) - Method in class com.yahoo.document.select.DocumentSelector
-
Visits the expression tree
- visitMembers(ObjectVisitor) - Method in class com.yahoo.document.CollectionDataType
- visitMembers(ObjectVisitor) - Method in class com.yahoo.document.DataType
- visitMembers(ObjectVisitor) - Method in class com.yahoo.document.DocumentType
- visitMembers(ObjectVisitor) - Method in class com.yahoo.document.PrimitiveDataType
- visitMembers(ObjectVisitor) - Method in class com.yahoo.document.WeightedSetDataType
- Visitor - Interface in com.yahoo.document.select
-
A visitor of the document selection tree.
W
- weight - Variable in class com.yahoo.document.update.AddValueUpdate
- WeightedSet<K extends FieldValue> - Class in com.yahoo.document.datatypes
-
A weighted set, a unique set of keys with an associated integer weight.
- WeightedSet(DataType) - Constructor for class com.yahoo.document.datatypes.WeightedSet
-
Creates a new WeightedSet.
- WeightedSet(DataType, int) - Constructor for class com.yahoo.document.datatypes.WeightedSet
-
Creates a new weighted set with a given initial capacity.
- WeightedSetDataType - Class in com.yahoo.document
- WeightedSetDataType(DataType, boolean, boolean) - Constructor for class com.yahoo.document.WeightedSetDataType
- WeightedSetDataType(DataType, boolean, boolean, int) - Constructor for class com.yahoo.document.WeightedSetDataType
- WeightedSetReader - Class in com.yahoo.document.json.readers
- WeightedSetReader() - Constructor for class com.yahoo.document.json.readers.WeightedSetReader
- weightedsettype - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Builder
- weightedsettype() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype
- weightedsettype(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype
- weightedsettype(DocumentmanagerConfig.Datatype.Weightedsettype.Builder) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Builder
-
Add the given builder to this builder's list of Weightedsettype builders
- weightedsettype(Consumer<DocumentmanagerConfig.Datatype.Weightedsettype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- weightedsettype(List<DocumentmanagerConfig.Datatype.Weightedsettype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Builder
-
Set the given list as this builder's list of Weightedsettype builders
- Weightedsettype(DocumentmanagerConfig.Datatype.Weightedsettype.Builder) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Datatype.Weightedsettype
- withoutCountBits() - Method in class com.yahoo.document.BucketId
- write(AlternateSpanList) - Method in interface com.yahoo.document.serialization.SpanNodeWriter
- write(AlternateSpanList) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
- write(Annotation) - Method in interface com.yahoo.document.serialization.AnnotationWriter
- write(Annotation) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
- write(Span) - Method in interface com.yahoo.document.serialization.SpanNodeWriter
- write(Span) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
- write(SpanList) - Method in interface com.yahoo.document.serialization.SpanNodeWriter
- write(SpanList) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
- write(SpanNode) - Method in interface com.yahoo.document.serialization.SpanNodeWriter
- write(SpanNode) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
- write(SpanTree) - Method in interface com.yahoo.document.serialization.SpanTreeWriter
- write(SpanTree) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
- write(Document) - Method in class com.yahoo.document.json.JsonWriter
- write(Document) - Method in interface com.yahoo.document.serialization.DocumentWriter
-
Writes a document.
- write(Document) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
- write(DocumentId) - Method in class com.yahoo.document.json.JsonWriter
- write(DocumentId) - Method in interface com.yahoo.document.serialization.DocumentWriter
- write(DocumentId) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
- write(DocumentRemove) - Method in class com.yahoo.document.json.JsonWriter
- write(DocumentRemove) - Method in interface com.yahoo.document.serialization.DocumentWriter
- write(DocumentRemove) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
- write(DocumentType) - Method in class com.yahoo.document.json.JsonWriter
- write(DocumentType) - Method in interface com.yahoo.document.serialization.DocumentWriter
- write(DocumentType) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
- write(DocumentUpdate) - Method in class com.yahoo.document.json.JsonWriter
- write(DocumentUpdate) - Method in interface com.yahoo.document.serialization.DocumentUpdateWriter
- write(DocumentUpdate) - Method in interface com.yahoo.document.serialization.DocumentWriter
- write(DocumentUpdate) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
- write(AddFieldPathUpdate) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
- write(AssignFieldPathUpdate) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
- write(FieldPathUpdate) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
- write(AddValueUpdate, DataType) - Method in interface com.yahoo.document.serialization.DocumentUpdateWriter
- write(AddValueUpdate, DataType) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
- write(ArithmeticValueUpdate) - Method in interface com.yahoo.document.serialization.DocumentUpdateWriter
- write(ArithmeticValueUpdate) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
- write(AssignValueUpdate, DataType) - Method in interface com.yahoo.document.serialization.DocumentUpdateWriter
- write(AssignValueUpdate, DataType) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
- write(ClearValueUpdate, DataType) - Method in interface com.yahoo.document.serialization.DocumentUpdateWriter
- write(ClearValueUpdate, DataType) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
- write(FieldUpdate) - Method in interface com.yahoo.document.serialization.DocumentUpdateWriter
- write(FieldUpdate) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
- write(MapValueUpdate, DataType) - Method in interface com.yahoo.document.serialization.DocumentUpdateWriter
- write(MapValueUpdate, DataType) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
- write(RemoveValueUpdate, DataType) - Method in interface com.yahoo.document.serialization.DocumentUpdateWriter
- write(RemoveValueUpdate, DataType) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
- write(TensorAddUpdate) - Method in interface com.yahoo.document.serialization.DocumentUpdateWriter
- write(TensorAddUpdate) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
- write(TensorAddUpdate) - Method in class com.yahoo.document.serialization.VespaDocumentSerializerHead
- write(TensorModifyUpdate) - Method in interface com.yahoo.document.serialization.DocumentUpdateWriter
- write(TensorModifyUpdate) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
- write(TensorModifyUpdate) - Method in class com.yahoo.document.serialization.VespaDocumentSerializerHead
- write(TensorRemoveUpdate) - Method in interface com.yahoo.document.serialization.DocumentUpdateWriter
- write(TensorRemoveUpdate) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
- write(TensorRemoveUpdate) - Method in class com.yahoo.document.serialization.VespaDocumentSerializerHead
- write(FieldBase, AnnotationReference) - Method in class com.yahoo.document.json.JsonWriter
- write(FieldBase, AnnotationReference) - Method in interface com.yahoo.document.serialization.FieldWriter
-
Writes the value of an annotation reference.
- write(FieldBase, AnnotationReference) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
- write(FieldBase, Array<T>) - Method in class com.yahoo.document.json.JsonWriter
- write(FieldBase, Array<T>) - Method in interface com.yahoo.document.serialization.FieldWriter
-
Writes the value of an array field.
- write(FieldBase, Array<T>) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
-
Write out the value of array field
- write(FieldBase, BoolFieldValue) - Method in class com.yahoo.document.json.JsonWriter
- write(FieldBase, BoolFieldValue) - Method in interface com.yahoo.document.serialization.FieldWriter
-
Writes the value of byte field.
- write(FieldBase, BoolFieldValue) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
- write(FieldBase, ByteFieldValue) - Method in class com.yahoo.document.json.JsonWriter
- write(FieldBase, ByteFieldValue) - Method in interface com.yahoo.document.serialization.FieldWriter
-
Writes the value of a byte field.
- write(FieldBase, ByteFieldValue) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
-
Write out the value of byte field
- write(FieldBase, CollectionFieldValue<T>) - Method in class com.yahoo.document.json.JsonWriter
- write(FieldBase, CollectionFieldValue<T>) - Method in interface com.yahoo.document.serialization.FieldWriter
-
Writes the value of a collection field.
- write(FieldBase, CollectionFieldValue<T>) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
-
Write out the value of collection field
- write(FieldBase, DoubleFieldValue) - Method in class com.yahoo.document.json.JsonWriter
- write(FieldBase, DoubleFieldValue) - Method in interface com.yahoo.document.serialization.FieldWriter
-
Writes the value of a double field.
- write(FieldBase, DoubleFieldValue) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
-
Write out the value of double field
- write(FieldBase, FieldValue) - Method in class com.yahoo.document.json.JsonWriter
-
This method will only be called if there is some type which is not properly supported in the API, or if something has been changed without updating this class.
- write(FieldBase, FieldValue) - Method in interface com.yahoo.document.serialization.FieldWriter
-
Writes the value of a field.
- write(FieldBase, FieldValue) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
-
Write out the value of field
- write(FieldBase, FloatFieldValue) - Method in class com.yahoo.document.json.JsonWriter
- write(FieldBase, FloatFieldValue) - Method in interface com.yahoo.document.serialization.FieldWriter
-
Writes the value of a flosat field.
- write(FieldBase, FloatFieldValue) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
-
Write out the value of float field
- write(FieldBase, IntegerFieldValue) - Method in class com.yahoo.document.json.JsonWriter
- write(FieldBase, IntegerFieldValue) - Method in interface com.yahoo.document.serialization.FieldWriter
-
Writes the value of an integer collection field.
- write(FieldBase, IntegerFieldValue) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
-
Write out the value of integer field
- write(FieldBase, LongFieldValue) - Method in class com.yahoo.document.json.JsonWriter
- write(FieldBase, LongFieldValue) - Method in interface com.yahoo.document.serialization.FieldWriter
-
Writes the value of a long field.
- write(FieldBase, LongFieldValue) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
-
Write out the value of long field
- write(FieldBase, MapFieldValue<K, V>) - Method in class com.yahoo.document.json.JsonWriter
- write(FieldBase, MapFieldValue<K, V>) - Method in interface com.yahoo.document.serialization.FieldWriter
-
Writes the value of a map field.
- write(FieldBase, MapFieldValue<K, V>) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
- write(FieldBase, PredicateFieldValue) - Method in class com.yahoo.document.json.JsonWriter
- write(FieldBase, PredicateFieldValue) - Method in interface com.yahoo.document.serialization.FieldWriter
-
Writes the value of a predicate field.
- write(FieldBase, PredicateFieldValue) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
- write(FieldBase, Raw) - Method in class com.yahoo.document.json.JsonWriter
- write(FieldBase, Raw) - Method in interface com.yahoo.document.serialization.FieldWriter
-
Writes the value of a raw field.
- write(FieldBase, Raw) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
-
Write out the value of raw field
- write(FieldBase, ReferenceFieldValue) - Method in class com.yahoo.document.json.JsonWriter
- write(FieldBase, ReferenceFieldValue) - Method in interface com.yahoo.document.serialization.FieldWriter
-
Writes the value of a reference field.
- write(FieldBase, ReferenceFieldValue) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
- write(FieldBase, StringFieldValue) - Method in class com.yahoo.document.json.JsonWriter
- write(FieldBase, StringFieldValue) - Method in interface com.yahoo.document.serialization.FieldWriter
-
Writes the value of a string field.
- write(FieldBase, StringFieldValue) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
-
Write out the value of string field
- write(FieldBase, Struct) - Method in class com.yahoo.document.json.JsonWriter
- write(FieldBase, Struct) - Method in interface com.yahoo.document.serialization.FieldWriter
-
Writes the value of a struct field.
- write(FieldBase, Struct) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
-
Write out the value of struct field
- write(FieldBase, StructuredFieldValue) - Method in class com.yahoo.document.json.JsonWriter
- write(FieldBase, StructuredFieldValue) - Method in interface com.yahoo.document.serialization.FieldWriter
-
Writes the value of a structured field.
- write(FieldBase, StructuredFieldValue) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
-
Write out the value of structured field
- write(FieldBase, TensorFieldValue) - Method in class com.yahoo.document.json.JsonWriter
- write(FieldBase, TensorFieldValue) - Method in interface com.yahoo.document.serialization.FieldWriter
-
Writes the value of a tensor field.
- write(FieldBase, TensorFieldValue) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
- write(FieldBase, WeightedSet<T>) - Method in class com.yahoo.document.json.JsonWriter
- write(FieldBase, WeightedSet<T>) - Method in interface com.yahoo.document.serialization.FieldWriter
-
Writes the value of a weighted set field.
- write(FieldBase, WeightedSet<T>) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
-
Write out the value of weighted set field
- write(FieldBase, Document) - Method in class com.yahoo.document.json.JsonWriter
- write(FieldBase, Document) - Method in interface com.yahoo.document.serialization.FieldWriter
-
Writes the value of a field.
- write(FieldBase, Document) - Method in class com.yahoo.document.serialization.VespaDocumentSerializer6
- writeFields(Document) - Method in class com.yahoo.document.json.JsonWriter
- wset - Variable in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Builder
- wset() - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype
- wset(DocumenttypesConfig.Documenttype.Datatype.Wset.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Builder
- wset(Consumer<DocumenttypesConfig.Documenttype.Datatype.Wset.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- Wset(DocumenttypesConfig.Documenttype.Datatype.Wset.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Wset
- WSET - Enum constant in enum class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Type.Enum
- WSET - Static variable in class com.yahoo.document.config.DocumenttypesConfig.Documenttype.Datatype.Type
- wsettype - Variable in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
- wsettype - Variable in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
- wsettype() - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype
- wsettype() - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype
- wsettype(int) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype
- wsettype(int) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype
- wsettype(DocumentmanagerConfig.Doctype.Wsettype.Builder) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Add the given builder to this builder's list of Wsettype builders
- wsettype(DocumenttypesConfig.Doctype.Wsettype.Builder) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Add the given builder to this builder's list of Wsettype builders
- wsettype(Consumer<DocumentmanagerConfig.Doctype.Wsettype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- wsettype(Consumer<DocumenttypesConfig.Doctype.Wsettype.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Make a new builder and run the supplied function on it before adding it to the list
- wsettype(List<DocumentmanagerConfig.Doctype.Wsettype.Builder>) - Method in class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Builder
-
Set the given list as this builder's list of Wsettype builders
- wsettype(List<DocumenttypesConfig.Doctype.Wsettype.Builder>) - Method in class com.yahoo.document.config.DocumenttypesConfig.Doctype.Builder
-
Set the given list as this builder's list of Wsettype builders
- Wsettype(DocumentmanagerConfig.Doctype.Wsettype.Builder) - Constructor for class com.yahoo.document.config.DocumentmanagerConfig.Doctype.Wsettype
- Wsettype(DocumenttypesConfig.Doctype.Wsettype.Builder) - Constructor for class com.yahoo.document.config.DocumenttypesConfig.Doctype.Wsettype
X
- XmlSerializationHelper - Class in com.yahoo.document.serialization
-
Deprecated.
- XmlSerializationHelper() - Constructor for class com.yahoo.document.serialization.XmlSerializationHelper
-
Deprecated.
- XmlStream - Class in com.yahoo.document.serialization
-
Deprecated.
- XmlStream() - Constructor for class com.yahoo.document.serialization.XmlStream
-
Deprecated.Create an XmlStream writing to a StringWriter.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form