gerrit/gerrit-elasticsearch
David Ostrovsky 0f6c9bd34c FieldType: Remove unnecessary KEYWORD type
Elasticsearch 5 split string type in two: keyword (also known as exact
in gerrit index type system) and text (also known as full text in gerrit
index type system).  During migration from Elasticsearch 2 to 5 exact
type was erroneously split in exact and keyword types, that are the same.

This reverts commit 506125e71a.
This reverts commit 09fdc3eaad.

Change-Id: I788e4d06d490687508c4bfd1703037a268fe31a5
2018-06-06 05:41:01 +09:00
..
src FieldType: Remove unnecessary KEYWORD type 2018-06-06 05:41:01 +09:00
BUILD Elasticsearch: Encapsulate supported versions in an enum 2018-06-04 14:04:02 +09:00