lucene/contrib
Mark Harwood ba6344a4d7 Fixed bug in FuzzyLikeThisQuery.java. Queries that contain a term with no fuzzy variants caused the query construction logic to exit loop early, producing no fuzzy variants for all subsequent terms in the query string.
Junit test added which recreates the problem conditions and added fix to FuzzyLikeThisQuery that solves the issue.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@699512 13f79535-47bb-0310-9956-ffa450edef68
2008-09-26 21:44:55 +00:00
..
analyzers LUCENE-1378 - Removed the remaining 199 @author references 2008-09-15 15:42:11 +00:00
ant LUCENE-1378 - Removed the remaining 199 @author references 2008-09-15 15:42:11 +00:00
benchmark LUCENE-1401: fix accidentally lost 'create=true' in CreateIndexTask 2008-09-25 14:11:41 +00:00
db LUCENE-1378 - Removed the remaining 199 @author references 2008-09-15 15:42:11 +00:00
highlighter LUCENE-1378 - Removed the remaining 199 @author references 2008-09-15 15:42:11 +00:00
instantiated add graph to package.html for contrib/instantiated showing queries per sec vs number of docs indexed 2008-09-19 15:15:36 +00:00
javascript LUCENE-931: adding missing license headers to various files 2007-06-09 06:09:46 +00:00
lucli LUCENE-1369: switch from Hashtable to HashMap and from Vector to List, when possible 2008-09-07 19:22:40 +00:00
memory LUCENE-1378 - Removed the remaining 199 @author references 2008-09-15 15:42:11 +00:00
miscellaneous LUCENE-1378 - Removed the remaining 199 @author references 2008-09-15 15:42:11 +00:00
queries Fixed bug in FuzzyLikeThisQuery.java. Queries that contain a term with no fuzzy variants caused the query construction logic to exit loop early, producing no fuzzy variants for all subsequent terms in the query string. 2008-09-26 21:44:55 +00:00
regex LUCENE-1366: rename Field.Index.* options 2008-09-10 21:38:52 +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-1142 : Updated Snowball package, org.tartarus distribution revision 500. 2008-08-23 22:02:47 +00:00
spellchecker LUCENE-1378 - Removed the remaining 199 @author references 2008-09-15 15:42:11 +00:00
surround LUCENE-1366: rename Field.Index.* options 2008-09-10 21:38:52 +00:00
swing LUCENE-1378 - Removed the remaining 199 @author references 2008-09-15 15:42:11 +00:00
wikipedia LUCENE-1333: improvements to Token reuse API and full cutover to reuse API for all core and contrib analyzers 2008-08-20 14:38:07 +00:00
wordnet LUCENE-1378 - Removed the remaining 199 @author references 2008-09-15 15:42:11 +00:00
xml-query-parser LUCENE-1378 - Removed the remaining 199 @author references 2008-09-15 15:42:11 +00:00
CHANGES.txt LUCENE-1016 : TermVectorAccessor, transparent vector space access via stored vectors or by resolving the inverted index. 2008-08-25 15:02:20 +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