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

Unlock Japanese completion filter to kuromoji analysis plugin #4835

Closed
tkykenmt opened this issue Oct 19, 2022 · 0 comments · Fixed by #12287
Closed

Unlock Japanese completion filter to kuromoji analysis plugin #4835

tkykenmt opened this issue Oct 19, 2022 · 0 comments · Fixed by #12287
Labels
enhancement Enhancement or improvement to existing feature or request feature New feature or request Plugins

Comments

@tkykenmt
Copy link

Is your feature request related to a problem? Please describe.
Lucene offers native auto-completion feature for Japanese using JapaneseCompletionFilter since 9.0[1] . It's powerful feature for implementing auto-completion system in Japanese. By using this feature, users can reduce implementation auto-complete tasks from scratch.

Describe the solution you'd like
Unlock this feature such as elasticsearch [2].

Describe alternatives you've considered
n/a

Additional context

[1] https://issues.apache.org/jira/browse/LUCENE-10102
[2] elastic/elasticsearch#81858

@tkykenmt tkykenmt added enhancement Enhancement or improvement to existing feature or request untriaged labels Oct 19, 2022
@minalsha minalsha added Plugins feature New feature or request extensions and removed untriaged labels Nov 3, 2022
hogesako added a commit to hogesako/OpenSearch that referenced this issue Feb 12, 2024
hogesako added a commit to hogesako/OpenSearch that referenced this issue Feb 14, 2024
hogesako added a commit to hogesako/OpenSearch that referenced this issue Feb 28, 2024
hogesako added a commit to hogesako/OpenSearch that referenced this issue Mar 2, 2024
dblock pushed a commit that referenced this issue Mar 5, 2024
* Add kuromoji_completion analyzer and filter (#4835)

Signed-off-by: Tatsuya Kawakami <[email protected]>

* Use INDEX mode if an invalid value is set for mode in the kuromoji_completion filter

Signed-off-by: Tatsuya Kawakami <[email protected]>

---------

Signed-off-by: Tatsuya Kawakami <[email protected]>
opensearch-trigger-bot bot pushed a commit that referenced this issue Mar 5, 2024
* Add kuromoji_completion analyzer and filter (#4835)

Signed-off-by: Tatsuya Kawakami <[email protected]>

* Use INDEX mode if an invalid value is set for mode in the kuromoji_completion filter

Signed-off-by: Tatsuya Kawakami <[email protected]>

---------

Signed-off-by: Tatsuya Kawakami <[email protected]>
(cherry picked from commit 11836d0)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
dblock pushed a commit that referenced this issue Mar 5, 2024
* Add kuromoji_completion analyzer and filter (#4835)



* Use INDEX mode if an invalid value is set for mode in the kuromoji_completion filter



---------


(cherry picked from commit 11836d0)

Signed-off-by: Tatsuya Kawakami <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
amkhar pushed a commit to amkhar/OpenSearch that referenced this issue Mar 12, 2024
…opensearch-project#12287)

* Add kuromoji_completion analyzer and filter (opensearch-project#4835)

Signed-off-by: Tatsuya Kawakami <[email protected]>

* Use INDEX mode if an invalid value is set for mode in the kuromoji_completion filter

Signed-off-by: Tatsuya Kawakami <[email protected]>

---------

Signed-off-by: Tatsuya Kawakami <[email protected]>
Signed-off-by: Aman Khare <[email protected]>
amkhar pushed a commit to amkhar/OpenSearch that referenced this issue Mar 14, 2024
…opensearch-project#12287)

* Add kuromoji_completion analyzer and filter (opensearch-project#4835)

Signed-off-by: Tatsuya Kawakami <[email protected]>

* Use INDEX mode if an invalid value is set for mode in the kuromoji_completion filter

Signed-off-by: Tatsuya Kawakami <[email protected]>

---------

Signed-off-by: Tatsuya Kawakami <[email protected]>
rayshrey pushed a commit to rayshrey/OpenSearch that referenced this issue Mar 18, 2024
…opensearch-project#12287)

* Add kuromoji_completion analyzer and filter (opensearch-project#4835)

Signed-off-by: Tatsuya Kawakami <[email protected]>

* Use INDEX mode if an invalid value is set for mode in the kuromoji_completion filter

Signed-off-by: Tatsuya Kawakami <[email protected]>

---------

Signed-off-by: Tatsuya Kawakami <[email protected]>
shiv0408 pushed a commit to Gaurav614/OpenSearch that referenced this issue Apr 25, 2024
…opensearch-project#12287)

* Add kuromoji_completion analyzer and filter (opensearch-project#4835)

Signed-off-by: Tatsuya Kawakami <[email protected]>

* Use INDEX mode if an invalid value is set for mode in the kuromoji_completion filter

Signed-off-by: Tatsuya Kawakami <[email protected]>

---------

Signed-off-by: Tatsuya Kawakami <[email protected]>
Signed-off-by: Shivansh Arora <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement or improvement to existing feature or request feature New feature or request Plugins
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants