Commit Graph

19655 Commits

Author SHA1 Message Date
Robert Muir 4336de5e81 LUCENE-5547: fix bug in offset correction
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580829 13f79535-47bb-0310-9956-ffa450edef68
2014-03-24 13:09:31 +00:00
Alan Woodward 0e8d8fefae SOLR-4478: Allow cores to use configurations specified outside their instance directory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580814 13f79535-47bb-0310-9956-ffa450edef68
2014-03-24 10:54:51 +00:00
Noble Paul 00d2b4d960 SOLR-5893 eliminating unnecessary NoNodeException logging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580804 13f79535-47bb-0310-9956-ffa450edef68
2014-03-24 10:31:21 +00:00
Mark Robert Miller b838ab4b96 tests: improve test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580755 13f79535-47bb-0310-9956-ffa450edef68
2014-03-24 05:39:44 +00:00
David Wayne Smiley 4fb6666823 Fix test failure when not geo and query is point that falls on shared grid border and predicate is Within.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580754 13f79535-47bb-0310-9956-ffa450edef68
2014-03-24 05:39:05 +00:00
Mark Robert Miller 7422c1e1ee SOLR-5884: Name executor threads and use execturo shutdown rather than shutdownNow.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580739 13f79535-47bb-0310-9956-ffa450edef68
2014-03-24 04:51:53 +00:00
Erick Erickson 98017a31b3 SOLR-5228: Deprecate <fields> and <types> tags in schema.xml. Moved entries in CHANGES.txt as per Steve Rowe's comments
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580725 13f79535-47bb-0310-9956-ffa450edef68
2014-03-24 03:34:19 +00:00
Mark Robert Miller 7095d0178f SOLR-5884: When recovery is cancelled, any call to the leader to wait to see the replica in the right state for recovery should be aborted.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580714 13f79535-47bb-0310-9956-ffa450edef68
2014-03-24 03:05:04 +00:00
Mark Robert Miller 1567665c96 LUCENE-5543: Add allowReadingFilesStillOpenForWrite to MockDirectoryFactory and MockDirectoryWrapper and set it to true for cloud tests.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580707 13f79535-47bb-0310-9956-ffa450edef68
2014-03-24 02:47:53 +00:00
Mark Robert Miller 742aadf5a2 tests: improve this test.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580703 13f79535-47bb-0310-9956-ffa450edef68
2014-03-24 02:28:05 +00:00
Mark Robert Miller 38e4a746e2 SOLR-5880: Revert last commit - confused the stack trace - instead, @BadApple this test method for now.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580674 13f79535-47bb-0310-9956-ffa450edef68
2014-03-24 00:30:07 +00:00
Mark Robert Miller c4b14c5863 tests: fix test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580669 13f79535-47bb-0310-9956-ffa450edef68
2014-03-24 00:09:11 +00:00
Michael McCandless f18af4252a don't allow random FNFE/NSFE from MDW for this test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580615 13f79535-47bb-0310-9956-ffa450edef68
2014-03-23 21:27:27 +00:00
Mark Robert Miller af26e13463 SOLR-5898: Update to latest Kite Morphlines release: Version 0.12.1.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580565 13f79535-47bb-0310-9956-ffa450edef68
2014-03-23 18:46:52 +00:00
Mark Robert Miller 76ab559958 SOLR-5874: Unsafe cast in CloudSolrServer's RouteException. Change RouteException to handle Throwable rather than Exception.
SOLR-5899: CloudSolrServer's RouteResponse and RouteException should be publicly accessible.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580550 13f79535-47bb-0310-9956-ffa450edef68
2014-03-23 17:46:23 +00:00
Michael McCandless ef3973c589 LUCENE-5543 remove/deprecate Directory.fileExists
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580540 13f79535-47bb-0310-9956-ffa450edef68
2014-03-23 17:05:36 +00:00
Michael McCandless 115e021763 LUCENE-5528: remove generics
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580518 13f79535-47bb-0310-9956-ffa450edef68
2014-03-23 15:45:18 +00:00
Erick Erickson 9a8a4c7c7f SOLR-5228: Deprecate <fields> and <types> tags in schema.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580515 13f79535-47bb-0310-9956-ffa450edef68
2014-03-23 15:40:52 +00:00
Michael McCandless 40fc92d3c8 LUCENE-5528: add contexts to AnalyzingInfixSuggester
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580510 13f79535-47bb-0310-9956-ffa450edef68
2014-03-23 15:25:43 +00:00
Michael McCandless cbd8cacc50 LUCENE-5545: add SortRescorer and Expression.getRescorer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580490 13f79535-47bb-0310-9956-ffa450edef68
2014-03-23 11:44:01 +00:00
Shalin Shekhar Mangar 68825572d2 SOLR-5749: Removed unused methods
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580465 13f79535-47bb-0310-9956-ffa450edef68
2014-03-23 07:30:21 +00:00
Shalin Shekhar Mangar c263c714ce SOLR-5749: A new Overseer status collection API exposes overseer queue sizes, timing statistics, success and error counts and last N failures per operation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580463 13f79535-47bb-0310-9956-ffa450edef68
2014-03-23 07:22:28 +00:00
Shalin Shekhar Mangar 3ecd526643 Don't swallow exception in getLatestVersion. Refactored some odd if conditions.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580294 13f79535-47bb-0310-9956-ffa450edef68
2014-03-22 19:34:47 +00:00
Shalin Shekhar Mangar 367e66b01f SOLR-5895: JavaBinLoader hides IOExceptions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580290 13f79535-47bb-0310-9956-ffa450edef68
2014-03-22 19:29:04 +00:00
Steven Rowe 25191820d3 LUCENE-5552: Upgrade JFlex version from 1.5.0 to 1.5.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580275 13f79535-47bb-0310-9956-ffa450edef68
2014-03-22 18:34:32 +00:00
Steven Rowe 152a11918c LUCENE-5512: remove redundant typing (diamond operator)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580271 13f79535-47bb-0310-9956-ffa450edef68
2014-03-22 18:08:31 +00:00
Michael McCandless 4163f0aa59 LUCENE-5489: fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580181 13f79535-47bb-0310-9956-ffa450edef68
2014-03-22 08:18:22 +00:00
David Wayne Smiley 9b9357c5e3 LUCENE-5549: punting on this test bug for now
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580070 13f79535-47bb-0310-9956-ffa450edef68
2014-03-21 22:07:04 +00:00
Robert Muir 4b95522725 add missing safety check
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580026 13f79535-47bb-0310-9956-ffa450edef68
2014-03-21 19:36:47 +00:00
Robert Muir 1c29fdb32b add missing safety checks for metadata files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580024 13f79535-47bb-0310-9956-ffa450edef68
2014-03-21 19:27:13 +00:00
Robert Muir f02e15f9f2 add startingGun to BaseTokenStreamTestCase to release all threads at once
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580020 13f79535-47bb-0310-9956-ffa450edef68
2014-03-21 18:52:36 +00:00
Robert Muir bf2086c831 LUCENE-5544: Exceptions during IW.rollback can leak files and locks
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1579975 13f79535-47bb-0310-9956-ffa450edef68
2014-03-21 16:31:40 +00:00
Shalin Shekhar Mangar d50899c506 SOLR-5860: Use leaderConflictResolveWait in WaitForState during recovery/startup, improve logging and force refresh cluster state every 15 seconds
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1579954 13f79535-47bb-0310-9956-ffa450edef68
2014-03-21 15:14:20 +00:00
Mark Robert Miller b2335520fe SOLR-5865: Testing improvements.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1579951 13f79535-47bb-0310-9956-ffa450edef68
2014-03-21 15:00:07 +00:00
Michael McCandless 3d0875f80a LUCENE-5489: fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1579948 13f79535-47bb-0310-9956-ffa450edef68
2014-03-21 14:48:00 +00:00
Michael McCandless 9f7d52ca2e LUCENE-5489: add changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1579914 13f79535-47bb-0310-9956-ffa450edef68
2014-03-21 10:12:00 +00:00
Michael McCandless d3cff1ae8d LUCENE-5489: add Rescorer/QueryRescorer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1579911 13f79535-47bb-0310-9956-ffa450edef68
2014-03-21 10:08:37 +00:00
Noble Paul 54b06fdd42 SOLR-5893 On restarting overseer designate , move itself to front of the queue
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1579901 13f79535-47bb-0310-9956-ffa450edef68
2014-03-21 08:54:31 +00:00
Noble Paul c05222bc0d SOLR-5715 CloudSolrServer should choose URLs that match _route_
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1579897 13f79535-47bb-0310-9956-ffa450edef68
2014-03-21 08:41:38 +00:00
Robert Muir 6b95159fa2 LUCENE-4984: actually pass down the AttributeFactory to superclass
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1579853 13f79535-47bb-0310-9956-ffa450edef68
2014-03-21 00:52:16 +00:00
Robert Muir 6e2f6a69eb LUCENE-4984: Fix ThaiWordFilter, smartcn WordTokenFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1579846 13f79535-47bb-0310-9956-ffa450edef68
2014-03-21 00:33:53 +00:00
Michael McCandless f7dc3449dc remove redundant thread name
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1579799 13f79535-47bb-0310-9956-ffa450edef68
2014-03-20 22:14:54 +00:00
Mark Robert Miller 5c20f7dfba SOLR-5865: Un@Ignore test again.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1579679 13f79535-47bb-0310-9956-ffa450edef68
2014-03-20 16:30:28 +00:00
Mark Robert Miller 9994f6d7a1 tests: suppress SSL for all SolrExampleTests for now
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1579651 13f79535-47bb-0310-9956-ffa450edef68
2014-03-20 15:06:18 +00:00
Dawid Weiss 1cf04218e5 Typo corrected.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1579600 13f79535-47bb-0310-9956-ffa450edef68
2014-03-20 12:00:50 +00:00
Shai Erera d26adaaeac LUCENE-5476: use empty diamond
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1579596 13f79535-47bb-0310-9956-ffa450edef68
2014-03-20 11:33:38 +00:00
Shai Erera e50b392f46 LUCENE-5476: add RandomSamplingFacetsCollector
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1579594 13f79535-47bb-0310-9956-ffa450edef68
2014-03-20 11:30:31 +00:00
Noble Paul a2e34dd518 SOLR-5715 CloudSolrServer should choose URLs that match _route_
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1579584 13f79535-47bb-0310-9956-ffa450edef68
2014-03-20 10:39:56 +00:00
Mark Robert Miller 2ce105ed45 SOLR-5888: Speed up SyncSliceTest as well as some other tests.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1579539 13f79535-47bb-0310-9956-ffa450edef68
2014-03-20 05:03:14 +00:00
Robert Muir aa47364ce4 LUCENE-4072: add factory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1579498 13f79535-47bb-0310-9956-ffa450edef68
2014-03-20 01:30:21 +00:00