org.gecko.search.suggest.api.SuggestionConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.gecko.search.suggest Show documentation
Show all versions of org.gecko.search.suggest Show documentation
Gecko Lucene Suggester Implementation
The newest version!
/**
* Copyright (c) 2012 - 2023 Data In Motion and others.
* All rights reserved.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Data In Motion - initial API and implementation
*/
package org.gecko.search.suggest.api;
/**
* Suggestion constants
* @author Mark Hoffmann
* @since 08.12.2018
*/
public interface SuggestionConstants {
public static final String CAPABILITY_NS = "gecko.search";
public static final String CAPABILITY_NAME = "search.suggest";
public static final String CAPABILITY_VERSION = "1.0.0";
}