1. 4ea56c9 Fix interface @Override by Uwe Schindler · 13 years ago
  2. 13154d8 Fix Javadoc warnings by Uwe Schindler · 13 years ago
  3. 5a22557 LUCENE-3445: add SearcherManager to simplify handling of multiple search threads and reopening IndexSearcher by Michael McCandless · 13 years ago
  4. 09cac22 add assert by Michael McCandless · 13 years ago
  5. 59566e7 LUCENE-3458: Change BooleanFilter to have only a single clauses ArrayList (so toString() works in order). It now behaves more like BooleanQuery, implements Iterable<FilterClause>, and allows adding Filters without creating FilterClause. Also cleaned up formatting and Test. by Uwe Schindler · 13 years ago
  6. 3d79a8b LUCENE-3261: Faceting module userguide by Shai Erera · 13 years ago
  7. 7703d81 LUCENE-3447: changes to include prettify files with modules' javadocs JAR" by Shai Erera · 13 years ago
  8. be0fac9 SOLR-2769: Added factory for the new Hunspell stemmer (janhoy, cmale) by Jan Høydahl · 13 years ago
  9. be34e3f LUCENE-3446, LUCENE-3448: Merge from trunk by Uwe Schindler · 13 years ago
  10. 1f35c99 SOLR-2780: Fixed issue where multi select facets didn't respect group.truncate parameter. by Martijn van Groningen · 13 years ago
  11. a2087c1 SOLR-2780: Fixed issue where multi select facets didn't respect group.truncate parameter. by Martijn van Groningen · 13 years ago
  12. 015da41 LUCENE-3215: SloppyPhraseScorer sometimes computed Infinite freq - merge from trunk by Doron Cohen · 13 years ago
  13. 868431c missing copyright by Michael McCandless · 13 years ago
  14. b1a5241 always call doCommit in IR.commit even if hasChanges is false: it's possible there are changes in the sub but the parent DirReader didn't see them (FieldNormModifier on trunk does this) by Michael McCandless · 13 years ago
  15. c690642 ILUCENE-3390: Invert to FieldCache.getDocsWithField by Uwe Schindler · 13 years ago
  16. 4699cf5 LUCENE-3439: catch more cases where IW/IR is used after close; fix sneaky bug where IW can delete files after it was closed by Michael McCandless · 13 years ago
  17. 9e2e3c9 LUCENE-3390: Corrected handling of missing values when two parallel searches using different missing values for sorting: the missing value was populated directly into the FieldCache arrays during sorting, leading to concurrency issues. by Uwe Schindler · 13 years ago
  18. dd5a852 LUCENE-3442: TermQuery.TermWeight.scorer() returns null for non-atomic IndexReaders (optimization bug, introcuced by LUCENE-2829), preventing QueryWrapperFilter and similar classes to get a top-level DocIdSet. by Uwe Schindler · 13 years ago
  19. c0c4ad7 SOLR-2776: Added support for group.truncate for distributed search. Also added some more jdocs. by Martijn van Groningen · 13 years ago
  20. a9f597f SOLR-2763: Extracting update request handler throws exception and returns 400 when zero-length file posted using multipart form post by Jan Høydahl · 13 years ago
  21. 3f03449 update build.xml to include facet javadocs in javadocs-all by Shai Erera · 13 years ago
  22. 33cf81e SOLR-2771: Solr modules' tests should not depend on solr-core test classes; move BufferingRequestProcessor from solr-core tests to test-framework so that the Solr Cell module can use it. by Steven Rowe · 13 years ago
  23. 77cca1a Fixed broken javadoc in QueryUtils and QueryCommand by Christopher John Male · 13 years ago
  24. c6b8151 LUCENE-3420: Disable the finalness checks in TokenStream and Analyzer for implementing subclasses in different packages, where assertions are not enabled by Uwe Schindler · 13 years ago
  25. a0bef95 Remove interface @Override by Uwe Schindler · 13 years ago
  26. 1da2912 SOLR-2762: FSTLookup could return duplicate results or one results less than requested. (David Smiley, Dawid Weiss). by Dawid Weiss · 13 years ago
  27. 7c3224e SOLR-2066: Added support for distributed grouping. by Martijn van Groningen · 13 years ago
  28. 14cc184 SOLR-2772 (merge 1171691, 1171704, and 1171739 from trunk) by Chris M. Hostetter · 13 years ago
  29. ea009a4 SOLR-2726: Fixed NullPointerException when using spellcheck.q with Suggester by Robert Muir · 13 years ago
  30. d15f51a LUCENE-3436: fix javadocs warning by Robert Muir · 13 years ago
  31. 718a026 LUCENE-3436: don't use deprecated method by Robert Muir · 13 years ago
  32. 1be1b6f LUCENE-3436: add spellchecker SuggestMode by Robert Muir · 13 years ago
  33. ff33734 SOLR-2766: Package individual javadoc sites for solrj and test-framework. by Steven Rowe · 13 years ago
  34. 9ee0006 SOLR-2750: Make both "update.chain" and the deprecated "update.param" work consistently everywhere by Jan Høydahl · 13 years ago
  35. 038b41b SOLR-2770: 'ant generate-maven-artifacts' should generate the maven artifact for the Solr-specific jdk15-compiled carrot2-core dependency. by Steven Rowe · 13 years ago
  36. cb5e5c3 SOLR-2540: Fixing commitWithin tests which timed out (branch3x) by Jan Høydahl · 13 years ago
  37. 792bdeb Backporting test changes. by Dawid Weiss · 13 years ago
  38. 19ebfc6 LUCENE-3437: Detect the test thread by reference, not by name. by Dawid Weiss · 13 years ago
  39. 78e6a9f LUCENE-3434: Deprecated setters in ShingleAnalyzerWrapper and PerFieldAnalyzerWrapper by Christopher John Male · 13 years ago
  40. 42ca314 LUCENE-3019: fix unexpected color tags for FVH by Koji Sekiguchi · 13 years ago
  41. 37aca4c SOLR-2756: Maven configuration: Removed unused zookeeper dependency; conditionalized geronimo-stax-api dependency to be in force only under Java 1.5; excluded transitive stax:stax-api dependency from org.codehaus.woodstox:wstx-asl dependency. by Steven Rowe · 13 years ago
  42. db0186d SOLR-2758: Maven configuration: removed lucene-core dependency from solrj pom.xml.template by Steven Rowe · 13 years ago
  43. 81d9a79 SOLR-2758: Moved ConcurrentLRUCache from o.a.s.common.util package in the solrj module to the o.a.s.util package in the Solr core module. by Steven Rowe · 13 years ago
  44. 19324ba fix broken link by Michael McCandless · 13 years ago
  45. 7a86c46 website changes for 3.4.0 by Michael McCandless · 13 years ago
  46. e018371 SOLR-2749: add boundary scanner feature by Koji Sekiguchi · 13 years ago
  47. c402f4a LUCENE-3426: add NGramPhraseQuery by Koji Sekiguchi · 13 years ago
  48. b39da32 SOLR-2742: Add commitWithin to convenience signatures for SolrServer.add(..) by Jan Høydahl · 13 years ago
  49. f13857f Merge in backwards test changes due to release of 3.4.0. Also add final JAR file. by Uwe Schindler · 13 years ago
  50. 69cac02 LUCENE-3431: Deprecated QueryAutoStopWordAnalyzer's addStopwords methods by Christopher John Male · 13 years ago
  51. 503963b change to 3.5 in the versioned site by Michael McCandless · 13 years ago
  52. 8f0d8ad fix these files to use UTF-8 encoding (necessary for CRLF task/windows packaging) by Robert Muir · 13 years ago
  53. aab9271 LUCENE-3432: TMP should not enforce maxMergedSegMB for expungeDeletes by Michael McCandless · 13 years ago
  54. 2c5dc5b typo by Michael McCandless · 13 years ago
  55. dad3e60 clarify that IW.expungeDeletes relies on MP to determine merges by Michael McCandless · 13 years ago
  56. f3111f8 move changes entry as suggested by Mike by Uwe Schindler · 13 years ago
  57. 8e77c22 3.4 -> 3.5 by Steven Rowe · 13 years ago
  58. 1ca0b60 oops, missed this nocommit too by Robert Muir · 13 years ago
  59. c26613a nocommit -> TODO by Robert Muir · 13 years ago
  60. cc91c66 3.4 -> 3.5 by Robert Muir · 13 years ago
  61. 03485cb LUCENE-3419: Cleaned up JUnit asset deprecations due to missing epsilons or arrays by Christopher John Male · 13 years ago
  62. e265a44 LUCENE-3414: Added Hunspell for Lucene by Christopher John Male · 13 years ago
  63. 8fddd02 stats: maxTime->maxDocs by Yonik Seeley · 13 years ago
  64. 58826d7 SOLR-2748: CommitTracker fixes by Yonik Seeley · 13 years ago
  65. dd43488 LUCENE-1889: pass the reader to FVH so it can rewrite multitermqueries by Robert Muir · 13 years ago
  66. a7f978c LUCENE-1889: add MultiTermQuery support for FVH by Koji Sekiguchi · 13 years ago
  67. 02fc171 add test case by Michael McCandless · 13 years ago
  68. 29de821 LUCENE-3189: restore the bw test by Michael McCandless · 13 years ago
  69. ae45e59 LUCENE-3189: make sure we sync on IW when invoking IFD by Michael McCandless · 13 years ago
  70. 406cfe3 fix javadocs warning by Robert Muir · 13 years ago
  71. 3bf6884 LUCENE-2979: move test to the right place by Michael McCandless · 13 years ago
  72. 3086f86 LUCENE-3410: Deprecated multi-int constructors in WordDelimiterFilter. Now uses int bitfield by Robert Muir · 13 years ago
  73. bfd1331 committing LUCENE-2979_phillipe_ramalho_5_3x.patch from LUCENE-2979 by Adriano Crestani Campos · 13 years ago
  74. 9f705be LUCENE-3417: DictionaryCompoundWordFilter did not properly add tokens from the end compound word by Robert Muir · 13 years ago
  75. 4ad2fbc SOLR-2746: Upgraded UIMA dependencies in solr/contrib/uima/lib/ from *-2.3.1-SNAPSHOT.jar to *-2.3.1.jar by Steven Rowe · 13 years ago
  76. 5a489b5 update site .html files by Shai Erera · 13 years ago
  77. e700aaf 2nd step: new backwards tests from branch. Once 3.4 is released: by Uwe Schindler · 13 years ago
  78. 762815f First step: delete backwards tests by Uwe Schindler · 13 years ago
  79. 01153e3 move to 3.5 section by Robert Muir · 13 years ago
  80. 0cbf077 LUCENE-3421: PayloadTermQuery's explain was wrong when includeSpanScore=false by Robert Muir · 13 years ago
  81. b02ef86 LUCENE-1824: add BoundaryScanner by Koji Sekiguchi · 13 years ago
  82. 384099f open up 3.5.0 section by Robert Muir · 13 years ago
  83. 7aec7ac LUCENE-3412: merge from trunk (SloppyPhraseScorer was returning non-deterministic results for queries with many repeats) by Doron Cohen · 13 years ago
  84. ed6dced fix a copy-paste typo by Shai Erera · 13 years ago
  85. cc68b40 add facets to lucene-contrib/index.xml by Shai Erera · 13 years ago
  86. e5094cd LUCENE-1768: Some final minor changes (deprecations and better check) by Uwe Schindler · 13 years ago
  87. ef93772 LUCENE-1768: Add missing changes.txt entries by Uwe Schindler · 13 years ago
  88. 104ba38 LUCENE-3418: sharpen crash -> OS/HW crash by Michael McCandless · 13 years ago
  89. 8ebe991 LUCENE-3418: fsync files during commit so on crash/power loss we don't corrumpt the index by Michael McCandless · 13 years ago
  90. afc878b SOLR-2540: CommitWithin as an Update Request parameter by Jan Høydahl · 13 years ago
  91. bc4677c SOLR-2383 Velocity: Generalize range and date facet display by Jan Høydahl · 13 years ago
  92. 06a721c SOLR-2743: remove commons logging jar from contrib/extraction/lib by Koji Sekiguchi · 13 years ago
  93. 39805d1 LUCENE-3390: Added SortField.setMissingValue(v) to enable well defined sorting behavior for documents that do not include the given field. by Doron Cohen · 13 years ago
  94. 85117e9 don't throw scary EOFE if you pass oob docID to IR.document by Michael McCandless · 13 years ago
  95. be3beb1 SOLR-2734: Fix debug info for MorLikeThisHandler (introduced when SOLR-860 was backported to 3x) by Koji Sekiguchi · 13 years ago
  96. a60e5e6 merge r1164311: improve test assumptions: assume content instead of assert; catch IOException so we also assume no UnknownHostException by Chris M. Hostetter · 13 years ago
  97. 829a053 manual merge of testURLStream 'assume' fix done in r1055636 (where was lumped into an unrelated commit) by Chris M. Hostetter · 13 years ago
  98. cd3135d SOLR-2739: try to clean up TestSqlEntityProcessorDelta (merge r1164287 from trunk) by Chris M. Hostetter · 13 years ago
  99. fcd81ec add join classpath for eclipse by Koji Sekiguchi · 13 years ago
  100. ae1b402 Removed unused method by Martijn van Groningen · 13 years ago