Commit Graph

32324 Commits

Author SHA1 Message Date
jimczi ec1ef2bce6 LUCENE-8966: update CHANGES.txt after backport 2019-09-13 10:01:01 +02:00
jimczi c8f36238ab LUCENE-8966: The Korean analyzer split tokens on boundaries between digits and alphabetic characters. 2019-09-13 09:57:21 +02:00
Chris Hostetter 3ed96026d3 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)
2019-09-12 18:11:24 -07:00
Michael Gibney 0ce635ec01 SOLR-13714: Correct refguide regarding shardHandlerFactory solrconfig.xml element (#843) 2019-09-12 13:18:35 -05:00
iverase ef8c7a3ffc LUCENE-8968: Remove left-over line of code. 2019-09-12 08:25:59 +02:00
Ignacio Vera 579fae5f0c
LUCENE-8976: Use exact distance between point and bounding rectangle in FloatPointNearestNeighbor (#874) 2019-09-12 07:48:40 +02:00
Chris Hostetter fb5a3e28fe 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
2019-09-11 16:29:28 -07:00
Chris Hostetter 416de65d31 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
2019-09-11 11:47:50 -07:00
Michael Sokolov 770464ec20 LUCENE-8971: Enable constructing JapaneseTokenizer with custom dictionary 2019-09-11 10:45:50 -04:00
Adrien Grand c514b29b24 LUCENE-7521: Simplify PackedInts. 2019-09-11 15:45:49 +02:00
Anshum Gupta 2843f2f9fc
ant precommit GitHub action for all PRs (#870)
This runs with Java11
2019-09-10 15:51:25 -04:00
Ignacio Vera de423aec1f
LUCENE-8968: Improve performance of WITHIN and DISJOINT queries for Shape queries (#857) 2019-09-10 14:53:56 +02:00
iverase f09aafd624 LUCENE-8964: Move entry in CHANGES.txt to version 8.3 2019-09-10 14:34:49 +02:00
Alexander Reelsen 5f6c744ae1 LUCENE-8964: Fix geojson shape parsing on string arrays in properties (#866) 2019-09-10 14:15:28 +02:00
Jan Høydahl 4599f6e9ee SOLR-13713: JWTAuthPlugin to support multiple JWKS endpoints 2019-09-10 13:01:47 +02:00
Noble Paul a288710a64
SOLR-13677: reverting the last commit (#863) 2019-09-09 22:48:49 +10:00
Ignacio Vera 62001b9b96
LUCENE-8620: Update Tessellator logic to label if triangle edges belongs to the original polygon (#771) 2019-09-09 11:16:43 +02:00
Noble Paul 042478cfa7 SOLR-13677: reverting the last commit 2019-09-08 14:57:47 +10:00
Andrzej Bialecki 9510e06612 SOLR-13742: temporarily disable this assertion while I investigate jenkins failures
(the test passes local beasting).
2019-09-07 22:23:22 +02:00
Andrzej Bialecki 6f22bf0964 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 12:09:09 +02:00
David Smiley da158ab229 SOLR-13745: AtomicUpdateProcessorFactoryTest should close request 2019-09-06 13:55:57 -04:00
David Smiley b963b7c3db LUCENE-8753: New UniformSplit and SharedTermsUniformSplit PostingsFormats 2019-09-06 11:48:32 -04:00
Christine Poerschke 6574ae63d4 SOLR-13240: Fixed UTILIZENODE action resulting in IllegalArgumentException.
(Hendrik Haddorp, Richard Goodman, Tim Owen, shalin, noble, Christine Poerschke)
2019-09-06 12:36:33 +01:00
David Smiley c8203e4787 SOLR-13728: fail partial updates to child docs when not supported. 2019-09-05 23:16:55 -04:00
Chris Hostetter 2552986e87 LUCENE-8917: Fix Solr's TestCodecSupport to stop trying to use the now-removed Direct docValues format 2019-09-05 12:11:49 -07:00
Atri Sharma 106ae969e0 Harden Up TestDiversifiedTopDocsCollector (#858)
TestDiversifiedTopDocsCollector.testInvalidArguments should check for
exceptions and corresponding messages, post LUCENE-8905
2019-09-05 19:31:10 +02:00
Adrien Grand 3ad6e4f0bc LUCENE-8956: QueryRescorer now only sorts the first topN hits instead of all initial hits. 2019-09-05 19:28:08 +02:00
Adrien Grand e1c4742abf Revert "LUCENE-8956: QueryRescorer now only sorts the first topN hits instead of all initial hits."
This reverts commit fd3ae87805.
2019-09-05 16:59:37 +02:00
Atri Sharma 02792de0e5 LUCENE-8905: Better Error Handling For Illegal Arguments (#769) 2019-09-05 16:14:34 +02:00
Adrien Grand 78b6530fb2 LUCENE-8917: Fix test failure. 2019-09-05 11:27:18 +02:00
Adrien Grand ec0acf9984 LUCENE-8917: Add MIGRATE entry. 2019-09-05 11:09:24 +02:00
Adrien Grand 2a0c7a932a LUCENE-8917: Remove the Direct doc-values format. 2019-09-05 11:07:42 +02:00
Atri Sharma 4d82665625 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-05 10:07:59 +02:00
Atri Sharma a3cb9cb324 LUCENE-8942: Tighten Up LRUQueryCache's Methods (#816) 2019-09-05 09:37:09 +02:00
Adrien Grand fd3ae87805 LUCENE-8956: QueryRescorer now only sorts the first topN hits instead of all initial hits. 2019-09-05 09:12:24 +02:00
mariemat 52d74d4ead LUCENE-8910 upgrade to icu 62.1 must be completed (#775) 2019-09-05 08:51:24 +02:00
Megan Carey 8c796b5f46 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:14:15 -04:00
Christine Poerschke 5204d0f963 SOLR-13736: reduce code duplication in TestPolicy.testNodeLostMultipleReplica 2019-09-04 15:51:36 +01:00
Christine Poerschke 6f12075e9a SOLR-13733: add class-level javadocs for 4 org.apache.solr.metrics classes 2019-09-04 15:50:41 +01:00
Adrien Grand 26804a069b
LUCENE-8150: Remove references to `segments.gen`. (#765)
This file isn't used anymore since 4.0, so I tried to contain references to
`segments.gen` to the minimum that is required to get the right exception when
opening a too old index.
2019-09-04 09:51:27 +02:00
Chris Hostetter e2208332e5 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
2019-09-03 21:24:43 -07:00
Chris Hostetter d1a4d13525 CHANGES fixup: SOLR-13709 -> SOLR-13717 2019-09-03 11:23:08 -07:00
Chris Hostetter 83cd54f801 SOLR-13709: Fixed distributed grouping when multiple 'fl' params are specified 2019-09-03 11:01:58 -07:00
Ignacio Vera 5cbb33fa28
LUCENE-8960: Add LatLonDocValuesPointInPolygonQuery (#851) 2019-09-03 09:45:58 +02:00
Tomoko Uchida 1862ffd6a4 SOLR-13690: Fix test resource. 2019-09-02 09:14:45 +09:00
Erick Erickson 31c661f2db SOLR-13729: Add the caution that schemaless is not suitable for production to the 'Schemaless Mode' section of the ref guide 2019-09-01 09:57:23 -04:00
Erick Erickson 742218d7ba Merge branch 'SOLR-13729' 2019-09-01 09:54:45 -04:00
Erick Erickson 0ad1684dfc SOLR-13729: Add the caution that schemaless is not suitable for production to the 'Schemaless Mode' section of the ref guide 2019-09-01 09:54:19 -04:00
Tomoko Uchida 8c12433791 LUCENE-8778: Fix (uncapitalize) SPI names. 2019-09-01 20:08:40 +09:00
Tomoko Uchida 66d7dffc79 SOLR-13691: Add example field type configurations using name attributes to Ref Guide 2019-09-01 01:32:10 +09:00