OpenSearch.Client by OpenSearch and contributors

<PackageReference Include="OpenSearch.Client" Version="1.6.0" />

.NET API 3,588,216 bytes

 IKeywordAnalyzer

public interface IKeywordAnalyzer : IAnalyzer
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.