-
Romsey Software Ltd
- Cambridge, UK
Block or Report
Block or report romseygeek
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
-
-
-
metrics Public
Forked from dropwizard/metrics
Capturing JVM- and application-level metrics. So you know what's going on.
Java 1
407 contributions in the last year
Less
More
Contribution activity
May 2023
Created 9 commits in 3 repositories
Created a pull request in elastic/elasticsearch that received 14 comments
Move ObjectMapper tracking directly into DocumentParserContext
This is a simple refactoring as a precursor to adding some depth tracking to document parsing. Rather than passing ObjectMappers around as parameters,
+213
−177
•
14
comments
Opened 2 other pull requests in 1 repository
elastic/elasticsearch
1
merged
1
open
Reviewed 17 pull requests in 2 repositories
elastic/elasticsearch
14 pull requests
- Query rewrite context and search execution context refactoring
- Avoid stack overflow while parsing mapping
- Introduce ValueFetchContext
- Remove searchLookup method from FetchContext
- Skip shards when querying constant keyword fields
- Move ObjectMapper tracking directly into DocumentParserContext
- Use the Weight#matches API for highlighting by default
- Add XContent chunking to SearchResponse
- Add tests for multi_match phrase prefix query across multiple fields
- Upgrade Lucene to the final 9.6.0 release (#95967)
- Warn user if regular expression is used when match_pattern defaults to simple in dynamic_template mappings
- Fix deprecate warning in FrozenIndexTests
- Use StoredFields in enrich lookup
- Don't throw exceptions during DocumentField serialization