Uses of Interface
com.yahoo.document.fieldset.FieldSet
Packages that use FieldSet
-
Uses of FieldSet in com.yahoo.document
Classes in com.yahoo.document that implement FieldSetModifier and TypeClassDescriptionclassThis adds an Extractor to the Field that can be used to access the backed value used in the concrete document types.classThis adds an Extractor to the ExtendedField that can be used to get access the backed spantrees used in the concrete document types.classA name and type.Methods in com.yahoo.document that return FieldSetMethods in com.yahoo.document with parameters of type FieldSet -
Uses of FieldSet in com.yahoo.document.fieldset
Classes in com.yahoo.document.fieldset that implement FieldSetModifier and TypeClassDescriptionclassclassclassclassclassMethods in com.yahoo.document.fieldset that return FieldSetModifier and TypeMethodDescriptionAllFields.clone()DocIdOnly.clone()DocumentOnly.clone()FieldCollection.clone()FieldSet.clone()NoFields.clone()FieldSetRepo.parse(DocumentTypeManager docMan, String fieldSet) Methods in com.yahoo.document.fieldset with parameters of type FieldSetModifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanvoidFieldSetRepo.copyFields(Document source, Document target, FieldSet fieldSet) Copies fields from one document to another based on whether the fields match the given fieldset.voidFieldSetRepo.stripFields(Document target, FieldSet fieldSet) Strips all fields not wanted by the given field set from the document.