NEST by Elasticsearch Inc. and contributors

<PackageReference Include="NEST" Version="1.0.0-rc1" />

.NET API 1,739,776 bytes

 KeywordAnalyzer

public class KeywordAnalyzer : AnalyzerBase
An analyzer of type keyword that “tokenizes” an entire stream as a single token. This is useful for data like zip codes, ids and so on.

Note, when using mapping definitions, it make more sense to simply mark the field as not_analyzed.

public KeywordAnalyzer()