aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/prelude/query/package-info.java
blob: 72b605cb8217894d36260eece3654e7d60bca2a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * The query model representing a boolean combination of selection criteria, where elements may be
 * simple criteria, nested boolean operators, or annotated pieces of natural language text.
 */
@ExportPackage
@PublicApi
package com.yahoo.prelude.query;

import com.yahoo.api.annotations.PublicApi;
import com.yahoo.osgi.annotation.ExportPackage;