aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/schema/processing/package-info.java
blob: 1864b2f80a05cc959d4f5fa31aa29cf44ea143fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * Classes in this package (processors) implements some search
 * definition features by reducing them to simpler features.
 * The processors are run after parsing of the search definition,
 * before creating the derived model.
 *
 * For simplicity, features should always be implemented here
 * rather than in the derived model if possible.
 *
 * New processors must be added to the list in Processing.
 */
@com.yahoo.api.annotations.PackageMarker
package com.yahoo.schema.processing;