Commit Graph

22753 Commits

Author SHA1 Message Date
Adrien Grand b04702292f LUCENE-6526: Revert some changes that were committed by mistake.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683744 13f79535-47bb-0310-9956-ffa450edef68
2015-06-05 12:54:17 +00:00
Adrien Grand c129a9080b LUCENE-6526: Asserting(Query|Weight|Scorer) now ensure scores are not computed if they are not needed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683734 13f79535-47bb-0310-9956-ffa450edef68
2015-06-05 12:18:12 +00:00
Robert Muir fe6c3dc939 LUCENE-6508: Simplify directory/lock API
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683606 13f79535-47bb-0310-9956-ffa450edef68
2015-06-04 18:20:44 +00:00
Timothy Potter 44d4a8adb2 SOLR-4506: Clean-up old (unused) index directories in the background after initializing a new index
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683601 13f79535-47bb-0310-9956-ffa450edef68
2015-06-04 17:36:43 +00:00
Yonik Seeley ae5a65e4b9 SOLR-7518: make facet module support shards.tolerant
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683569 13f79535-47bb-0310-9956-ffa450edef68
2015-06-04 15:01:23 +00:00
Noble Paul 25a822bbb1 SOLR-7636: Update from ZK before returning the status
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683558 13f79535-47bb-0310-9956-ffa450edef68
2015-06-04 14:31:55 +00:00
David Wayne Smiley cab7d103d6 LUCENE-6520: Geo3D GeoPath.done() would throw an NPE if adjacent path segments were co-linear
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683532 13f79535-47bb-0310-9956-ffa450edef68
2015-06-04 12:32:45 +00:00
Noble Paul d01c4d6afb SOLR-7636: set svn eol style
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683515 13f79535-47bb-0310-9956-ffa450edef68
2015-06-04 10:57:05 +00:00
Noble Paul 1f97771ec7 SOLR-7636: CLUSTERSTATUS API is executed at CollectionsHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683514 13f79535-47bb-0310-9956-ffa450edef68
2015-06-04 10:54:59 +00:00
Noble Paul ffc5f8d3e1 SOLR-7062 testcase to reproduce the bug. Looks like it is not reproducible
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683466 13f79535-47bb-0310-9956-ffa450edef68
2015-06-04 06:06:55 +00:00
Robert Muir 307c31e695 LUCENE-6521: let cyberneko do its evil shit on J9
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683455 13f79535-47bb-0310-9956-ffa450edef68
2015-06-04 03:37:13 +00:00
Robert Muir a2c8b6c7ad LUCENE-6517: disable test on J9, for now
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683453 13f79535-47bb-0310-9956-ffa450edef68
2015-06-04 03:20:18 +00:00
Robert Muir d9a4127a9d LUCENE-6518: classcache reaper needs exemption from thread leaks (J9)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683451 13f79535-47bb-0310-9956-ffa450edef68
2015-06-04 03:15:22 +00:00
Michael McCandless e4e41cfd8b LUCENE-6477: allow boundary tolerance for poly query verify; fail test fast if one thread fails
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683448 13f79535-47bb-0310-9956-ffa450edef68
2015-06-04 00:28:52 +00:00
Michael McCandless 8b50bea848 LUCENE-6477: make nightly test less evil
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683446 13f79535-47bb-0310-9956-ffa450edef68
2015-06-03 23:56:13 +00:00
Yonik Seeley a73c2fe2fa SOLR-7630: tests - fix join test when docs are reordered in index
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683433 13f79535-47bb-0310-9956-ffa450edef68
2015-06-03 21:47:57 +00:00
Shalin Shekhar Mangar 18c72d87b5 SOLR-7599: Remove invokeCollectionAPI method from base test class and use solrj classes throughout
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683417 13f79535-47bb-0310-9956-ffa450edef68
2015-06-03 19:22:49 +00:00
Yonik Seeley 994ae6590c SOLR-7616: fix UniqueAgg.NumericAcc.resize
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683357 13f79535-47bb-0310-9956-ffa450edef68
2015-06-03 15:03:29 +00:00
Michael McCandless 0311e20f81 LUCENE-6477: add experimental but very fast BKD tree for geo-spatial 'bbox/poly contains indexed lat/lon points' queries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683340 13f79535-47bb-0310-9956-ffa450edef68
2015-06-03 14:16:39 +00:00
Yonik Seeley 1bf8cf7a7e SOLR-7614: make pivotRefinementCounter specific to each top level request
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683203 13f79535-47bb-0310-9956-ffa450edef68
2015-06-03 00:29:56 +00:00
Steven Rowe dad3395af3 Maven config: exclude .java files under test resource directory solr/core/src/test-files/ - Maven was attempting to compile runtimecode/RuntimeLibSearchComponent.java under the test module (solr/core/src/test/pom.xml)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683201 13f79535-47bb-0310-9956-ffa450edef68
2015-06-03 00:26:27 +00:00
Erik Hatcher 3424a7a0a7 SOLR-7610: fix example/files README and other minor improvements/localization
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683187 13f79535-47bb-0310-9956-ffa450edef68
2015-06-02 20:56:04 +00:00
Erik Hatcher f1a710232a SOLR-7610: move CHANGES.txt entry - got this in for 5.2
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683178 13f79535-47bb-0310-9956-ffa450edef68
2015-06-02 20:35:29 +00:00
Timothy Potter 078ac707ae SOLR-7625: Ensure that the max value for seeding version buckets is updated after recovery even if the UpdateLog is not replayed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683174 13f79535-47bb-0310-9956-ffa450edef68
2015-06-02 20:15:15 +00:00
Ryan McKinley ddeb05ae98 Merged revision(s) 1683170 from lucene/dev/branches/branch_5x:
SOLR-7622: add eol style

........


git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683171 13f79535-47bb-0310-9956-ffa450edef68
2015-06-02 19:43:47 +00:00
Ryan McKinley c726e72cfc Merged revision(s) 1683134 from lucene/dev/branches/branch_5x:
SOLR-7622: let DocTransformers request extra fields
........


git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683162 13f79535-47bb-0310-9956-ffa450edef68
2015-06-02 19:16:00 +00:00
Areek Zillur cecebbc750 LUCENE-6515: Cleanup ContextSuggestField API and remove unused code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683131 13f79535-47bb-0310-9956-ffa450edef68
2015-06-02 16:11:21 +00:00
Steven Rowe 8f9240abfe LUCENE-6516: Split monster tests in Test2BSortedDocValues out into their own suites so that they can be run in parallel
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683128 13f79535-47bb-0310-9956-ffa450edef68
2015-06-02 15:27:23 +00:00
David Wayne Smiley 77de0ed1cf LUCENE-6487: Geo3D with WGS84 option (Merged from lucene6487 + CHANGES.txt)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683100 13f79535-47bb-0310-9956-ffa450edef68
2015-06-02 13:11:38 +00:00
Ryan McKinley 4d39b4f69d Merged revision(s) 1683050 from lucene/dev/branches/branch_5x:
SOLR-7623: make private variables protected so you can actually override
........


git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683051 13f79535-47bb-0310-9956-ffa450edef68
2015-06-02 06:27:01 +00:00
Ryan McKinley b7101bee60 Merged revision(s) 1683036 from lucene/dev/branches/branch_5x:
SOLR-7623: make the constructor public
........


git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683037 13f79535-47bb-0310-9956-ffa450edef68
2015-06-02 03:58:41 +00:00
Ryan McKinley b2745844eb Merged revision(s) 1683034 from lucene/dev/branches/branch_5x:
SOLR-7623: add CHANGES.txt entry
........


git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683035 13f79535-47bb-0310-9956-ffa450edef68
2015-06-02 03:39:08 +00:00
Ryan McKinley 8c5b480e71 Merged revision(s) 1683024 from lucene/dev/branches/branch_5x:
SOLR-7484: make it possible to override sendError and execute
........


git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683025 13f79535-47bb-0310-9956-ffa450edef68
2015-06-02 00:36:41 +00:00
Steven Rowe 99e54ab044 LUCENE-6514: IntelliJ config: fix code style settings for IntelliJ v14+
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1682948 13f79535-47bb-0310-9956-ffa450edef68
2015-06-01 16:29:23 +00:00
Erik Hatcher a9fec697f6 SOLR-7610: Move CHANGES.txt entry to bug fix section
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1682901 13f79535-47bb-0310-9956-ffa450edef68
2015-06-01 13:49:00 +00:00
Erik Hatcher 1edc686c42 SOLR-7610: Fix VelocityResponseWriter's .locale to accurately report locale in use
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1682900 13f79535-47bb-0310-9956-ffa450edef68
2015-06-01 13:44:06 +00:00
Michael McCandless 0b5cefb394 don't recurse into dist when diffing sources
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1682831 13f79535-47bb-0310-9956-ffa450edef68
2015-06-01 08:17:30 +00:00
Tomas Eduardo Fernandez Lobbe 29972709bf SOLR-7406: Use slf4j logger instead of log4j in SimpleFacets
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1682675 13f79535-47bb-0310-9956-ffa450edef68
2015-05-31 04:59:40 +00:00
David Wayne Smiley 64a34575d3 LUCENE-6487: Geo3D with WGS84: fix GeoPointTest to test via distance
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene6487@1682667 13f79535-47bb-0310-9956-ffa450edef68
2015-05-31 02:50:21 +00:00
Chris M. Hostetter 405b29c886 SOLR-7603: more test tweaks to protect ourselves from unexpected log levels in tests like the one introduced by SOLR-7408
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1682570 13f79535-47bb-0310-9956-ffa450edef68
2015-05-30 00:56:17 +00:00
Chris M. Hostetter 9cf98e784e SOLR-7603: more detail in asserts, and more asserts on the initial chain (before looking at the distributed version) to try and figure out WTF is going on here
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1682564 13f79535-47bb-0310-9956-ffa450edef68
2015-05-29 22:55:53 +00:00
Steven Rowe f35ca87130 LUCENE-5283: Introduce new build property tests.ifNoTests - when its value is 'ignore', 'ant test' will succeed even when zero tests were executed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1682550 13f79535-47bb-0310-9956-ffa450edef68
2015-05-29 21:02:38 +00:00
Alan Woodward f066027bc9 LUCENE-6466: Remove SpanSimilarity class and make SpanMTQWrapper single-pass
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1682513 13f79535-47bb-0310-9956-ffa450edef68
2015-05-29 16:23:08 +00:00
Mark Robert Miller 6cd18fa645 SOLR-7118: Raise fail tolerance.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1682483 13f79535-47bb-0310-9956-ffa450edef68
2015-05-29 14:22:23 +00:00
Michael McCandless 9e6353843c fix smoke tester to pass again
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1682481 13f79535-47bb-0310-9956-ffa450edef68
2015-05-29 14:17:04 +00:00
Mark Robert Miller e9cc66e0a3 tests: raise 'concern' limit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1682479 13f79535-47bb-0310-9956-ffa450edef68
2015-05-29 14:15:20 +00:00
Mark Robert Miller d38212a458 SOLR-7601: We should only check that tests have properly closed resources if the tests passed.
Speeds up test fails and cleans up Jenkin's failure reports.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1682454 13f79535-47bb-0310-9956-ffa450edef68
2015-05-29 13:18:09 +00:00
David Wayne Smiley e8b5e3242d LUCENE-6487: Geo3D with WGS84: randomize GeoPointTest lat-lon round-trip
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene6487@1682359 13f79535-47bb-0310-9956-ffa450edef68
2015-05-29 02:07:55 +00:00
David Wayne Smiley 97a5295f07 LUCENE-6487: Geo3D with WGS84 patch from Karl: fix bug in GeoPoint.getLongitude with test
from https://reviews.apache.org/r/34744/diff/raw/

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene6487@1682357 13f79535-47bb-0310-9956-ffa450edef68
2015-05-29 00:20:01 +00:00
Robert Muir 9cc7865346 LUCENE-6507: fix test bug to not double-obtain. testDoubleObtain already tests that
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1682352 13f79535-47bb-0310-9956-ffa450edef68
2015-05-28 23:00:40 +00:00