Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
matthewarkin
/
elasticsearch
Public
forked from
elastic/elasticsearch
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Sep 13, 2013
Added armhf versions of openjdk 6 and 7
Show description for 7f22705
matthewarkin
committed
7f22705
Copy full SHA for 7f22705
Commits on Sep 9, 2013
Rename IndexShard#searcher() to #acquireSearcher()
Show description for 5c00dc5
s1monw
committed
5c00dc5
Copy full SHA for 5c00dc5
Catch ESRejectedExecutionException on node close
Show description for 777d7f4
s1monw
committed
777d7f4
Copy full SHA for 777d7f4
Plugin Manager should support -remove group/artifact/version naming
Show description for 764aa54
dadoonet
committed
764aa54
Copy full SHA for 764aa54
key is "index.store.type", not "index.storage.type"
bfritz
committed
f3c0e39
Copy full SHA for f3c0e39
Only pull searcher once during completion stats
Show description for 76cc8c3
s1monw
committed
76cc8c3
Copy full SHA for 76cc8c3
Add AllocationDecider that takes free disk space into account
Show description for 7d52d58
dakrone
committed
7d52d58
Copy full SHA for 7d52d58
Fixed typo: renamed test wamer package to warmer
javanna
committed
563111f
Copy full SHA for 563111f
Fixed typo: renamed test.listerners package to test.listener
javanna
committed
8ad583b
Copy full SHA for 8ad583b
Restored log lines to TRACE for notification post alias creation and open/close index
Show description for 5fdae8b
javanna
committed
5fdae8b
Copy full SHA for 5fdae8b
Added @TestLogging annotation to set a specific level per test method
Show description for 9e72683
javanna
committed
9e72683
Copy full SHA for 9e72683
Use same index name for indexing that is used for creating the index
s1monw
committed
453e7c1
Copy full SHA for 453e7c1
Throw IAE if reserved completion suggester chars are used in input
Show description for 732e38b
s1monw
committed
732e38b
Copy full SHA for 732e38b
Only use one document to test empty shards
s1monw
committed
d7b3ed7
Copy full SHA for d7b3ed7
Remove createMapped and mapping helpers from AbstractSharedClusterTest
Show description for a5bf882
s1monw
committed
a5bf882
Copy full SHA for a5bf882
Beautify SuggestSearchTests.
Show description for da4c58d
nik9000
authored and
s1monw
committed
da4c58d
Copy full SHA for da4c58d
Commits on Sep 7, 2013
fix logging level
kimchy
committed
3c5dd43
Copy full SHA for 3c5dd43
Commits on Sep 6, 2013
field rename
martijnvg
committed
86d69bb
Copy full SHA for 86d69bb
Removed matched_filters in favor for matched_queries.
Show description for b01dece
martijnvg
committed
b01dece
Copy full SHA for b01dece
Deprecate the method names `namedFilter` in favor of `namedQueries`.
Show description for 29ea6b3
martijnvg
committed
29ea6b3
Copy full SHA for 29ea6b3
Allow to control the number of processors sizes are based on
Show description for 2767c08
kimchy
committed
2767c08
Copy full SHA for 2767c08
Remember to think about filter caching when upgrading to Lucene 4.5.
jpountz
committed
c9a7bb2
Copy full SHA for c9a7bb2
fix potential blocking of NettyTransport connect and disconnect methods
Show description for 8203d4d
s1monw
authored and
brwe
committed
8203d4d
Copy full SHA for 8203d4d
BytesStreamOutput default size should be 2k instead of 32k
Show description for 4155741
kimchy
committed
4155741
Copy full SHA for 4155741
Commits on Sep 5, 2013
Not allowing index names in request body for multi-get/search/bulk when indices are already given in url
Show description for 3e92b1d
kimchy
committed
3e92b1d
Copy full SHA for 3e92b1d
On Solaris, default LZF compress type (for transport) can cause segfault
Show description for 95b894e
kimchy
committed
95b894e
Copy full SHA for 95b894e
change to trace level logging
kimchy
committed
b3d51df
Copy full SHA for b3d51df
improve setting response/failure on nodes actions
Show description for cebd3ca
kimchy
committed
cebd3ca
Copy full SHA for cebd3ca
Use lucene test framework if low level lucene parts are involved in tests.
Show description for f968ca3
s1monw
committed
f968ca3
Copy full SHA for f968ca3
Revert "Add FastVectorHighlighter support for more complex queries."
Show description for 1b756ba
s1monw
committed
1b756ba
Copy full SHA for 1b756ba
ignore rejected exception when shutting down in cluster service
kimchy
committed
623e340
Copy full SHA for 623e340
Added tests for count api
Show description for 81d70b1
javanna
committed
81d70b1
Copy full SHA for 81d70b1
Make the acceptable compression overhead used by MultiOrdinals configurable and default to PackedInts.FASTEST (causing it to byte align).
Show description for c6ac5ac
bleskes
committed
c6ac5ac
Copy full SHA for c6ac5ac
TransportSearchTypeAction logs used shards under TRACE level
bleskes
committed
e33107d
Copy full SHA for e33107d
Minor cleanup to logging messages.
bleskes
committed
1de7b1a
Copy full SHA for 1de7b1a
Pagination
Previous
Next
You can’t perform that action at this time.