Class TargetingQueryFileConverter


  • public class TargetingQueryFileConverter
    extends java.lang.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
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException
        Throws:
        java.io.IOException