32368 Commits

Author SHA1 Message Date
Jan Høydahl
a5b5585822 SOLR-13238: BlobHandler generates non-padded md5
(cherry picked from commit 31735eeb402d7b00785bba484093b81107ffc2c9)
2019-09-14 22:26:59 +02:00
Thomas Wöckinger
f56aacd0a1 SOLR-13739: Optimized large managed schema modifications
Internal O(n^2) problem.
Fixes #855

(cherry picked from commit e788024b84b1402295d4fe6e0c8b818ae3772a52)
2019-09-13 12:36:44 -04:00
Atri Sharma
55d9290433 LUCENE-8939: Introduce Shared Count Early Termination In Parallel Search (#823)
This commit introduces a strategy to early terminate for sorted
collections during parallel search when requested number of
hits have been collected but the total hits threshold has not
yet been reached.
2019-09-13 17:31:25 +02:00
Koen De Groote
ad6d73b481 Changing keyset() to entryset() and sometines values(). (#868) 2019-09-13 15:42:42 +02:00
jimczi
c4815f04c0 LUCENE-8966: The Korean analyzer now splits tokens on boundaries between digits and alphabetic characters. 2019-09-13 10:00:08 +02:00
Chris Hostetter
89c54ec0d1 LTR Test Hardening:
1) use per-method state isolation in several tests...

This helps prevent failures in one test to allow persisted date to leak into other test methods,
as well as ensuring that these tests play nicely with -Dtests.iters > 1

2) TestRerankBase cleanup to eliminate unnecessary extra SolrCore (that was being leaked)

(cherry picked from commit 3ed96026d353864c60566a9a3bdb1da853bb9e8f)
2019-09-12 18:12:09 -07:00
Michael Gibney
ca25f9f573 SOLR-13714: Correct refguide regarding shardHandlerFactory solrconfig.xml element (#843) 2019-09-12 13:19:18 -05:00
iverase
bc60ea0e06 LUCENE-8968: Remove left-over line of code. 2019-09-12 08:26:36 +02:00
Ignacio Vera
656cb2b831 LUCENE-8976: Use exact distance between point and bounding rectangle in FloatPointNearestNeighbor (#874) 2019-09-12 07:49:16 +02:00
Chris Hostetter
d90e6f807e CloudExitableDirectoryReaderTest improvements
remove use of LbSolrClient to prevent premature failure of low timeAllowed options on slow jenkins machines

increase cluster size to also test codepaths where requests are proxied by a node that does not host any core in the collection

(cherry picked from commit fb5a3e28fe563f6a68c3a759c52046c09b24b88a)
2019-09-11 16:29:50 -07:00
Chris Hostetter
3120409699 Fix TestSnapshotCloudManager test bug: file handle leak
I believe this was the root cause of some recent windows jenkins suite level failures in cleaning up temp files

(cherry picked from commit 416de65d31eaa646064fb98d9e15156c25cf86f2)
2019-09-11 11:48:18 -07:00
Michael Sokolov
32d6f3953c LUCENE-8971: Enable constructing JapaneseTokenizer with custom dictionary 2019-09-11 10:51:37 -04:00
Ignacio Vera
5350a05ce0 LUCENE-8968: Improve performance of WITHIN and DISJOINT queries for Shape queries (#857) 2019-09-10 14:54:52 +02:00
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 4599f6e9ee2a647c1d6861adfedb12e5cf74783d)
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 da158ab22924bf9b2d6d14bbc69338c01fe77a7a)
2019-09-06 13:57:13 -04:00
David Smiley
b8a1857b0b LUCENE-8753: New UniformSplit and SharedTermsUniformSplit PostingsFormats
(cherry picked from commit b963b7c3dbecda86c2917ad341caee63b93815ac)
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 c8203e4787b8ad21e1270781ba4e09fd7f3acb00)
2019-09-05 23:18:15 -04:00
Adrien Grand
625c3c9477 Revert "Harden Up TestDiversifiedTopDocsCollector (#858)"
This reverts commit 321dc809275b53bd735eddb85f645d415b28d058.
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 42fc9690bfd545d2a147f306ed08f175a0293fc0.
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 e2208332e583595a0e3cf1e3dd93bfe3091e1aba)
2019-09-03 21:25:24 -07:00
Chris Hostetter
96c9207f90 CHANGES fixup: SOLR-13709 -> SOLR-13717
(cherry picked from commit d1a4d1352538a0d967a12686ca903453d10c48c9)
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 83cd54f80157916b364bb5ebde20a66cbd5d3d93)
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 0ad1684dfc3f6ac58c86f38d41cf04496e780961)
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 ea67d9c8c65c6c883ef2ebb3c061fcc6b251a360)
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 52be32d4addbead8536dbde84ed8c80af4993b8b)
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