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
- QueryParser should have a setDateFormat(DateFormat) method [LUCENE-1361]
- maxDocBytesToAnalyze should be required arg up front [LUCENE-1560]
- allow for custom segment files [LUCENE-1914]
- Default Stopwords should use specific Version in CharArraySet construtor [LUCENE-2101]
- TokenStream.close() is called multiple times per TokenStream instance [LUCENE-2145]
- Over synchronization for read-only index readers in SegmentTermDocs [LUCENE-2171]
- Deadlock with FSIndexInput and SegmentReader [LUCENE-2263]
- contrib/HighFreqTerms should use ByteRefs but provide human-readable output [LUCENE-2403]
- update FieldSelectorResult with a BREAK only result option. consolidate some of the state for break/load [LUCENE-2535]
- Document. add get(i) and addAll to make interacting with fieldables and documents easier/faster and more readable [LUCENE-2540]
- Docs
- not yet supported