Uses of Class
ai.vespa.client.dsl.Annotation
-
Uses of Annotation in ai.vespa.client.dsl
Methods in ai.vespa.client.dsl that return AnnotationModifier and TypeMethodDescriptionstatic AnnotationArbitrary key-value pair annotation.static Annotationstatic Annotationstatic Annotationstatic AnnotationA.a(String n1, Object v1, String n2, Object v2, String n3, Object v3, String n4, Object v4, String n5, Object v5) static AnnotationA.a(String n1, Object v1, String n2, Object v2, String n3, Object v3, String n4, Object v4, String n5, Object v5, String n6, Object v6) static AnnotationArbitrary annotation given by the map.Annotation.append(Annotation a) static AnnotationA.defaultIndex(String index) Default index annotation.static AnnotationA.empty()Empty annotation.static AnnotationA.filter()Filter annotation.Methods in ai.vespa.client.dsl with parameters of type AnnotationModifier and TypeMethodDescriptionQuery.annotate(Annotation annotation) Annotate a query (sub-expression).Wand.annotate(Annotation annotation) WeakAnd.annotate(Annotation annotation) Annotation.append(Annotation a) Field.contains(Annotation annotation, String value) Contains query.Field.containsNear(Annotation annotation, String value, String... others) Contains near query.Field.containsNear(Annotation annotation, List<String> values) Contains near query.Field.containsOnear(Annotation annotation, String value, String... others) Contains onear query.Field.containsOnear(Annotation annotation, List<String> values) Contains onear query.Field.containsUri(Annotation annotation, String value) Contains uri query.Field.nearestNeighbor(Annotation annotation, String rankFeature) Nearest neighbor query.EndQuery.orderByAsc(Annotation annotation, String fieldName) Order by asc.Query.orderByAsc(Annotation annotation, String fieldName) Order by asc.EndQuery.orderByDesc(Annotation annotation, String fieldName) Order by desc.Query.orderByDesc(Annotation annotation, String fieldName) Order by desc.static UserInputQ.ui(Annotation a, String value) userInput with an annotation.