Uses of Class
com.yahoo.schema.document.Matching
Packages that use Matching
-
Uses of Matching in com.yahoo.schema.document
Methods in com.yahoo.schema.document that return MatchingModifier and TypeMethodDescriptionMatching.clone()FieldSet.getMatching()ImmutableImportedSDField.getMatching()ImmutableSDField.getMatching()SDField.getMatching()Returns what kind of matching type should be applied.Matching.maxLength(int maxLength) Matching.maxTermOccurrences(int maxTermOccurrences) Matching.maxTokenLength(int maxTokenLength) Methods in com.yahoo.schema.document with parameters of type MatchingModifier and TypeMethodDescriptionvoidMerge data from another matching objectvoidFieldSet.setMatching(Matching matching) voidSDField.setMatching(Matching matching) Sets what kind of matching type should be applied.Constructors in com.yahoo.schema.document with parameters of type MatchingModifierConstructorDescriptionprotectedSDField(SDDocumentType repo, String name, com.yahoo.document.DataType dataType, SDDocumentType owner, Matching fieldMatching, int recursion) Creates a new field