Commit Graph

32168 Commits

Author SHA1 Message Date
KoenDG 6397af1d42 Code changes and CHANGES.txt editted.
The majority of the code seems to already be using anyMatch and noneMatch logic, these few remaining instances were using count() and comparing the result to 0.
This changes everything to anyMatch and noneMatch, which is also potentially more performant.

Extra newline.
2019-08-27 15:22:09 -07:00
noble 8459fde68e SOLR-13650 : test jars recompiled with jdk8 2019-08-27 14:57:48 +10:00
noble 9d16380bce SOLR-13710: Persist package jars locally & expose them over http at /api/node/blob 2019-08-27 14:12:23 +10:00
Noble Paul df32670511 SOLR-13710: Persist package jars locally & expose them over http 2019-08-27 14:12:08 +10:00
noble 3d146febb8 SOLR-13721: TestApiFramework#testFramework failing in master consistently 2019-08-27 12:03:53 +10:00
Ignacio Vera d0ea612d4e LUCENE-8955: Move compare logic to IntersectVisitor in NearestNeighbor (#842) 2019-08-26 09:36:56 +02:00
noble b7c9a9f4a1 SOLR-13699 - maxChars no longer working on CopyField with javabin 2019-08-26 09:02:09 +10:00
Chris Troullis 16a1ef8621 SOLR-13699 - maxChars no longer working on CopyField with Javabin 2019-08-26 09:01:51 +10:00
noble f41b60018a SOLR-13650: ned to recompile the test jars with java 8 2019-08-25 11:03:35 +10:00
David Smiley cac4d012e1 SOLR-11601: Improve geodist error message when using with LLPSF.
(cherry picked from commit f335ac9bbc)
2019-08-24 00:19:36 +02:00
Jan Høydahl 035d823acf SOLR-13702: Fix precommit 2019-08-23 18:33:07 +02:00
Jan Høydahl 4c9691ef19 SOLR-13702: Some components register twice their metric names (#834)
(cherry picked from commit 0aa3654802)
2019-08-23 16:22:32 +02:00
Julie Tibshirani f3c7bbf79e LUCENE-8952: Use a sort key instead of true distance in NearestNeighbor. (#832) 2019-08-23 11:17:34 +02:00
noble e94a7b05fb SOLR-13707: API to expose the currently used package name, details for each plugin 2019-08-22 16:32:51 +10:00
Noble Paul 42fe1e2ff5 SOLR-13707: API to expose the currently used package name, details for each plugin (#841) 2019-08-22 16:32:41 +10:00
Chris Hostetter b0b17c441e Additional logging in test framework methods that 'waitFor' something to better trace order of operations when failures occur
(cherry picked from commit 2fdc882bc4)
2019-08-21 13:14:01 -07:00
Tomas Fernandez Lobbe 706059dded SOLR-13257: Support deterministic replica routing
Deterministic replica routing can help improve caching and allow a more consistent paging when sorting by score

This closes #677
2019-08-21 11:38:15 -07:00
noble 9c5a66fa9f SOLR-13706: Config API output is broken for "highlight" component 2019-08-21 07:30:24 +10:00
nppoly c09ddcb718 LUCENE-8755: Spatial-extras quad and packed-quad trees now index
points a little faster, and also fix an edge case bug.
 Fixes #824

(cherry picked from commit 26628b2717)
2019-08-20 23:11:27 +02:00
Chris Hostetter f9139649b1 SOLR-13650: AwaitsFix TestContainerReqHandler.testCacheFromGlobalLoader
the jenkins failure rate for this test since it was committed is over 80%, it needs to be dsaibled until this can be addressed

(cherry picked from commit 8725944fba)
2019-08-20 09:45:37 -07:00
Noble Paul c18146602b
SOLR-13650: ref guide typo 2019-08-20 18:37:28 +10:00
Munendra S N e584c9d140 SOLR-13704: correct error codes for client errors in expand component 2019-08-20 09:59:29 +05:30
noble ddb46deec3 SOLR-13650: ref guide 2019-08-20 12:03:19 +10:00
noble 625e3f38b2 SOLR-13650: CHANGES.txt 2019-08-20 11:57:08 +10:00
noble 6d3d3c7a6c SOLR-13650: precommit errors fixed 2019-08-20 11:56:59 +10:00
noble ecfd0c14bc SOLR-13650: cache reload listener 2019-08-20 11:56:48 +10:00
noble 129231d4a7 SOLR-13650: compile error fixed 2019-08-20 11:56:35 +10:00
Noble Paul b0a11ba5c7 SOLR-13650: Support for named global classloaders 2019-08-20 11:56:18 +10:00
Chris Hostetter ee50c9d5ac Harden TestExtendedDismaxParser.testBf
Eliminate assumption about index order

(cherry picked from commit a12cf2f6d8)
2019-08-19 15:33:49 -07:00
Chris Hostetter c324be4874 Harden TestExportWriter
force MergePolicy to ensure index order assumptions are valid

(cherry picked from commit 8a24641fb2)
2019-08-19 11:54:27 -07:00
Munendra S N f749bd7bc4 SOLR-6328: return missing count for facet.missing=true even if limit=0
* facet.missing is independent of facet.limit. So, even for limit=0,
  missing counts should be return if facet.missing=true
2019-08-19 21:04:16 +05:30
noble bad55fd51a SOLR-13677: All Metrics Gauges should be unregistered by the objects that registered them 2019-08-19 19:52:37 +10:00
Noble Paul 1c0490c9ab SOLR-13677: All Metrics Gauges should be unregistered by the objects that registered them (#836)
* SOLR-13677: All Metrics Gauges should be unregistered by the objects that registered them
2019-08-19 19:52:16 +10:00
Atri Sharma 2022a7a2ae LUCENE-8769: Introduce Range Query Type With Multiple Ranges
Currently, multiple ranges need to be specified in different
PointRangeQueries, thus leading to performance implications when
the BKD tree is deep, since each range query will need a traversal.

This commit introduces a new range query type which has multiple
ranges logically connected. All ranges are logically connected
by OR operators.
2019-08-19 11:36:31 +02:00
Chris Hostetter eb7e3b0114 SOLR-13701: Fixed JWTAuthPlugin to update metrics prior to continuing w/other filters or returning error
(cherry picked from commit f5856ef404)
2019-08-18 12:21:34 -07:00
Chris Hostetter 2ca46fb0a3 SOLR-13700: Fixed a race condition when initializing metrics for new security plugins on security.json change
(cherry picked from commit 251259d5ab)
2019-08-18 12:21:24 -07:00
Chris Hostetter e6df368e53 Harden AliasIntegrationTest.testClusterStateProviderAPI
use the underlying ZKStateReader of the ClusterStateProvider when waiting for the alias ZNodeVersion to change

prior versions of the test waited using the zkStateReader of the remote client, but there was no garuntee that the state had been updated on the ClusterStateProvider being used by the test

(cherry picked from commit 54ab07718a)
2019-08-14 21:37:28 -07:00
Andrzej Bialecki 09bee6d57c SOLR-13694: IndexSizeEstimator NullPointerException. 2019-08-14 18:51:49 +02:00
Mikhail Khludnev ea8f921e71 adding <SpanPositionRange> into XML Query Parser 2019-08-14 18:23:08 +03:00
Andrzej Bialecki c48a3cd9dc SOLR-13693: Use strongly-typed setters for cache parameters. 2019-08-14 15:59:36 +02:00
Tomoko Uchida 0106b74bad
LUCENE-8933: Validate JapaneseTokenizer user dictionary entry (for 8.x) (#810) 2019-08-14 12:38:48 +09:00
noble 8be67aa4c4 SOLR-13688: compile error on java 8 2019-08-14 09:55:22 +10:00
Christine Poerschke 4689fb8642 SOLR-13240: make operation-not-null checks consistent in TestPolicy.testNodeLostMultipleReplica
(Richard Goodman via Christine Poerschke)
2019-08-13 15:37:20 +01:00
noble 03fd3d3923 SOLR-13688: Run the bin/solr export command multithreaded 2019-08-13 18:56:28 +10:00
Chris Hostetter 06dd37e907 SOLR-13464: Test work arounds
* Refactor existing work around in BasicAuthIntegrationTest up into SolrCloudAuthTestCase for re-use in JWTAuthPluginIntegrationTest

 * Simplify BasicAuthOnSingleNodeTest and PKIAuthenticationIntegrationTest to use their existing (static) security settings on creation of MiniSolrCloud.  Since they no longer modify security.json once the nodes are alive, the issue no longer affects them

(cherry picked from commit c7822c393e)
(cherry picked from commit 0291db44bc)
2019-08-12 14:57:18 -07:00
Megan Carey 7fc5c0e07d SOLR-13399: Adding splitByPrefix param to IndexSizeTrigger; some splitByPrefix test and code cleanup 2019-08-12 16:03:51 -04:00
Jan Høydahl 5ecc6dfaf8 SOLR-13647: Default solr.in.sh contains incorrect default value
(cherry picked from commit d468d71c03)
2019-08-12 13:58:56 +02:00
Erick Erickson 5df5df9ec3 SOLR-13568: Precommit fail Java var until 9x. Fail var...
(cherry picked from commit f6f1b4244c)
2019-08-11 11:51:52 -04:00
Jason Gerlowski a50927bac0 SOLR-13573: Add SolrRangeQuery getters for bounds 2019-08-11 09:04:14 -04:00
Munendra S N 4ac23230a4 SOLR-13680: use try-with-resource to close closeable resources
closes #822
2019-08-10 14:02:52 +05:30