Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
-
Forked from hkirk/lucene-didyoumean
A Lucene "Did you mean?"-implementation based on Karl Wettin's didyoumean contrib from LUCENE-626
-
Forked from msgpack-rpc/msgpack-rpc
MessagePack-RPC is an inter-process messaging library that uses MessagePack for object serialization.
Java 1
-
Forked from elastic/elasticsearch-analysis-kuromoji
Japanese (kuromoji) Analysis Plugin
-
-
92 contributions in the last year
Activity overview
Contribution activity
July 2020
June 2020
Created a pull request in apache/lucene-solr that received 7 comments
LUCENE-8962: Merge segments on getReader
Add IndexWriter merge-on-refresh feature to selectively merge small segments on getReader, subject to a configurable timeout, to improve search per…
- LUCENE-8962: Merge small segments on commit
- LUCENE-8962: Ensure we don't include fully deleted segments in a commit
- Replace DWPT.DocState with simple method parameters
- LUCENE-9408: Ensure OneMerge#mergeFinished is only called once
- LUCENE-8962: Allow waiting for all merges in a merge spec
- LUCENE-9405: Ensure IndexWriter only closes merge readers once.
- Alternative approach to LUCENE-8962
- Cleanup TermsHashPerField