Commit Graph

11145 Commits

Author SHA1 Message Date
Robert Muir a21f4c018a LUCENE-3402: make LuceneTestCase more robust when failures in @After/@AfterClass happen
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1162135 13f79535-47bb-0310-9956-ffa450edef68
2011-08-26 15:08:19 +00:00
Christopher John Male a0d80d2361 LUCENE-3397: Fixed HighlighterTest TS reuse
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1161993 13f79535-47bb-0310-9956-ffa450edef68
2011-08-26 04:59:07 +00:00
Christopher John Male 0f2d7ad556 LUCENE-3397: Cleaned up remaining test TSs and PatterAnalyzer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1161986 13f79535-47bb-0310-9956-ffa450edef68
2011-08-26 04:16:19 +00:00
Robert Muir a555a34924 fix bug where wrong random was being used
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1161974 13f79535-47bb-0310-9956-ffa450edef68
2011-08-26 03:01:19 +00:00
Robert Muir cb0b8c02e0 factor out some more helper classes from LuceneTestCase into separate .java files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1161972 13f79535-47bb-0310-9956-ffa450edef68
2011-08-26 02:54:02 +00:00
Robert Muir f04bb785bb nuke unused imports
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1161966 13f79535-47bb-0310-9956-ffa450edef68
2011-08-26 02:37:09 +00:00
Robert Muir bcc86f77c3 factor out LuceneTestCaseRunner into a separate file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1161964 13f79535-47bb-0310-9956-ffa450edef68
2011-08-26 02:35:12 +00:00
Robert Muir 0356f53aa4 factor out RandomCodecProvider into a separate file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1161963 13f79535-47bb-0310-9956-ffa450edef68
2011-08-26 02:21:59 +00:00
Shalin Shekhar Mangar 582df287cd SOLR-2668 -- DIH multithreaded mode does not rollback on errors from EntityProcessor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1161505 13f79535-47bb-0310-9956-ffa450edef68
2011-08-25 11:16:44 +00:00
Christopher John Male 0f443840c4 LUCENE-3397: Cleaned up test TokenStream reusability
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1161488 13f79535-47bb-0310-9956-ffa450edef68
2011-08-25 10:42:29 +00:00
Christopher John Male 1057d24e7f LUCENE-3400: Removed DutchAnalyzer.setStemDictionary
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1161484 13f79535-47bb-0310-9956-ffa450edef68
2011-08-25 10:32:21 +00:00
Mark Robert Miller a05f774573 SOLR-2565: same as the addDoc bug, deletes are not triggering soft commits if hard auto commit by time is also configured
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1161265 13f79535-47bb-0310-9956-ffa450edef68
2011-08-24 20:23:57 +00:00
Chris M. Hostetter 69d8906c16 javadoc fix: final class can't be subclassed, and even if it could the subclass can't call a method that doesn't exist
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1161228 13f79535-47bb-0310-9956-ffa450edef68
2011-08-24 18:47:54 +00:00
Simon Willnauer 28f59a2e05 LUCENE-3218: Detach CompoundFileDirectory from Directory to prevent traps for delegating Directory implementations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1161183 13f79535-47bb-0310-9956-ffa450edef68
2011-08-24 16:05:25 +00:00
Robert Muir defe907de2 try increasing the timeouts for slow machines
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1161097 13f79535-47bb-0310-9956-ffa450edef68
2011-08-24 13:44:31 +00:00
Mark Robert Miller cf4e150ce1 hossman has a better test for this, but for now try and make it a bit more sane
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1161071 13f79535-47bb-0310-9956-ffa450edef68
2011-08-24 12:30:04 +00:00
Mark Robert Miller 8f2c67ad67 see what charlie cron thinks of this - charlie is sometimes slow and peculiar, so who knows
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1160895 13f79535-47bb-0310-9956-ffa450edef68
2011-08-23 21:58:25 +00:00
Mark Robert Miller 1a6f077b9a try and make charlie cron happier with this test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1160892 13f79535-47bb-0310-9956-ffa450edef68
2011-08-23 21:45:02 +00:00
Michael McCandless b877781d9f add CFS test case
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1160832 13f79535-47bb-0310-9956-ffa450edef68
2011-08-23 18:18:39 +00:00
Robert Muir ea9eae7abb update eclipse classpath
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1160239 13f79535-47bb-0310-9956-ffa450edef68
2011-08-22 12:37:13 +00:00
Christopher John Male 0ef9c3c25f LUCENE-3376: Moved ReusableAnalyzerBase to core
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1160117 13f79535-47bb-0310-9956-ffa450edef68
2011-08-22 06:01:31 +00:00
Christopher John Male 3823977899 LUCENE-3030: Fixed some javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1160116 13f79535-47bb-0310-9956-ffa450edef68
2011-08-22 05:57:40 +00:00
Mark Robert Miller cd84fe0366 try and make charlie cron happier with this test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1160078 13f79535-47bb-0310-9956-ffa450edef68
2011-08-21 22:48:44 +00:00
Steven Rowe 4d787d74ce LUCENE-3381: Maven configuration: added required jakarta-regexp dependency
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1160033 13f79535-47bb-0310-9956-ffa450edef68
2011-08-21 18:48:31 +00:00
Steven Rowe 4cc7f06d03 svn:ignore'ing pom.xml and *.iml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1160028 13f79535-47bb-0310-9956-ffa450edef68
2011-08-21 18:17:03 +00:00
Michael McCandless 90da398c1f LUCENE-3388: fix bug in intersect's seekToStartTerm when final floor frame doesn't match the automaton
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159995 13f79535-47bb-0310-9956-ffa450edef68
2011-08-21 15:22:42 +00:00
Mark Robert Miller 5e45cf89eb SOLR-2331: fix too many close on SolrCore test issue
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159921 13f79535-47bb-0310-9956-ffa450edef68
2011-08-20 21:58:14 +00:00
Michael McCandless b7846ffaa1 LUCENE-3030: add BlockTreeTermsReader/Writer, a more efficient tree-structure for the terms dictionary
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159905 13f79535-47bb-0310-9956-ffa450edef68
2011-08-20 19:20:45 +00:00
Mark Robert Miller ea946d6d43 close paren
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159887 13f79535-47bb-0310-9956-ffa450edef68
2011-08-20 16:09:11 +00:00
Christopher John Male c422c675e7 LUCENE-3381: CHANGES.txt entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159851 13f79535-47bb-0310-9956-ffa450edef68
2011-08-20 05:31:19 +00:00
Christopher John Male e0fe20b637 LUCENE-3271: CHANGES.txt entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159850 13f79535-47bb-0310-9956-ffa450edef68
2011-08-20 05:29:22 +00:00
Christopher John Male 993ce74121 LUCENE-3381: Sandboxed remaining contrib queries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159846 13f79535-47bb-0310-9956-ffa450edef68
2011-08-20 04:57:58 +00:00
Steven Rowe 306b2ef2cc SOLR-2721: Maven configuration: Update ZooKeeper to latest bugfix release 3.3.3
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159749 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 19:14:26 +00:00
Erik Hatcher 7ff1fea206 just adding a TODO comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159737 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 18:43:34 +00:00
Mark Robert Miller e36533d3e7 SOLR-2721: add zookeeper to changes' major versions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159711 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 17:51:01 +00:00
Mark Robert Miller fc6d367607 SOLR-2721: Update ZooKeeper to latest bugfix release 3.3.3
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159693 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 17:16:54 +00:00
Mark Robert Miller a4ec6c4177 try to harden this test more
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159649 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 14:38:50 +00:00
Robert Muir 8887431241 LUCENE-3380: fix CFS and NoSuchDirectoryException issues with FileSwitchDirectory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159627 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 13:20:19 +00:00
Chris M. Hostetter e7e46f60ce eliminate useless javadoc tags breaking the build
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159495 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 03:37:47 +00:00
Mark Robert Miller f932976e99 harden test some
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159481 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 02:19:26 +00:00
Mark Robert Miller a8949dce07 SOLR-2565: Fix bug - soft commit should not try and respect commitWithin. Also, since it drives me nuts, make CommitTracker more thread safe than it was.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159472 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 01:48:31 +00:00
Uwe Schindler 236fb6d96c SOLR-2565: Revert the commit that caused the slowness in some tests until we have a reason and solution for this
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159448 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 23:43:06 +00:00
Chris M. Hostetter 75d3e1e37d SOLR-2675: CoreAdminHandler now allows arbitrary properties to be specified when CREATEing a new SolrCore using property.* request params
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159418 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 21:13:56 +00:00
Mark Robert Miller 7354f8d9e8 SOLR-2654: Directorys used by a SolrCore are now closed when they are no longer used.
SOLR-2654: The same Directory instance is now always used across a SolrCore so that
it's easier to add other DirectoryFactory's without static caching hacks.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159378 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 19:46:30 +00:00
Mark Robert Miller 277c674be0 SOLR-2717: Some tests annoyingly use a data dir under example/multicore/core0|1 - worse, more than one test does this, so sometimes they can stomp on each other.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159304 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 16:37:13 +00:00
Robert Muir 74f13af83d LUCENE-3382: fix compound-file/NoSuchDirectoryException bugs in NRTCachingDir
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159291 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 16:02:06 +00:00
Christopher John Male 3a9bdecab0 SOLR-2708: Further DocumentObjectBinder cleanup
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159083 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 08:29:26 +00:00
Christopher John Male 04bd9ae73a LUCENE-3286: Moved xml qp's demo into demo contrib
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159002 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 02:57:00 +00:00
Christopher John Male 4f2fc58301 LUCENE-3271: Moved 'good' queries into queries module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1158997 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 02:36:32 +00:00
Steven Rowe 7c7326ef30 LUCENE-3378: Maven build config: stop building no-longer-necessary Lucene and analysis-common test jars; drop unnecessary test dependencies from contribs/modules
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1158947 13f79535-47bb-0310-9956-ffa450edef68
2011-08-17 22:26:43 +00:00