-
Notifications
You must be signed in to change notification settings - Fork 504
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
[DOC] Document delimited term frequency token filter #4986
Comments
We'll document this once we add at least a skeleton section for token filters. |
What do you think of putting this under: https://opensearch.org/docs/latest/analyzers/index/? I think a new section under Text Analysis called Token Filters would do it. I would prefer to start something here and even just add the one token filter than document all of them now and wait to improve the docs. |
Ran "find . -name "*.java" -exec grep "AbstractTokenFilterFactory" {} ; -print" on the OpenSearch repo and generated the output in this gist: https://gist.github.com/macohen/9f335a741677fac2e916cf980f8019fe. Probably could edit that down to a list of new issues to chip away. |
Sounds good to me. Thanks. I linked to the gist in #790 as well if it helps. |
Thank you, @macohen! |
Example
|
Response example
|
Add e2e example combine delimited token filter with scripts
Example response
|
What do you want to do?
Tell us about your request. Provide a summary of the request and all versions that are affected.
Starting in version 2.10, OpenSearch will support a new token filter
delimited_term_freq
. Let's add a reference to all existing token filters and link it to the pages like https://opensearch.org/docs/latest/api-reference/analyze-apis/terminology/#token-filters and https://opensearch.org/docs/latest/analyzers/index/What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
Feature request opensearch-project/OpenSearch#9413
PR opensearch-project/OpenSearch#9479
The text was updated successfully, but these errors were encountered: