bcuff / elasticsearch-net-aws

Add-on to Elasticsearch.Net & NEST for using AWS's elasticsearch service.
Apache License 2.0
72 stars 27 forks source link

Highlight error with only 2 characters #74

Open edusierra opened 1 year ago

edusierra commented 1 year ago

I search text "abe" and the result is correct for highlight value "<Abe>rGain" but if I used just 2 characters "ab" the highlight result is incorrect because highlight whole word "<AberGain>"

bcuff commented 1 year ago

It sounds like you're raising an issue with search functionality. This library is only an add-on to Elasticsearch.Net that enables one to sign requests for AWS Elasticsearch service. Perhaps you should report your issue here.