use of com.yahoo.searchdefinition.RankProfileRegistry in project vespa by vespa-engine.
the class AttributePropertiesTestCase method testValidAttributeProperties.
@Test
public void testValidAttributeProperties() throws IOException, ParseException {
Search search = UnprocessingSearchBuilder.buildUnprocessedFromFile("src/test/examples/attributeproperties2.sd");
new AttributeProperties(search, new BaseDeployLogger(), new RankProfileRegistry(), new QueryProfiles()).process(true);
}
Aggregations