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

org.springframework.data.elasticsearch.annotations.CompletionContextType Maven / Gradle / Ivy

There is a newer version: 5.3.3
Show newest version
package org.springframework.data.elasticsearch.annotations;

/**
 * Based on reference doc - https://www.elastic.co/guide/en/elasticsearch/reference/current/suggester-context.html
 *
 * @author Robert Gruendler
 */
public enum CompletionContextType {

	CATEGORY, GEO

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy