aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/query/parser/package-info.java
blob: 1931cc9822818564ec5a904c2e1fa37d28ed940b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * Provides access to parsing query strings into queries
 */
@ExportPackage
@PublicApi
package com.yahoo.search.query.parser;

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