lucene/contrib
Mark Harwood c172010da0 Applied trejkaz's patch from https://issues.apache.org/jira/browse/LUCENE-1240 to optimise TermFilter.java and included new JUnit test
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@638631 13f79535-47bb-0310-9956-ffa450edef68
2008-03-18 23:01:00 +00:00
..
analyzers LUCENE-1236: Added some more javadocs. Also removed @author tags 2008-03-15 18:05:10 +00:00
ant LUCENE-1084: fix the remaining deprecated calls to IndexWriter ctors 2008-02-05 20:07:29 +00:00
benchmark LUCENE-1209: Fixed DocMaker settings by round. Prior to this fix, DocMaker settings of 2008-03-09 16:43:32 +00:00
db download bdb zip from Oracle's servers 2008-03-13 09:06:31 +00:00
highlighter LUCENE-1132: Updated documentation and deprecated bytes references in favor of character references 2008-01-29 13:35:13 +00:00
instantiated LUCENE-550: Added RAMDirectory alternative as a contrib. Similar to MemoryIndex, but can hold more than one document 2008-03-13 12:34:30 +00:00
javascript LUCENE-931: adding missing license headers to various files 2007-06-09 06:09:46 +00:00
lucli - LUCENE-908: Improvements and simplifications for how the MANIFEST file and the META-INF dir are created. 2007-08-22 23:16:48 +00:00
memory LUCENE-1084: fix more test cases to use user-defined MaxFieldLength ctor for IndexWriter 2008-02-07 21:07:35 +00:00
miscellaneous LUCENE-584: Changed Filter API to return a DocIdSet instead of a java.util.BitSet. This allows using more efficient data structures for Filters and makes them more flexible. 2008-02-02 19:04:03 +00:00
queries Applied trejkaz's patch from https://issues.apache.org/jira/browse/LUCENE-1240 to optimise TermFilter.java and included new JUnit test 2008-03-18 23:01:00 +00:00
regex Correct javadoc 2008-02-04 13:31:02 +00:00
similarity LUCENE-1051: Generate separate javadocs for core, demo and contrib classes, as well as an unified view. 2007-11-14 19:16:19 +00:00
snowball - LUCENE-908: Improvements and simplifications for how the MANIFEST file and the META-INF dir are created. 2007-08-22 23:16:48 +00:00
spellchecker LUCENE-1050 and LUCENE-1138 fixes for lock problem 2008-01-17 17:00:43 +00:00
surround LUCENE-1084: change all IW ctors to require up-front specification of max field length; deprecated existing ones 2008-01-25 10:21:15 +00:00
swing LUCENE-1084: change all IW ctors to require up-front specification of max field length; deprecated existing ones 2008-01-25 10:21:15 +00:00
wikipedia LUCENE-1150: make StandardAnalyzer tokenizer constants public again (public access was accidentally removed with LUCENE-966) 2008-01-29 10:51:44 +00:00
wordnet LUCENE-1084: change all IW ctors to require up-front specification of max field length; deprecated existing ones 2008-01-25 10:21:15 +00:00
xml-query-parser Additional thread safety around filter creation - old code could create duplicate CachingWrapperFilter if thread1 gets cache miss and thread 2 has a cache miss before thread1 populates cache with new CachingWrapperFilter. 2008-02-18 23:39:12 +00:00
contrib-build.xml LUCENE-1202 - tweaks to build system to make clover work better with contribs 2008-03-15 03:16:43 +00:00