Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
opensearch-project
/
OpenSearch
Public
Notifications
You must be signed in to change notification settings
Fork
2.9k
Star
13.6k
Code
Issues
2.5k
Pull requests
654
Actions
Projects
Wiki
Security and quality
2
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Add experimental support for zstd compression.
- #3577
#3577
Merged
dblock
merged 32 commits into
opensearch-project:main
opensearch-project/OpenSearch:main
from
mulugetam:add-zstd-lz4-support
mulugetam/OpenSearch:add-zstd-lz4-support
Copy head branch name to clipboard
Apr 4, 2023
Conversation
Commits
32
聽(32)
Checks
Files changed
Merged
Add experimental support for zstd compression.
#3577
dblock
merged 32 commits into
opensearch-project:main
opensearch-project/OpenSearch:main
from
mulugetam:add-zstd-lz4-support
mulugetam/OpenSearch:add-zstd-lz4-support
Copy head branch name to clipboard
Commits
Commits on Jul 7, 2022
Add experimental support for zstd and lz4 (native) compression.
Show description for fea4847
mulugetam
committed
fea4847
View commit details
Copy full SHA for fea4847
Browse repository at this point
Fix license issues, add tests for zstd, zstd_no_dict, and lz4_native compressions.
Show description for 8aac766
mulugetam
committed
8aac766
View commit details
Copy full SHA for 8aac766
Browse repository at this point
Fix DCO and and issues with CodecTests.java.
Show description for 33715b2
mulugetam
committed
33715b2
View commit details
Copy full SHA for 33715b2
Browse repository at this point
Fix forbidden api violation error for lz4-java.
Show description for df93e0a
mulugetam
committed
df93e0a
View commit details
Copy full SHA for df93e0a
Browse repository at this point
Fix license headers. Remove and fix unnecessary fields.
Show description for b0cf47e
mulugetam
committed
b0cf47e
View commit details
Copy full SHA for b0cf47e
Browse repository at this point
Fix magic numbers. Use more restrictive access modifiers.
Show description for 975cfd7
mulugetam
committed
975cfd7
View commit details
Copy full SHA for 975cfd7
Browse repository at this point
Use protected access modifier for Zstd and LZ4 compression mode classes.
Show description for bdb9287
mulugetam
committed
bdb9287
View commit details
Copy full SHA for bdb9287
Browse repository at this point
Allow negative compression levels for zstd. Use more restrictive access modifiers.
Show description for 1d6bbbb
mulugetam
committed
1d6bbbb
View commit details
Copy full SHA for 1d6bbbb
Browse repository at this point
Use a more restrictive permission for loading zstd-jni and lz4-java libraries.
Show description for c6b39fa
mulugetam
committed
c6b39fa
View commit details
Copy full SHA for c6b39fa
Browse repository at this point
Rename a file (follow a consistent version naming convention).
Show description for 1050738
mulugetam
committed
1050738
View commit details
Copy full SHA for 1050738
Browse repository at this point
Refactor and create a new custom-codecs sandbox module.
Show description for cbfba87
mulugetam
committed
cbfba87
View commit details
Copy full SHA for cbfba87
Browse repository at this point
Remove blank lines.
Show description for 3390e08
mulugetam
committed
3390e08
View commit details
Copy full SHA for 3390e08
Browse repository at this point
Restore Lucene92CustomCodec to extend from FilterCodec.
Show description for a168c72
mulugetam
committed
a168c72
View commit details
Copy full SHA for a168c72
Browse repository at this point
Make use of the compressionLevel argument.
Show description for 1491da7
mulugetam
committed
1491da7
View commit details
Copy full SHA for 1491da7
Browse repository at this point
Make Lucene92CustomCodec abstract and use a package-private access modifier.
Show description for f74f011
mulugetam
committed
f74f011
View commit details
Copy full SHA for f74f011
Browse repository at this point
Fix missing JavaDoc issues. Remove unused field in PerFieldMappingPostingFormatCodec.
Show description for bdbe409
mulugetam
committed
bdbe409
View commit details
Copy full SHA for bdbe409
Browse repository at this point
Fix lint errors.
Show description for 8120dae
mulugetam
committed
8120dae
View commit details
Copy full SHA for 8120dae
Browse repository at this point
Fix the description for the custom-codecs plugin.
Show description for 28bd099
mulugetam
committed
28bd099
View commit details
Copy full SHA for 28bd099
Browse repository at this point
Commits on Jul 8, 2022
Fix wildcard import and improve documentation.
Show description for 51b825b
mulugetam
committed
51b825b
View commit details
Copy full SHA for 51b825b
Browse repository at this point
Commits on Feb 17, 2023
Access control exception fixed. Removed lz4-java support for now.
Show description for 6757536
mulugetam
committed
6757536
View commit details
Copy full SHA for 6757536
Browse repository at this point
Commits on Feb 22, 2023
Merge branch 'opensearch-project:main' into add-zstd-lz4-support
mulugetam
authored
9423abe
View commit details
Copy full SHA for 9423abe
Browse repository at this point
Upgrade plugin to use Lucene95Codec. Rename files accordingly.
Show description for 45cd603
mulugetam
committed
45cd603
View commit details
Copy full SHA for 45cd603
Browse repository at this point
Commits on Mar 17, 2023
Merge branch 'opensearch-project:main' into add-zstd-lz4-support
mulugetam
authored
c22d11d
View commit details
Copy full SHA for c22d11d
Browse repository at this point
Add test cases for compression/decompression. Other minor changes.
Show description for f39d093
mulugetam
committed
f39d093
View commit details
Copy full SHA for f39d093
Browse repository at this point
Commits on Mar 21, 2023
Merge branch 'main' into add-zstd-lz4-support
dblock
authored
acf186f
View commit details
Copy full SHA for acf186f
Browse repository at this point
Commits on Mar 22, 2023
Remove ES grant in plugin-security.policy. Fix minor javadoc issue.
Show description for ac1bd95
mulugetam
committed
ac1bd95
View commit details
Copy full SHA for ac1bd95
Browse repository at this point
Merge branch 'add-zstd-lz4-support' of https://github.com/mulugetam/OpenSearch into add-zstd-lz4-support
mulugetam
committed
b5ab68c
View commit details
Copy full SHA for b5ab68c
Browse repository at this point
Commits on Mar 27, 2023
Merge branch 'main' into add-zstd-lz4-support
dblock
authored
4d1e1a5
View commit details
Copy full SHA for 4d1e1a5
Browse repository at this point
Merge branch 'main' into add-zstd-lz4-support
dblock
authored
634dfc0
View commit details
Copy full SHA for 634dfc0
Browse repository at this point
Commits on Mar 28, 2023
Upgrade jettison version to 1.5.4.
Show description for b48119d
mulugetam
committed
b48119d
View commit details
Copy full SHA for b48119d
Browse repository at this point
Update SHA for jettison 1.5.4.
Show description for bc59912
mulugetam
committed
bc59912
View commit details
Copy full SHA for bc59912
Browse repository at this point
Commits on Mar 31, 2023
Merge branch 'main' of https://github.com/mulugetam/OpenSearch into add-zstd-lz4-support
mulugetam
committed
06443ea
View commit details
Copy full SHA for 06443ea
Browse repository at this point
You can鈥檛 perform that action at this time.