summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/prelude/query/package-info.java
blob: 589c9343d4e7af16703709f089fd4327f1727009 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2017 Yahoo Holdings. 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 criterions, where elements may be
 * simple criterions, 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;