You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.
While doing real time fulltext search, many times Lucene special characters are part of the input text and break the elastic/solr parser internally (non closed quotes, etc.) or return a complete set of wrong results(!,-,etc.).
To avoid this add a flag to FulltextSearch definition which allows to disable lucene syntax(by escaping special characters) in those use cases where there is no interest on using this advanced features.
The text was updated successfully, but these errors were encountered:
While doing real time fulltext search, many times Lucene special characters are part of the input text and break the elastic/solr parser internally (non closed quotes, etc.) or return a complete set of wrong results(!,-,etc.).
To avoid this add a flag to FulltextSearch definition which allows to disable lucene syntax(by escaping special characters) in those use cases where there is no interest on using this advanced features.
The text was updated successfully, but these errors were encountered: