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

LUCENE-7960 N-Gram filters: Add options to keep original terms. #362

Closed
wants to merge 1 commit into from

Conversation

iwesp
Copy link

@iwesp iwesp commented Apr 25, 2018

Adds the following properties to EdgeNGramTokenFilter & NGramTokenFilter:

  • keepShortTerm: Don't drop input terms smaller than minGramSize.
  • keepLongTerm: Don't drop input terms longer than maxGramSize.

Adds the following properties to EdgeNGramTokenFilter &
NGramTokenFilter:
- keepShortTerm: Don't drop input terms smaller than minGramSize.
- keepLongTerm: Don't drop input terms longer than maxGramSize.
@dsmiley
Copy link
Contributor

dsmiley commented Jun 11, 2018

can be closed now I believe

@iwesp
Copy link
Author

iwesp commented Jun 11, 2018

Of course, thank you.

@iwesp iwesp closed this Jun 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants