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

Collapse white-spaces in keyword_lowercase analyzer #193

Open
lukas-vlcek opened this issue Dec 3, 2014 · 0 comments
Open

Collapse white-spaces in keyword_lowercase analyzer #193

lukas-vlcek opened this issue Dec 3, 2014 · 0 comments

Comments

@lukas-vlcek
Copy link
Member

We are using keyword_lowercase analyzer in couple of places (for example on sys_tags). This means the search requires exact match up to lower/upper cases. In addition to this it meight be useful to collapse all white spaces during the analysis to allow match in cases like:

`bpm suite` vs. `bpm   suite`
    ^               ^^^

keyword_lowercase is defined here: https://github.com/searchisko/searchisko/blob/master/configuration/index_templates/defaults.json

May be we could use pattern capture token filter to collapse multiple white-spaces to a single white-space?

@lukas-vlcek lukas-vlcek added this to the 2.0.2 milestone May 4, 2015
@lukas-vlcek lukas-vlcek modified the milestones: 2.0.3, 2.0.2 Jul 2, 2015
@lukas-vlcek lukas-vlcek modified the milestones: 2.1.2, 2.1.1 Sep 3, 2015
@lukas-vlcek lukas-vlcek modified the milestones: 2.1.3, 2.1.2 Oct 5, 2015
@unibrew unibrew modified the milestones: 2.1.3, 2.1.4 Feb 11, 2016
@unibrew unibrew modified the milestones: 2.1.4, 2.1.5 Feb 19, 2016
@lkrzyzanek lkrzyzanek modified the milestone: 2.1.5 Oct 6, 2016
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

3 participants