Commit Graph

12630 Commits

Author SHA1 Message Date
Martijn van Groningen 00348bbda6 LUCENE-3850: Removed some of the rawtypes compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298356 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 11:06:44 +00:00
Martijn van Groningen b2fb90b629 LUCENE-3850: Removed some of the rawtypes compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298350 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 10:55:20 +00:00
Martijn van Groningen b00a81dc47 LUCENE-3850: Fixed another compilation error
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298342 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 10:25:32 +00:00
Martijn van Groningen c83f75f6ac LUCENE-3850: Removed some of the rawtypes compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298336 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 10:10:56 +00:00
Jan Høydahl 8d84214891 SOLR-3216: Solr logo missing from /browse GUI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298334 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 10:06:36 +00:00
Martijn van Groningen c22fb58a9d LUCENE-3850: Removed some of the rawtypes compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298332 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 09:56:41 +00:00
Martijn van Groningen 37ae8ac167 LUCENE-3850: Removed some of the rawtypes compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298329 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 09:46:37 +00:00
Martijn van Groningen 5f3053fa09 LUCENE-3850: Removed some of the rawtypes compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298315 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 09:23:28 +00:00
Martijn van Groningen 540967c9b4 LUCENE-3850: Removed some of the rawtypes compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298298 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 08:43:23 +00:00
Martijn van Groningen 4a47b25976 LUCENE-3850: Removed some of the rawtypes compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298297 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 08:40:58 +00:00
Dawid Weiss a42943db90 Steve: this should be a better solution than @Ignore? Maven won't run abstract classes and this seems more consistent with the declared class purpose...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298287 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 07:57:51 +00:00
Steven Rowe abaf382836 SOLR-3159: Maven configuration: Upgrade to Jetty 8
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298247 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 01:09:16 +00:00
Steven Rowe 83654b8431 LUCENE-3802: Add @Ignore annotation to AbstractGroupingTestCase to allow Maven Surefire to succeed (otherwise, Maven fails with error "No runnable methods!")
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298240 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 00:36:22 +00:00
Uwe Schindler b4ce51b46a SOLR-3204: fix license-check problem #2 (move solr-specific rules to solr)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298198 13f79535-47bb-0310-9956-ffa450edef68
2012-03-07 23:10:30 +00:00
Martijn van Groningen 03f36313c0 SOLR-2898: Support grouped faceting.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298194 13f79535-47bb-0310-9956-ffa450edef68
2012-03-07 23:05:58 +00:00
Steven Rowe 2510af4a99 SOLR-3204: Maven configuration: fix source file name for the solr-common-csv artifact.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298192 13f79535-47bb-0310-9956-ffa450edef68
2012-03-07 23:03:56 +00:00
Uwe Schindler a7550f999a SOLR-3204: fix license-check problem
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298190 13f79535-47bb-0310-9956-ffa450edef68
2012-03-07 22:59:01 +00:00
Martijn van Groningen d22b750992 SOLR-2898: Support grouped faceting.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298186 13f79535-47bb-0310-9956-ffa450edef68
2012-03-07 22:51:18 +00:00
Uwe Schindler 7ef0b53961 SOLR-3204: The packaged pre-release artifact of Commons CSV used the original package name (org.apache.commons.csv). This created a compatibility issue as the Apache Commons team works toward an official release of Commons CSV. JARJAR (http://code.google.com/p/jarjar/) was used to change the package name to org.apache.solr.internal.csv
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298164 13f79535-47bb-0310-9956-ffa450edef68
2012-03-07 22:22:00 +00:00
Dawid Weiss 1242fb0437 Fixing imports.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298156 13f79535-47bb-0310-9956-ffa450edef68
2012-03-07 22:10:00 +00:00
Martijn van Groningen 64f0ebe2b6 LUCENE-3802: Support for grouped faceting.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298144 13f79535-47bb-0310-9956-ffa450edef68
2012-03-07 21:57:48 +00:00
Ryan McKinley a57f29a367 SOLR-3159: Upgrade example and tests to run with Jetty 8
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298108 13f79535-47bb-0310-9956-ffa450edef68
2012-03-07 20:49:28 +00:00
Simon Willnauer 49e3866590 LUCENE-3807: remove file based store/load from Lookup
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298049 13f79535-47bb-0310-9956-ffa450edef68
2012-03-07 19:30:29 +00:00
Michael McCandless 421f8d3efa LUCENE-3831: fix SpanWeight to not pass null field to postings APIs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298034 13f79535-47bb-0310-9956-ffa450edef68
2012-03-07 18:33:06 +00:00
Erick Erickson 82f53daeb4 Fixes for SOLR-3162 and SOLR-3181, continuing improvements to the new Solr admin UI.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298010 13f79535-47bb-0310-9956-ffa450edef68
2012-03-07 16:30:20 +00:00
Simon Willnauer 6d372fc611 fix javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297942 13f79535-47bb-0310-9956-ffa450edef68
2012-03-07 11:26:30 +00:00
Dawid Weiss 8041c826a7 Class rule to store the currently executing test class. Removed Solr's code that pulled this from the stack frames (which wasn't working because rules wrap the actual test code).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297940 13f79535-47bb-0310-9956-ffa450edef68
2012-03-07 11:20:16 +00:00
Dawid Weiss ad453aeeda SOLR-3206: fixed the test, will follow up with a root problem fix too.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297927 13f79535-47bb-0310-9956-ffa450edef68
2012-03-07 10:53:23 +00:00
Simon Willnauer 786d3bcf14 LUCENE-3074: simple text doc values
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297920 13f79535-47bb-0310-9956-ffa450edef68
2012-03-07 10:26:44 +00:00
Chris M. Hostetter 0b348028ed SOLR-3183: de-forrest solr now that the website uses the Apache CMS. Move the existing forrest-to-html tutorial into the javadocs and prune it's formating/navigation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297806 13f79535-47bb-0310-9956-ffa450edef68
2012-03-07 00:20:31 +00:00
Ryan McKinley 5811b6229a SOLR-141: Errors and Exceptions are formated by ResponseWriter.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297749 13f79535-47bb-0310-9956-ffa450edef68
2012-03-06 21:59:31 +00:00
Simon Willnauer 447f10f70a fix CHANGES.TXT
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297713 13f79535-47bb-0310-9956-ffa450edef68
2012-03-06 20:52:33 +00:00
Martijn van Groningen bf90ce175d SOLR-3190: Minor improvements to SolrEntityProcessor.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297656 13f79535-47bb-0310-9956-ffa450edef68
2012-03-06 19:16:39 +00:00
Uwe Schindler 5643e4ad7e LUCENE-3852: Rename BaseMultiReader class to BaseCompositeReader and make public
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297606 13f79535-47bb-0310-9956-ffa450edef68
2012-03-06 17:50:50 +00:00
Ryan McKinley 379cc6720d SOLR-3208: adding a note that the logging is just a stub...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297601 13f79535-47bb-0310-9956-ffa450edef68
2012-03-06 17:50:13 +00:00
Ryan McKinley 58e3736862 SOLR-3202: remove JSP support and the old admin UI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297578 13f79535-47bb-0310-9956-ffa450edef68
2012-03-06 17:04:19 +00:00
Michael McCandless 4c4aff6400 LUCENE-3851: fix test bug; add asserts
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297518 13f79535-47bb-0310-9956-ffa450edef68
2012-03-06 15:12:32 +00:00
Sami Siren 4ebf04948b SOLR-3187: SystemInfoHandler leaks filehandles
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297423 13f79535-47bb-0310-9956-ffa450edef68
2012-03-06 11:08:14 +00:00
Uwe Schindler d7ab78593b Fix javadocs-warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297168 13f79535-47bb-0310-9956-ffa450edef68
2012-03-05 18:52:22 +00:00
Uwe Schindler 3d8b22ffd0 LUCENE-3850: Fix rawtypes warnings for Java 7 compiler (#2)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297162 13f79535-47bb-0310-9956-ffa450edef68
2012-03-05 18:48:04 +00:00
Uwe Schindler 989530e17e LUCENE-3850: Fix rawtypes warnings for Java 7 compiler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297048 13f79535-47bb-0310-9956-ffa450edef68
2012-03-05 13:34:40 +00:00
Uwe Schindler e5f216f3dd Remove rawtypes/unchecked warning in FST Util.java
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297001 13f79535-47bb-0310-9956-ffa450edef68
2012-03-05 10:51:29 +00:00
Martijn van Groningen 60d9caa11e SOLR-3195: timeAllowed is ignored for grouping queries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296996 13f79535-47bb-0310-9956-ffa450edef68
2012-03-05 10:31:30 +00:00
Dawid Weiss 1ded74e10d Handle non-String property values and keys. These should never happen in real life (unless somebody abuses System.getProperties()) so
I opted out to ignore them (there is no way to even tell if such properties will implement hashCode/equals/toString/whatever).

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296971 13f79535-47bb-0310-9956-ffa450edef68
2012-03-05 09:09:04 +00:00
Dawid Weiss 0eb091b2ca Switching to enumeration for collecting properties.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296956 13f79535-47bb-0310-9956-ffa450edef68
2012-03-05 08:26:54 +00:00
Dawid Weiss 6e7c2c441b Protect against setting sys properties in TimeZone.getDefault().
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296952 13f79535-47bb-0310-9956-ffa450edef68
2012-03-05 07:58:06 +00:00
Uwe Schindler 4b31375b55 Fix one more insanity case... die,die,die!
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296914 13f79535-47bb-0310-9956-ffa450edef68
2012-03-05 00:43:17 +00:00
Dawid Weiss ff27ca3738 LUCENE-3847: LuceneTestCase will now check for modifications of System properties before and after each test (and suite). If changes are detected, the test will fail. A rule can be used to reset system properties to before-scope state (and this has been used to make Solr tests pass).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296888 13f79535-47bb-0310-9956-ffa450edef68
2012-03-04 22:03:20 +00:00
Mark Robert Miller 726ac1883a audit clearing sys props
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296855 13f79535-47bb-0310-9956-ffa450edef68
2012-03-04 18:52:20 +00:00
Yonik Seeley 36126c9b1f SOLR-3180: simplify core reference counting by just using the same core for the full duration of recovery for now
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296854 13f79535-47bb-0310-9956-ffa450edef68
2012-03-04 18:51:45 +00:00