Class OverridableQueryProfile

java.lang.Object
com.yahoo.component.AbstractComponent
com.yahoo.component.provider.FreezableSimpleComponent
com.yahoo.search.query.profile.QueryProfile
com.yahoo.search.query.profile.OverridableQueryProfile
All Implemented Interfaces:
com.yahoo.component.Component, com.yahoo.component.Deconstructable, com.yahoo.component.provider.Freezable, Cloneable, Comparable<com.yahoo.component.Component>
Direct Known Subclasses:
BackedOverridableQueryProfile

public class OverridableQueryProfile extends QueryProfile
A regular query profile which knows it is storing overrides (not configured profiles) and that implements override legality checking.
Author:
bratseth