lucene
https://github.com/apache/lucene
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
not yet supported4 Subscribers
Add a CodeTriage badge to lucene
Help out
- Issues
- CachingTokenFilter can cause close() to be called twice. [LUCENE-3089]
- Fix QueryParser to handle nested fields [LUCENE-3133]
- NRT Caching Dir to allow for exact memory usage, better buffer allocation and "global" cross indices control [LUCENE-3425]
- Add an operator to query parser for term quorum (ie: BooleanQuery.setMinimumNumberShouldMatch) [LUCENE-3833]
- Non-tokenized fields become tokenized when a document is deleted and added back [LUCENE-3854]
- Delegate to default thread factory in NamedThreadFactory [LUCENE-4281]
- Improve FST API usability for mere mortals [LUCENE-4285]
- Make analyzing suggester more flexible [LUCENE-4491]
- Per-segment tracking of external/side-car data [LUCENE-4658]
- BooleanWeight should decide how to execute minNrShouldMatch [LUCENE-4872]
- Docs
- not yet supported