-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Feature] Support hashtag in token filter type_table rules parser #10220
[Feature] Support hashtag in token filter type_table rules parser #10220
Conversation
Compatibility status:Checks if related components are compatible with change a85be4d Incompatible componentsSkipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/opensearch-oci-object-storage.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/neural-search.git] |
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #10220 +/- ##
============================================
- Coverage 71.11% 71.05% -0.06%
+ Complexity 58188 58172 -16
============================================
Files 4830 4830
Lines 274440 274505 +65
Branches 39993 40002 +9
============================================
- Hits 195175 195061 -114
- Misses 62897 63058 +161
- Partials 16368 16386 +18
|
server/src/main/java/org/opensearch/index/analysis/Analysis.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/index/analysis/Analysis.java
Outdated
Show resolved
Hide resolved
...is-common/src/yamlRestTest/resources/rest-api-spec/test/analysis-common/40_token_filters.yml
Show resolved
Hide resolved
Signed-off-by: Louis Chu <[email protected]>
Signed-off-by: Louis Chu <[email protected]>
46c6db3
to
a85be4d
Compare
Gradle Check (Jenkins) Run Completed with:
|
@msfroh mind taking a look please ? thank you! |
…0220) * Support hashtag in token filter type_table rules parser Signed-off-by: Louis Chu <[email protected]> * Address comment from @reta Signed-off-by: Louis Chu <[email protected]> --------- Signed-off-by: Louis Chu <[email protected]> (cherry picked from commit 8f4f995) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…0220) (#10257) * Support hashtag in token filter type_table rules parser * Address comment from @reta --------- (cherry picked from commit 8f4f995) Signed-off-by: Louis Chu <[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>
…ensearch-project#10220) * Support hashtag in token filter type_table rules parser Signed-off-by: Louis Chu <[email protected]> * Address comment from @reta Signed-off-by: Louis Chu <[email protected]> --------- Signed-off-by: Louis Chu <[email protected]>
…ensearch-project#10220) * Support hashtag in token filter type_table rules parser Signed-off-by: Louis Chu <[email protected]> * Address comment from @reta Signed-off-by: Louis Chu <[email protected]> --------- Signed-off-by: Louis Chu <[email protected]>
…ensearch-project#10220) * Support hashtag in token filter type_table rules parser Signed-off-by: Louis Chu <[email protected]> * Address comment from @reta Signed-off-by: Louis Chu <[email protected]> --------- Signed-off-by: Louis Chu <[email protected]> Signed-off-by: Shivansh Arora <[email protected]>
Description
Support hashtag in token filter type_table rules parser
Related Issues
Resolves #6867
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.