Commit Graph

32405 Commits

Author SHA1 Message Date
Alexander Reelsen bb5f4ddd75 LUCENE-8964: Fix geojson shape parsing on string arrays in properties (#866) 2019-09-10 14:33:21 +02:00
Jan Høydahl 4af601eb10 SOLR-13713: JWTAuthPlugin to support multiple JWKS endpoints
(cherry picked from commit 4599f6e9ee)
2019-09-10 13:04:21 +02:00
Noble Paul b1bccf7cac SOLR-13677: reverting the last commit 2019-09-10 00:50:56 +10:00
Ignacio Vera 252421bb77 LUCENE-8620: Update Tessellator logic to label if triangle edges belongs to the original polygon (#771) 2019-09-09 11:18:56 +02:00
Andrzej Bialecki a7820b343c SOLR-13742: temporarily disable this assertion while I investigate jenkins failures
(the test passes local beasting).
2019-09-07 22:24:32 +02:00
Andrzej Bialecki 37c224b9e0 SOLR-13742: Allow optional redaction of data saved by 'bin/solr autoscaling -save'.
Fix some unwanted side-effects in snapshots + add more robust unit tests.
2019-09-07 22:00:19 +02:00
David Smiley 454db9831e SOLR-13745: AtomicUpdateProcessorFactoryTest should close request
(cherry picked from commit da158ab229)
2019-09-06 13:57:13 -04:00
David Smiley b8a1857b0b LUCENE-8753: New UniformSplit and SharedTermsUniformSplit PostingsFormats
(cherry picked from commit b963b7c3db)
2019-09-06 12:09:15 -04:00
Christine Poerschke 6b5759efaf SOLR-13240: Fixed UTILIZENODE action resulting in IllegalArgumentException.
(Hendrik Haddorp, Richard Goodman, Tim Owen, shalin, noble, Christine Poerschke)
2019-09-06 12:55:03 +01:00
David Smiley 3a20ebc3a6 SOLR-13728: fail partial updates to child docs when not supported.
(cherry picked from commit c8203e4787)
2019-09-05 23:18:15 -04:00
Adrien Grand 625c3c9477 Revert "Harden Up TestDiversifiedTopDocsCollector (#858)"
This reverts commit 321dc80927.
2019-09-05 22:12:14 +02:00
Atri Sharma 321dc80927 Harden Up TestDiversifiedTopDocsCollector (#858)
TestDiversifiedTopDocsCollector.testInvalidArguments should check for
exceptions and corresponding messages, post LUCENE-8905
2019-09-05 19:31:25 +02:00
Adrien Grand 13addb4d5e LUCENE-8956: QueryRescorer now only sorts the first topN hits instead of all initial hits. 2019-09-05 19:29:32 +02:00
Adrien Grand bc4a84e913 Revert "LUCENE-8956: QueryRescorer now only sorts the first topN hits instead of all initial hits."
This reverts commit 42fc9690bf.
2019-09-05 17:00:04 +02:00
Atri Sharma 5c0255bac3 LUCENE-8942: Tighten Up LRUQueryCache's Methods (#816) 2019-09-05 09:37:35 +02:00
Adrien Grand 42fc9690bf LUCENE-8956: QueryRescorer now only sorts the first topN hits instead of all initial hits. 2019-09-05 09:13:53 +02:00
mariemat cc40d2e77a LUCENE-8910 upgrade to icu 62.1 must be completed (#775) 2019-09-05 08:54:49 +02:00
Megan Carey c3a72475a6 SOLR-13727: Bug fix for V2Request handling in HttpSolrClient
Using regex to validate baseUrl and replace path for V2Requests

 Changed to using Java.net.URL for validation + path replacement
2019-09-04 22:16:31 -04:00
Christine Poerschke ca0f289f37 SOLR-13736: reduce code duplication in TestPolicy.testNodeLostMultipleReplica 2019-09-04 16:13:58 +01:00
Christine Poerschke a8c0b9a6fa SOLR-13733: add class-level javadocs for 4 org.apache.solr.metrics classes 2019-09-04 16:13:58 +01:00
Chris Hostetter de8307a204 Harden SimpleMLTQParserTest
replace implicit assumption about default index order with explicit assumption about uniqueKey order, to prevent spurious failures when concurrent out of order merges take place

(cherry picked from commit e2208332e5)
2019-09-03 21:25:24 -07:00
Chris Hostetter 96c9207f90 CHANGES fixup: SOLR-13709 -> SOLR-13717
(cherry picked from commit d1a4d13525)
2019-09-03 11:23:21 -07:00
Chris Hostetter 86e8c44be4 SOLR-13709: Fixed distributed grouping when multiple 'fl' params are specified
(cherry picked from commit 83cd54f801)
2019-09-03 11:02:21 -07:00
Ignacio Vera 54685c5e7f LUCENE-8960: Add LatLonDocValuesPointInPolygonQuery (#851) 2019-09-03 09:57:08 +02:00
Erick Erickson dd27d003a4 SOLR-13729: Add the caution that schemaless is not suitable for production to the 'Schemaless Mode' section of the ref guide
(cherry picked from commit 0ad1684dfc)
2019-09-01 10:00:35 -04:00
Tomoko Uchida 3e1c472dec LUCENE-8778: Fix (uncapitalize) SPI names. 2019-09-01 20:10:32 +09:00
Amish Shah f3b2358bc7 LUCENE-8758 Remove unused fields in QuadPrefixTree
(cherry picked from commit ea67d9c8c6)
2019-08-30 10:24:07 -04:00
Jan Høydahl e8c2b6af2a SOLR-13122: Ability to query aliases in Solr Admin UI
(cherry picked from commit 52be32d4ad)
2019-08-30 14:38:53 +02:00
Mikhail Khludnev c857c1da3d SOLR-13720: BlockJoinParentQParser.getCachedFilter made public 2019-08-29 17:39:59 +03:00
Ishan Chattopadhyaya 12715da544 SOLR-13718: A more targeted fix for SPLITSHARD, thereby avoiding Backup/Restore test failures 2019-08-29 17:26:11 +05:30
Ishan Chattopadhyaya d606ffdea9 SOLR-13718: SPLITSHARD (async) with failures in underlying sub-operations can result in data loss
When SPLITSHARD is issued asynchronously, any exception in a sub-operation isn't propagated and the overall
  SPLITSHARD task proceeds as if there were no failures. This results in marking the active parent shard inactive
  and can result in two empty sub-shards, thus causing data loss.
2019-08-29 10:13:58 +05:30
Noble Paul da02e9f83c SOLR-13723: JettySolrRunner should support /api/* (the v2 end point) 2019-08-29 14:06:42 +10:00
Noble Paul 7d026f803d SOLR-13723: JettySolrRunner should support /api/* (the v2 end point) 2019-08-29 14:06:36 +10:00
Anshum Gupta 7c101fba4a
SOLR-13257: Cleanup code and make the AffinityReplicaTransformer constructors private (#848) (#849)
SOLR-13257: Cleanup code and make the constructors private as the constructor is supposed to be called via the static getInstance method.
2019-08-28 08:47:25 -07:00
Tomoko Uchida 56f85884fe LUCENE-8957: Update examples in CustomAnalyzar Javadocs 2019-08-28 18:01:57 +09:00
noble 2835d2e323 formatting 2019-08-28 14:35:28 +10:00
Tomas Fernandez Lobbe 5aa9a02421 SOLR-13542: Move CHANGES entry to 8.3. Added contributor 2019-08-27 15:25:30 -07:00
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