1. 42320f8 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
  2. bcc36b1 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
  3. 2e0558d Fixed broken javadoc in QueryUtils and QueryCommand by Christopher John Male · 13 years ago
  4. 8d95f61 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
  5. 8fc0753 SOLR-2762: FSTLookup returns one less suggestion than it should when onlyMorePopular=true by Dawid Weiss · 13 years ago
  6. 3d76715 SOLR-2066: Added support for distributed grouping. by Martijn van Groningen · 13 years ago
  7. fc43b67 don't rely upon docid order in this test by Robert Muir · 13 years ago
  8. 5cd0020 LUCENE-3435: fix sort field calculation by Grant Ingersoll · 13 years ago
  9. 093e1cc SOLR-2772: fix silly javadoc error by Chris M. Hostetter · 13 years ago
  10. 186d490 SOLR-2772: revert unneccessary 'public static' change to DateField.formatDate by Chris M. Hostetter · 13 years ago
  11. 1b45843 SOLR-2772: Fixed Date parsing/formatting of years 0001-1000 by Chris M. Hostetter · 13 years ago
  12. 5c4438a SOLR-2726: Fixed NullPointerException when using spellcheck.q with Suggester by Robert Muir · 13 years ago
  13. 1a45ef0 LUCENE-3436: fix javadocs warnings by Robert Muir · 13 years ago
  14. 195e082 LUCENE-3436: remove deprecations from trunk / dont use deprecated methods by Robert Muir · 13 years ago
  15. 9cd0c02 LUCENE-3436: add spellchecker SuggestMode by Robert Muir · 13 years ago
  16. 373c3ba LUCENE-3438: move FilteredTermsEnum, SingleTermsEnum to oal.index by Michael McCandless · 13 years ago
  17. 254feac SOLR-2766: Package individual javadoc sites for solrj and test-framework. by Steven Rowe · 13 years ago
  18. 61b1c30 SOLR-2750: Make both "update.chain" and the deprecated "update.param" work consistently everywhere by Jan Høydahl · 13 years ago
  19. a55f574 fail if api docs are missing from solr (this bit us in 3.4.0) by Michael McCandless · 13 years ago
  20. 7cb2aa1 SOLR-2540: Fixing commitWithin tests which timed out by Jan Høydahl · 13 years ago
  21. 4dbbd82 LUCENE-3437: Detect the test thread by reference, not by name. by Dawid Weiss · 13 years ago
  22. 66fc503 LUCENE-3435: missed a multiply by 8 by Grant Ingersoll · 13 years ago
  23. 12f3121 Typo. by Dawid Weiss · 13 years ago
  24. 7ba6b2d SOLR-2762: Adding more unit tests, but can't reproduce or figure out where off-by-one could happen here. by Dawid Weiss · 13 years ago
  25. 239e676 LUCENE-3434: Removed state changing setters in ShingleAnalyzerWrapper and PerFieldAnalyzerWrapper by Christopher John Male · 13 years ago
  26. e0fc785 LUCENE-3019: fix unexpected color tags for FVH by Koji Sekiguchi · 13 years ago
  27. 35737e7 SOLR-2756: Maven configuration: Excluded transitive stax:stax-api dependency from org.codehaus.woodstox:wstx-asl dependency. by Steven Rowe · 13 years ago
  28. 5103f01 fix broken link by Michael McCandless · 13 years ago
  29. 3568f44 website changes for 3.4.0 by Michael McCandless · 13 years ago
  30. 0bf9401 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
  31. c37aa10 SOLR-2749: add boundary scanner feature by Koji Sekiguchi · 13 years ago
  32. 04c5322 by Grant Ingersoll · 13 years ago
  33. 80958f5 LUCENE-3435: draft memory/size estimator for Lucene and Solr. YMMV by Grant Ingersoll · 13 years ago
  34. 4547928 LUCENE-3426: add NGramPhraseQuery by Koji Sekiguchi · 13 years ago
  35. a76d8df SOLR-2742: Fixed typo in JavaDoc by Jan Høydahl · 13 years ago
  36. b9a9975 SOLR-2742: Add commitWithin to convenience signatures for SolrServer.add(..) by Jan Høydahl · 13 years ago
  37. 764e3b4 SOLR-2709: Removed need for EDisMax's ExtendedAnalyzer by Christopher John Male · 13 years ago
  38. 5be5106 LUCENE-3431: Removed deprecated addStopwords methods in QueryAutoStopWordAnalyzer by Christopher John Male · 13 years ago
  39. 80033a5 simple new python script to build lucene/solr release and push to staging_area on p.a.o by Michael McCandless · 13 years ago
  40. 20cae3a fix these files to use UTF-8 encoding (necessary for CRLF task/windows packaging) by Robert Muir · 13 years ago
  41. f010ff4 add changes entry for SOLR-1897 by Mark Robert Miller · 13 years ago
  42. 10c42c4 LUCENE-3432: TMP should not enforce maxMergedSegMB for expungeDeletes by Michael McCandless · 13 years ago
  43. 04dd0bb LUCENE-3428: force DWPT unlock if unchecked exception is thrown by DWFC#addFlushableState by Simon Willnauer · 13 years ago
  44. 4c77c6c typo by Michael McCandless · 13 years ago
  45. 49f748c clarify that IW.expungeDeletes relies on MP to determine merges by Michael McCandless · 13 years ago
  46. d89dff2 Increase verbosity on failure by Steven Rowe · 13 years ago
  47. f82f874 LUCENE-3396: Converted simple Analyzers which got lost in merging by Christopher John Male · 13 years ago
  48. 5e9c5a1 move changes entry as suggested by Mike by Uwe Schindler · 13 years ago
  49. d5f613b LUCENE-3396: Converted most Analyzers over to using ReusableAnalyzerBase by Christopher John Male · 13 years ago
  50. 366a23b increase epsilon for the case where queryNorm is disabled by Robert Muir · 13 years ago
  51. af8aa20 LUCENE-3430: fix some sims with SpanQueries (which sometimes score terms with df=0/ttf=0/...) by Robert Muir · 13 years ago
  52. d5934de nocommit -> TODO by Robert Muir · 13 years ago
  53. f3736ea LUCENE-2959: add state of the art ranking to Lucene by Robert Muir · 13 years ago
  54. 8ea32cf add LUCENE_35 by Robert Muir · 13 years ago
  55. b22b2ed LUCENE-3423: add Terms.getDocCount statistic by Robert Muir · 13 years ago
  56. bc4260a LUCENE-2308: Moved over to using IndexableFieldType interface by Christopher John Male · 13 years ago
  57. c9bad15 LUCENE-3381: intellij configuration: removed vestigial queries-contrib dependencies by Steven Rowe · 13 years ago
  58. 9f92f41 LUCENE-3419: Removed deprecated Junit assert* methods by Christopher John Male · 13 years ago
  59. 1b4c104 LUCENE-3414: Added Hunspell for Lucene by Christopher John Male · 13 years ago
  60. 3b7f5de LUCENE-3416: Allow to pass an instance of RateLimiter to FSDirectory allowing to rate limit merge IO across several directories / instances by Simon Willnauer · 13 years ago
  61. 616f29e comment out debug print by Michael McCandless · 13 years ago
  62. a996a9c stats: maxTime->maxDocs by Yonik Seeley · 13 years ago
  63. fe529cc LUCENE-1889: pass the reader to FVH so it can rewrite multitermqueries by Robert Muir · 13 years ago
  64. dca4f09 LUCENE-1889: add MultiTermQuery support for FVH by Koji Sekiguchi · 13 years ago
  65. a7868d3 make CheckIndex a bit more anal about ghost fields by Michael McCandless · 13 years ago
  66. 2704e3a fix javadocs by Robert Muir · 13 years ago
  67. b7c724c SOLR-2748: CommitTracker fixes by Yonik Seeley · 13 years ago
  68. 69168e8 add test case by Michael McCandless · 13 years ago
  69. 99f6695 LUCENE-3189: make sure we sync on IW when invoking IFD by Michael McCandless · 13 years ago
  70. e18df8f LUCENE-1768: Cleanup in trunk (removal of deprecated stuff, unused subclasses in between) by Uwe Schindler · 13 years ago
  71. b25a5dd fix javadocs warning by Robert Muir · 13 years ago
  72. a122dd3 LUCENE-3410: move changes to 3.5 and nuke deprecated code in trunk by Robert Muir · 13 years ago
  73. bfe970b LUCENE-3417: DictionaryCompoundWordFilter did not properly add tokens from the end compound word by Robert Muir · 13 years ago
  74. 9685310 SOLR-2746: Moved CHANGES.txt entry to uima contrib's CHANGES.txt by Steven Rowe · 13 years ago
  75. 3a0866e Relocate changes for surround query parser to new queryparser-specific CHANGES.txt by Erik Hatcher · 13 years ago
  76. e05c1ae 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
  77. 2bb3a2f LUCENE-3421: PayloadTermQuery's explain was wrong when includeSpanScore=false by Robert Muir · 13 years ago
  78. fb88e87 open up 3.5 section by Robert Muir · 13 years ago
  79. 1c2fbd4 LUCENE-3419: Added epsilons and fixed deprecated junit assertion usage by Christopher John Male · 13 years ago
  80. 96806e0 LUCENE-3412: SloppyPhraseScorer was returning non-deterministic results for queries with many repeats. by Doron Cohen · 13 years ago
  81. 5b87433 LUCENE-1824: add BoundaryScanner by Koji Sekiguchi · 13 years ago
  82. 65d6149 LUCENE-1768: Add missing changes.txt entries by Uwe Schindler · 13 years ago
  83. b9a4f1b LUCENE-3272: Maven configuration: sync queryparser module's dependencies by Steven Rowe · 13 years ago
  84. 767501a SOLR-2703: Added surround query parser support by Erik Hatcher · 13 years ago
  85. 4669766 move comment inside block, appropriately by Erik Hatcher · 13 years ago
  86. 2094468 LUCENE-2945: Fix equals/hashCode for surround query parser generated queries by Erik Hatcher · 13 years ago
  87. 9e26e64 LUCENE-3418: sharpen crash -> OS/HW crash by Michael McCandless · 13 years ago
  88. fd5fc38 LUCENE-3410: Deprecated multi-int constructors in WordDelimiterFilter. Now uses int bitfield by Christopher John Male · 13 years ago
  89. e9cdd48 LUCENE-3418: fsync files during commit so on crash/power loss we don't corrumpt the index by Michael McCandless · 13 years ago
  90. 07a1bd5 SOLR-2656: doc - licenses + comments by Yonik Seeley · 13 years ago
  91. d238881 SOLR-2656, SOLR-2700: transaction logging and realtime-get by Yonik Seeley · 13 years ago
  92. 0a747d0 SOLR-2540: CommitWithin as an Update Request parameter by Jan Høydahl · 13 years ago
  93. b1cc073 SOLR-2741 Bugs in facet range display in trunk by Jan Høydahl · 13 years ago
  94. 55fe18f LUCENE-3286: Consolidated XML QP into queryparser module by Christopher John Male · 13 years ago
  95. 6d01a4a SOLR-2743: remove commons logging jar from contrib/extraction/lib by Koji Sekiguchi · 13 years ago
  96. b656ce6 don't throw scary EOFE if you pass oob docID to IR.document by Michael McCandless · 13 years ago
  97. c140a3b remove useless main method by Simon Willnauer · 13 years ago
  98. d67135f improve test assumptions: assume content instead of assert; catch IOException so we also assume no UnknownHostException by Chris M. Hostetter · 13 years ago
  99. f471e05 SOLR-2739: try to clean up TestSqlEntityProcessorDelta by Chris M. Hostetter · 13 years ago
  100. 9a6a063 SOLR-2687 Added info about Solr 3.1 Cookbook to site by Jan Høydahl · 13 years ago