All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.gecko.search.suggest.api.SuggestionConstants Maven / Gradle / Ivy

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";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy