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 }}
lxy4java
/
elasticsearch
Public
forked from
elastic/elasticsearch
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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 Nov 8, 2013
s/AbstractIntegrationTest/ElasticsearchIntegrationTest
s1monw
committed
fb7a234
Copy full SHA for fb7a234
Just filter test jar and not the main jar file
s1monw
committed
9859160
Copy full SHA for 9859160
[DOCS] Fix link to statsd plugin
Show description for 5af4e02
clintongormley
committed
5af4e02
Copy full SHA for 5af4e02
Package test-framework as individual jar
Show description for a824f69
s1monw
committed
a824f69
Copy full SHA for a824f69
fix issues with JAVA_OPTS/ES_JAVA_OPTS in service.bat
Show description for 97bdc8f
costin
committed
97bdc8f
Copy full SHA for 97bdc8f
In ctor of GeoPointFieldMapper, geohash_prefix now implicitly enables geohash option
Show description for 7189310
clintongormley
committed
7189310
Copy full SHA for 7189310
Added support for external query in postings highlighter
Show description for 4aa59af
javanna
committed
4aa59af
Copy full SHA for 4aa59af
Unable to create a nested filtered alias on a dataless master
Show description for 6f286c3
kimchy
committed
6f286c3
Copy full SHA for 6f286c3
_default_ mapping not applied when using separate master/data nodes
Show description for 7fc4947
kimchy
committed
7fc4947
Copy full SHA for 7fc4947
Add wabisabi to Scala clients.
gphat
authored and
javanna
committed
6bbcc34
Copy full SHA for 6bbcc34
Reduce number of docs in test for #4093 - 30 docs are enough to trigger the bug
s1monw
committed
76622f1
Copy full SHA for 76622f1
Commits on Nov 7, 2013
Used the actual index_name when making highlighting using the postings highlighter
Show description for cdbd791
javanna
committed
cdbd791
Copy full SHA for cdbd791
[DOCS] Fixed the fielddata regex example on core mapping
clintongormley
committed
b27976f
Copy full SHA for b27976f
[DOCS] Changed all store:yes/no to store:true/false
Show description for 3465e69
clintongormley
committed
3465e69
Copy full SHA for 3465e69
Fix missing affectation in SimpleChildQuerySearchTests.testParentChildQueriesCanHandleNoRelevantTypesInIndex()
Olivier Favre
authored and
javanna
committed
566ca24
Copy full SHA for 566ca24
Trimmed down HighlighterSearchTests
Show description for 2071fb2
javanna
committed
2071fb2
Copy full SHA for 2071fb2
Fixed fetch subphase to not recreate the HitContext for each hit, so that the object cache stays the same
Show description for 06938e6
javanna
committed
06938e6
Copy full SHA for 06938e6
Move stresstests out of o.e.test
s1monw
committed
91e31e5
Copy full SHA for 91e31e5
Move o.e.junit to o.e.test.junit
s1monw
committed
03c326d
Copy full SHA for 03c326d
Move MockDirectories into o.e.test.store
s1monw
committed
e8f4445
Copy full SHA for e8f4445
Move IndexFieldDataServiceTests into corresponding package
s1monw
committed
8ecdb65
Copy full SHA for 8ecdb65
Guarantee sorted order for [Double|Long|Bytes]Values
Show description for a9239f8
s1monw
committed
a9239f8
Copy full SHA for a9239f8
Reduce number of documents in RobinEngineIntegrationTest to prevent memory peaks triggering OOM
s1monw
committed
f5f6259
Copy full SHA for f5f6259
Set MaxDirectMemorySize for tests to have consistent upper bounds
s1monw
committed
c946a69
Copy full SHA for c946a69
External method to set rootTypeParsers in DocumentMapperParser incorrect
Show description for 021aa09
kimchy
committed
021aa09
Copy full SHA for 021aa09
Commits on Nov 6, 2013
Improve stability of RobinEngineIntegrationTest by reducing direct memory usage of the test env
s1monw
committed
f6c2ee0
Copy full SHA for f6c2ee0
Index Stats: Add support for segments stats
Show description for c95c709
kimchy
authored and
bleskes
committed
c95c709
Copy full SHA for c95c709
move to [1.0.0.Beta2] SNAP
s1monw
committed
e1b6988
Copy full SHA for e1b6988
release [1.0.0.Beta1]
s1monw
committed
77bc5d5
Copy full SHA for 77bc5d5
Apply fix for LUCENE-5330 pruning the IndexWriter queue to get rid of pending event
Show description for bb777a2
s1monw
committed
bb777a2
Copy full SHA for bb777a2
Use same caching strategy for STANDARD and DEFAULT analyzer
s1monw
committed
d4873bd
Copy full SHA for d4873bd
Improved highlight *manyDocs tests (fvh and postings) to have random refreshes, flushes and optimizes using indexRandom
javanna
committed
47aa01f
Copy full SHA for 47aa01f
Fixed doc_id used in combination with context.searcher(), needs to be topLevelId rather than just docId
Show description for a3e355d
javanna
committed
a3e355d
Copy full SHA for a3e355d
NPE when closing XContentBuilder and using 'pretty' query parameter
Show description for ebc8975
kimchy
committed
ebc8975
Copy full SHA for ebc8975
Commits on Nov 5, 2013
Make RPM building mandatory
Show description for 71f5b16
s1monw
committed
71f5b16
Copy full SHA for 71f5b16
Pagination
Previous
Next
You can’t perform that action at this time.