Serialized Form
-
Package com.yahoo.document
-
Class com.yahoo.document.ArrayDataType extends CollectionDataType implements Serializable
-
Class com.yahoo.document.BaseStructDataType extends StructuredDataType implements Serializable
-
Class com.yahoo.document.CollectionDataType extends DataType implements Serializable
-
Serialized Fields
-
nestedType
DataType nestedType
-
-
-
Class com.yahoo.document.CompressionConfig extends java.lang.Object implements Serializable
-
Serialized Fields
-
compressionLevel
int compressionLevel
-
minsize
long minsize
-
threshold
float threshold
-
type
com.yahoo.compress.CompressionType type
-
-
-
Class com.yahoo.document.DataType extends com.yahoo.vespa.objects.Identifiable implements Serializable
-
Serialized Fields
-
dataTypeId
int dataTypeId
The id of this type -
name
java.lang.String name
-
registered
boolean registered
Set to true when this type is registered in a type manager. From that time we should refuse changes.
-
-
-
Class com.yahoo.document.DataTypeName extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
com.yahoo.text.Utf8String name
-
-
-
Class com.yahoo.document.DocumentId extends com.yahoo.vespa.objects.Identifiable implements Serializable
-
Class com.yahoo.document.DocumentType extends StructuredDataType implements Serializable
-
Serialized Fields
-
fieldSets
java.util.Map<java.lang.String,java.util.Set<Field>> fieldSets
-
headerType
StructDataType headerType
-
importedFieldNames
java.util.Set<java.lang.String> importedFieldNames
-
inherits
java.util.List<DocumentType> inherits
-
-
-
Class com.yahoo.document.ExtendedField extends Field implements Serializable
-
Serialized Fields
-
extract
ExtendedField.Extract extract
-
-
-
Class com.yahoo.document.ExtendedStringField extends ExtendedField implements Serializable
-
Serialized Fields
-
extractSpanTrees
ExtendedStringField.ExtractSpanTrees extractSpanTrees
-
-
-
Class com.yahoo.document.Field extends com.yahoo.vespa.objects.FieldBase implements Serializable
-
Serialized Fields
-
dataType
DataType dataType
-
fieldId
int fieldId
-
forcedId
boolean forcedId
-
-
-
Class com.yahoo.document.MapDataType extends DataType implements Serializable
-
Class com.yahoo.document.NumericDataType extends PrimitiveDataType implements Serializable
-
Class com.yahoo.document.PrimitiveDataType extends DataType implements Serializable
-
Serialized Fields
-
factory
PrimitiveDataType.Factory factory
-
valueClass
java.lang.Class<? extends FieldValue> valueClass
-
-
-
Class com.yahoo.document.ReferenceDataType extends DataType implements Serializable
-
Serialized Fields
-
targetType
StructuredDataType targetType
-
-
-
Class com.yahoo.document.StructDataType extends BaseStructDataType implements Serializable
-
Serialized Fields
-
superType
StructDataType superType
-
-
-
Class com.yahoo.document.StructuredDataType extends DataType implements Serializable
-
Class com.yahoo.document.TemporaryStructuredDataType extends StructDataType implements Serializable
-
Class com.yahoo.document.TensorDataType extends DataType implements Serializable
-
Serialized Fields
-
tensorType
com.yahoo.tensor.TensorType tensorType
-
-
-
Class com.yahoo.document.WeightedSetDataType extends CollectionDataType implements Serializable
-
Serialized Fields
-
createIfNonExistent
boolean createIfNonExistent
Should an operation to a non-existent member of a weightedset cause the member to be created -
removeIfZero
boolean removeIfZero
Should a member of a weightedset with weight 0 be removed -
tag
boolean tag
The tag type is ambiguous, this flag is true if the user explicitly set a field to tag
-
-
-
-
Package com.yahoo.document.annotation
-
Class com.yahoo.document.annotation.AnnotationReferenceDataType extends DataType implements Serializable
-
Serialized Fields
-
aType
AnnotationType aType
-
-
-
-
Package com.yahoo.document.datatypes
-
Class com.yahoo.document.datatypes.FieldPathIteratorHandler.VariableMap extends java.util.TreeMap<java.lang.String,FieldPathIteratorHandler.IndexValue> implements Serializable
-
-
Package com.yahoo.document.fieldset
-
Class com.yahoo.document.fieldset.FieldCollection extends java.util.ArrayList<Field> implements Serializable
-
Serialized Fields
-
docType
DocumentType docType
-
-
-
-
Package com.yahoo.document.serialization
-
Class com.yahoo.document.serialization.DeserializationException extends java.lang.RuntimeException implements Serializable
-
Class com.yahoo.document.serialization.SerializationException extends java.lang.RuntimeException implements Serializable
-