Commit Graph

17326 Commits

Author SHA1 Message Date
Steven Rowe 7410b25972 SOLR-3251: TestManagedSchema: Explicitly close managed-schema FileInputStream so that Windows can delete the file in the @After-annotated method that cleans up the temp directory.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470723 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 21:25:52 +00:00
Michael McCandless 933fb1c3d0 factor out Asserting* from AssertingIndexSearcher
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470715 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 21:01:47 +00:00
Mark Robert Miller 168047c4ec SOLR-4749: Clean up and refactor CoreContainer code around solr.xml and SolrCore management.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470709 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 20:39:24 +00:00
Steven Rowe eed3533439 SOLR-3251: Wait longer before failing when modified schema doesn't show up right away
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470686 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 19:54:03 +00:00
Mark Robert Miller 898058005a SOLR-4749: Remove nocommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470678 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 19:41:07 +00:00
Mark Robert Miller 87e248f2d5 SOLR-4749: Clean up and refactor CoreContainer code around solr.xml and SolrCore management.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470674 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 19:35:10 +00:00
Robert Muir c5a5a77336 LUCENE-4948: Fix stinkbug in PostingsHighlighter (wrong array sizing on some jvms)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470642 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 18:09:46 +00:00
Robert Muir 13be62c316 SOLR-4738: Upgrade jetty to 8.1.10.v20130312
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470626 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 17:25:11 +00:00
Robert Muir 89b08baab7 SOLR-2079: Add option to pass HttpServletRequest in the SolrQueryRequest context map
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470614 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 16:44:16 +00:00
James Dyer a24f93e728 SOLR-4333: edismax to not double-escape colons if already escaped by client application
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470577 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 15:31:04 +00:00
Robert Muir 60ffa638b6 SOLR-4748: remove more bogus files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470563 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 15:00:35 +00:00
Robert Muir 79e22bd13a SOLR-4748: remove bogus files in licenses/ directory and fix the build to fail again when this happens
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470558 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 14:49:54 +00:00
Steven Rowe 28b7111dc7 SOLR-3251: Dynamically add fields to schema.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470539 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 14:26:55 +00:00
Yonik Seeley db21fb0bbd SOLR-4746: fix JSON output for distributed grouping top level
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470523 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 14:08:10 +00:00
Steven Rowe ca4e843716 LUCENE-4810: position increment for first output token from EdgeNGramTokenFilter must be > 0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470496 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 13:26:03 +00:00
Steven Rowe 44a400f99a Remove (now no-op) original position copy/paste remnant
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470369 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 00:33:38 +00:00
Steven Rowe 916f1fabbd Fix nocommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470368 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 00:28:31 +00:00
Steven Rowe 587641ef3d Add svn revision check to jar/war metadata checks in smokeTestRelease.py
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470366 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 00:23:53 +00:00
Michael McCandless 01306436ae print time taken in some steps plus total time
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470296 13f79535-47bb-0310-9956-ffa450edef68
2013-04-21 13:26:54 +00:00
Mark Robert Miller 8aa09aeca0 SOLR-4741: Deleting a collection should set DELETE_DATA_DIR to true.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470255 13f79535-47bb-0310-9956-ffa450edef68
2013-04-21 02:42:05 +00:00
Mark Robert Miller 328cb6c744 don't return in a finally block
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470198 13f79535-47bb-0310-9956-ffa450edef68
2013-04-20 17:16:25 +00:00
Robert Muir 834f7da9d9 add file names to corrumption messages
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470185 13f79535-47bb-0310-9956-ffa450edef68
2013-04-20 16:38:09 +00:00
Michael McCandless 5fb07458d4 be more clear about JAVA6/7_HOME and don't use silly defaults; on exc downloading file state which file failed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470150 13f79535-47bb-0310-9956-ffa450edef68
2013-04-20 10:54:55 +00:00
Steven Rowe f72566273c LUCENE-4944: Prepend 'v' to (currently numeric) id attributes for release sections, and fail with a nice message when encountering the same section more than once within a single release.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470088 13f79535-47bb-0310-9956-ffa450edef68
2013-04-20 00:01:55 +00:00
Uwe Schindler 988f6ded54 Merged revision(s) 1470052 from lucene/dev/branches/branch_4x:
Merged revision(s) 1470051 from lucene/dev/branches/lucene_solr_4_3:
Add backwards entry for analysis factories. The duplicate API changes was already fixed by hossman.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470053 13f79535-47bb-0310-9956-ffa450edef68
2013-04-19 21:41:36 +00:00
Uwe Schindler 0541bad7dc Make the Lucene/Solr-provided forbidden api signature files use the new syntax in the forbidden-apis ANT task and provide a useful message
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470024 13f79535-47bb-0310-9956-ffa450edef68
2013-04-19 20:29:21 +00:00
Michael McCandless 452c1d4683 LUCENE-4944: smoke tester detects duplicate sections in changes.html
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1469966 13f79535-47bb-0310-9956-ffa450edef68
2013-04-19 17:38:46 +00:00
Michael McCandless 07b0e1cae7 add toString method
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1469959 13f79535-47bb-0310-9956-ffa450edef68
2013-04-19 17:16:59 +00:00
Ryan McKinley 8795ba0c43 SOLR-4358: HttpSolrServer now supports forcing multipart requests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1469946 13f79535-47bb-0310-9956-ffa450edef68
2013-04-19 16:35:26 +00:00
Robert Muir f98ac76130 LUCENE-4938: IndexSearcher.search() with sort doesnt do min(maxdoc, n)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1469889 13f79535-47bb-0310-9956-ffa450edef68
2013-04-19 15:20:04 +00:00
Alan Woodward 822cb29ec4 Fix eol-style
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1469737 13f79535-47bb-0310-9956-ffa450edef68
2013-04-19 08:20:28 +00:00
Mark Robert Miller 496c2d0365 SOLR-4737: Update sha1 file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1469678 13f79535-47bb-0310-9956-ffa450edef68
2013-04-19 03:50:24 +00:00
Mark Robert Miller 40717e3439 SOLR-4716,SOLR-4584: SolrCloud request proxying does not work on Tomcat and perhaps other non Jetty containers.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1469672 13f79535-47bb-0310-9956-ffa450edef68
2013-04-19 03:30:35 +00:00
Mark Robert Miller 34417d7bf1 SOLR-4737: Update Guava to 14.01
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1469663 13f79535-47bb-0310-9956-ffa450edef68
2013-04-19 02:06:36 +00:00
Chris M. Hostetter 99b7358a84 4.3 CHANGES fix up: consolidate multiple 'API Changes' sections and move to just below backcompat so it's more obvious
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1469600 13f79535-47bb-0310-9956-ffa450edef68
2013-04-18 22:25:18 +00:00
Shai Erera 7d2ef963f5 fix jdocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1469536 13f79535-47bb-0310-9956-ffa450edef68
2013-04-18 19:41:32 +00:00
Chris M. Hostetter 0e0378eed5 SOLR-4729: testcase for catchall copyField
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1469529 13f79535-47bb-0310-9956-ffa450edef68
2013-04-18 19:13:36 +00:00
Chris M. Hostetter f6d497e9e7 improve upgrading instructions for 4.3 ... grouped by theme, and more focused on what people need to be concerned with instead of just cut/paste the changes entry for each jira.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1469508 13f79535-47bb-0310-9956-ffa450edef68
2013-04-18 18:11:37 +00:00
Simon Willnauer dd0b36d053 make sure the test is run on a separate atomic readers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1469397 13f79535-47bb-0310-9956-ffa450edef68
2013-04-18 16:10:46 +00:00
Mark Robert Miller 3ec4cf018b fix CHANGES - this was in 4.2.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1469346 13f79535-47bb-0310-9956-ffa450edef68
2013-04-18 14:38:06 +00:00
Simon Willnauer 9c3696f834 ToParentBlockJoinQuery throws exception on empty parent filter DocIdSet
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1469212 13f79535-47bb-0310-9956-ffa450edef68
2013-04-18 07:55:14 +00:00
Robert Muir 7f2917c529 SOLR-4730: make wiki link more prominent in release documentation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1469125 13f79535-47bb-0310-9956-ffa450edef68
2013-04-18 01:43:27 +00:00
Mark Robert Miller 673aaeb813 SOLR-4662: Discover SolrCores by directory structure rather than defining them in solr.xml. Also, change the format of solr.xml to be closer to that of solrconfig.xml. This version of Solr will ship the example in the old style, but you can manually try the new style. Solr 4.4 will ship with the new style, and Solr 5.0 will remove support for the old style.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1469089 13f79535-47bb-0310-9956-ffa450edef68
2013-04-17 22:49:48 +00:00
Chris M. Hostetter ad47f73895 SOLR-4661: Admin UI Replication details now correctly displays the current replicable generation/version of the master
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1469073 13f79535-47bb-0310-9956-ffa450edef68
2013-04-17 21:13:20 +00:00
Michael McCandless 9c56dccf19 prompt for GPG password up front
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1469041 13f79535-47bb-0310-9956-ffa450edef68
2013-04-17 19:35:47 +00:00
Robert Muir 6cce8ceb60 add 4.4 section
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1469033 13f79535-47bb-0310-9956-ffa450edef68
2013-04-17 19:22:39 +00:00
Simon Willnauer 48c702a79c add Version 4.4
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1469030 13f79535-47bb-0310-9956-ffa450edef68
2013-04-17 19:16:50 +00:00
Robert Muir 8b19265294 LUCENE-4935: CustomScoreQuery has broken boosting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1468952 13f79535-47bb-0310-9956-ffa450edef68
2013-04-17 14:58:30 +00:00
Simon Willnauer 3199f6e3bf read() returns a str which is already UTF-8 and doesn't have a decode method anymore
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1468841 13f79535-47bb-0310-9956-ffa450edef68
2013-04-17 11:19:25 +00:00
Chris M. Hostetter 836cb113f1 SOLR-4487: HttpSolrServer now includes the true http status code in SolrExceptions that it throws
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1468705 13f79535-47bb-0310-9956-ffa450edef68
2013-04-17 01:24:53 +00:00