Class TargetingQueryFileConverter

java.lang.Object
com.yahoo.search.predicate.utils.TargetingQueryFileConverter

public class TargetingQueryFileConverter extends Object
Converts a targeting query (the format provided by targeting team) into a file of Vespa queries formatted as URLs. The format is the following: - Each line represents one bulk query (upto 64 subqueries) - Each bulk query has a set of subqueries separated by ";" - Each subquery is of the format: attrName\tattrValue\tsubqueryIndex\tisRangeTerm; - Some attributes have no value. - Value may contain ";"
Author:
bjorncs