Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement better wildcard queries for non-wildcard-specific operations (Contains, StartsWith, EndsWith) #7

Open
aweber1 opened this issue Sep 9, 2016 · 0 comments

Comments

@aweber1
Copy link
Owner

aweber1 commented Sep 9, 2016

Sitecore.ContentSearch.ElasticSearchProvider.Linq.ElasticSearchQueryMapper.HandleContains(), HandleStartsWith(), HandleEndsWith()

According to ES docs, wildcard queries do not scale well with large indexes. Googling around for alternate solutions alludes to using n-gram analyzers and regular term queries.

The question is, how to implement such analyzing and querying so that it works "out of the box" as opposed to having to tweak field maps/storage settings?

Probably an easy way to accomplish this, but I'm experiencing search overload. (search is complicated!)

Originally created at 2013-07-25 23:24:21+00:00 (UTC) by aweber1 as a(n) major issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant