NEST by Elastic and contributors

<PackageReference Include="NEST" Version="2.4.6" />

.NET API 3,115,520 bytes

 HighlightDescriptor<T>

public HighlightDescriptor<T> BoundaryCharacters(string boundaryCharacters)

public HighlightDescriptor<T> BoundaryMaxSize(int boundaryMaxSize)

public HighlightDescriptor<T> Encoder(string encoder)

public HighlightDescriptor<T> FragmentOffset(int fragmentOffset)

public HighlightDescriptor<T> FragmentSize(int fragmentSize)

public HighlightDescriptor<T> NumberOfFragments(int numberOfFragments)

public HighlightDescriptor<T> Order(string order)

public HighlightDescriptor<T> PostTags(string postTags)

public HighlightDescriptor<T> PostTags(IEnumerable<string> postTags)

public HighlightDescriptor<T> PreTags(string preTags)

public HighlightDescriptor<T> PreTags(IEnumerable<string> preTags)

public HighlightDescriptor<T> RequireFieldMatch(bool requireFieldMatch)

public HighlightDescriptor<T> TagsSchema(string schema = "styled")