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

stop removing special characters in search #1140

Closed
johnataylor opened this issue May 14, 2013 · 1 comment
Closed

stop removing special characters in search #1140

johnataylor opened this issue May 14, 2013 · 1 comment
Assignees

Comments

@johnataylor
Copy link
Member

Today if you search for C++ or (C# for that matter) then our use the Lucene StandardAnalyzer causes the special characters to be dropped.

The solution is to stop using the StandardAnalyzer but instead construct our own analyzer with the desired behavior.

The approach is to delegate calls to the WhitespaceAnalyzer, Lowercase and Stop Filters

@ghost ghost assigned johnataylor May 14, 2013
@analogrelay
Copy link
Contributor

This is done...

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

No branches or pull requests

2 participants