lucene/contrib
Mark Robert Miller b155258203 LUCENE-1778: Add support for log.step setting per task type. Perviously, if you included a log.step line in the .alg file, it had been applied to all tasks. Now, you can include a log.step.AddDoc, or log.step.DeleteDoc (for example) to control logging for just these tasks. If you want to ommit logging for any other task, include log.step=-1. The syntax is "log.step." together with the Task's 'short' name (i.e., without the 'Task' part).
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@800768 13f79535-47bb-0310-9956-ffa450edef68
2009-08-04 13:05:03 +00:00
..
analyzers LUCENE-1775: Change contrib tee/sink filters to use new TokenStream API. 2009-08-03 22:45:27 +00:00
ant LUCENE-1704: allow specifying the Tidy configuration file when parsing HTML docs with contrib/ant 2009-07-06 19:55:05 +00:00
benchmark LUCENE-1778: Add support for log.step setting per task type. Perviously, if you included a log.step line in the .alg file, it had been applied to all tasks. Now, you can include a log.step.AddDoc, or log.step.DeleteDoc (for example) to control logging for just these tasks. If you want to ommit logging for any other task, include log.step=-1. The syntax is "log.step." together with the Task's 'short' name (i.e., without the 'Task' part). 2009-08-04 13:05:03 +00:00
collation LUCENE-1460: Changed TokenStreams/TokenFilters in contrib to use the new TokenStream API. 2009-08-01 22:52:32 +00:00
db Build an index.html on the top-level Javadocs folder (e.g. hudson will use it as entry point) 2009-06-24 14:34:09 +00:00
fast-vector-highlighter LUCENE-1522 turn on unit tests that had relied on LUCENE-1448 and LUCENE-1759 2009-08-02 18:07:43 +00:00
highlighter remove system.out and unnecessary next() in tokenstream 2009-08-01 14:18:19 +00:00
instantiated LUCENE-1460: Changed TokenStreams/TokenFilters in contrib to use the new TokenStream API. 2009-08-01 22:52:32 +00:00
lucli LUCENE-1460: Changed TokenStreams/TokenFilters in contrib to use the new TokenStream API. 2009-08-01 22:52:32 +00:00
memory LUCENE-1759: Set final offset correctly in contrib TokenStreams. 2009-08-02 02:10:46 +00:00
miscellaneous LUCENE-1486: Move ComplexPhraseQueryParser to contrib 2009-08-03 04:06:22 +00:00
queries LUCENE-1460: Changed TokenStreams/TokenFilters in contrib to use the new TokenStream API. 2009-08-01 22:52:32 +00:00
queryparser LUCENE-1567: New flexible QueryParser framework. 2009-08-03 03:38:44 +00:00
regex LUCENE-1683: fixed JavaUtilRegexCapabilities (used by RegexQuery) to match entire string not just prefix 2009-07-31 18:02:56 +00:00
remote LUCENE-1630: switch from Weight (interface) to QueryWeight (abstract class); mate in/out-of docID order scoring between Collector & Scorer 2009-06-23 18:11:42 +00:00
snowball LUCENE-1460: Changed TokenStreams/TokenFilters in contrib to use the new TokenStream API. 2009-08-01 22:52:32 +00:00
spatial LUCENE-1505: switch local lucene to use trie's NumericUtils for mapping doubles to strings 2009-07-16 15:38:06 +00:00
spellchecker - Typo 2009-07-24 02:43:58 +00:00
surround bulk fix svn:eol-style to native for text files 2009-06-22 22:18:56 +00:00
swing bulk fix svn:eol-style to native for text files 2009-06-22 22:18:56 +00:00
wikipedia LUCENE-1460: Changed TokenStreams/TokenFilters in contrib to use the new TokenStream API. 2009-08-01 22:52:32 +00:00
wordnet LUCENE-1460: Changed TokenStreams/TokenFilters in contrib to use the new TokenStream API. 2009-08-01 22:52:32 +00:00
xml-query-parser LUCENE-1460: Changed TokenStreams/TokenFilters in contrib to use the new TokenStream API. 2009-08-01 22:52:32 +00:00
CHANGES.txt move the web based xml demo from core changes to contrib changes - also fixes skipping # 34 in features 2009-08-04 02:57:00 +00:00
contrib-build.xml Build an index.html on the top-level Javadocs folder (e.g. hudson will use it as entry point) 2009-06-24 14:34:09 +00:00