Package com.yahoo.search.query.profile
Class QueryProfileCompiler
- java.lang.Object
-
- com.yahoo.search.query.profile.QueryProfileCompiler
-
public class QueryProfileCompiler extends Object
Compile a set of query profiles into compiled profiles.- Author:
- bratseth
-
-
Constructor Summary
Constructors Constructor Description QueryProfileCompiler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CompiledQueryProfile
compile(QueryProfile in, CompiledQueryProfileRegistry registry)
static CompiledQueryProfileRegistry
compile(QueryProfileRegistry input)
-
-
-
Method Detail
-
compile
public static CompiledQueryProfileRegistry compile(QueryProfileRegistry input)
-
compile
public static CompiledQueryProfile compile(QueryProfile in, CompiledQueryProfileRegistry registry)
-
-