Uwe Schindler
77e1bec7dc
LUCENE-8738: Add missing dependency for Maven build
2019-04-20 00:51:55 +02:00
Uwe Schindler
cef7952569
Merge branch 'master' of https://gitbox.apache.org/repos/asf/lucene-solr
2019-04-20 00:10:18 +02:00
Uwe Schindler
b8494c8702
LUCENE-8738: Update Groovy to make the warnings with Java 11 a bit more silent (only one warning on first Groovy invocation)
2019-04-20 00:09:56 +02:00
Chris Hostetter
dbf90a6e7b
Reduce the upper bounds on some randomized variables in FullSolrCloudDistribCmdsTest to reduce risk of OOM
2019-04-19 14:48:37 -07:00
Uwe Schindler
c70d4700c9
SOLR-12461: Remove obsolete license files
2019-04-19 23:36:35 +02:00
Uwe Schindler
5b0d8877cc
SOLR-12461: Remove obsolete checksum file
2019-04-19 23:31:56 +02:00
Chris Hostetter
1c3d23e58a
SOLR-13336: fix CloudInspectUtil to use filter to eliminate risk of TooManyClausesException
2019-04-19 10:59:53 -07:00
Tomas Fernandez Lobbe
9f644b1c69
SOLR-13281: Fix NPE in DocExpirationUpdateProcessor
2019-04-18 22:22:26 -07:00
Erick Erickson
2a3bd8e864
SOLR-11035: (at least) 2 distinct failures possible when clients attempt searches during SolrCore reload bandaid for DocValuesNotIndexedTest
2019-04-18 21:38:01 -07:00
Tomoko Uchida
7ba8bdca8f
LUCENE-2562: Suppress SimpleText codec for CommitsImplTest.
2019-04-19 11:07:01 +09:00
Nicholas Knize
faa78ad72c
LUCENE-8736: Fix Polygon.contains to approriately check longitude range, and pass correct line segment vertices in EdgeTree
2019-04-18 13:15:07 -05:00
Andrzej Bialecki
bd8905150d
SOLR-12461: Upgrade Dropwizard Metrics to 4.0.5 release.
2019-04-18 19:08:20 +02:00
Andrzej Bialecki
f46ba5227e
SOLR-13407: Reject update requests sent to non-routed multi collection aliases.
2019-04-18 14:53:06 +02:00
Adrien Grand
61d7569f78
LUCENE-7386: Flatten nested disjunctions.
2019-04-18 11:24:50 +02:00
Zhao Yang
48a68365bb
Fix OneDimensionBKDWriter valueCount validation
...
Signed-off-by: Adrien Grand <jpountz@gmail.com>
2019-04-18 11:24:38 +02:00
Adrien Grand
793635eb0e
LUCENE-2562: Don't randomly enable term vectors on fields.
2019-04-18 09:27:09 +02:00
erick
a9771a5849
SOLR-13408: Cannot start/stop DaemonStream repeatedly, other API improvements
2019-04-17 16:02:06 -07:00
Simon Willnauer
3a6f2f7543
Use Map.copyOf in lucene core ( #649 )
...
This cuts over several places that use the pattern of creating a copy of
the supplied map with Map.copyOf.
2019-04-17 15:26:12 +02:00
Uwe Schindler
fb28958bc8
LUCENE-8738: Add Java 11 under "Getting Started" in CHANGES.txt
2019-04-17 11:22:52 +02:00
Uwe Schindler
df27ccf01d
SOLR-13409: Disable HTML directory listings in admin interface to prevent possible security issues
2019-04-17 11:04:13 +02:00
Uwe Schindler
faaee86efb
LUCENE-8738: Move to Java 11 as minimum Java version (merged branch: jira/LUCENE-8738)
...
Co-authored-by: Adrien Grand <jpountz@apache.org>
2019-04-16 14:00:09 +02:00
Uwe Schindler
0a2b85534a
SOLR-12121: Fix precommit failure
2019-04-16 08:36:52 +02:00
Jan Høydahl
181ca4ea7d
SOLR-12121: Upgrade jose4j to v0.6.5 which adds Java11 RSA PSS signature support
2019-04-15 22:11:27 +02:00
Jan Høydahl
9707bb6fa9
SOLR-12371: Editing authorization config via REST API now works in standalone mode
2019-04-15 21:09:30 +02:00
Simon Willnauer
a302be381e
LUCENE-8671: Introduce Reader attributes ( #640 )
...
Reader attributes allows a per IndexReader configuration of codec internals.
For instance this allows a per reader configuration if FSTs are loaded into memory or are left
on disk.
2019-04-15 20:39:36 +02:00
markrmiller
ecbf7daf56
SOLR-13386: OverseerTaskQueue#remove should not throw an exception when no node exists after an exists check and the Overseer work loop should not allow free spinning the loop when it hits a KeeperException.
2019-04-15 12:53:36 -05:00
Chris Hostetter
d90034f0d6
SOLR-13336: add maxBooleanClauses (default to 1024) setting to solr.xml, reverting previous effective value of Integer.MAX_VALUE-1, to restrict risk of pathalogical query expansion.
2019-04-15 10:27:08 -07:00
Nicholas Knize
8975ae5954
LUCENE-8736: Fix line detection bug in Polygon2D and Line2D componentRelateTriangle
2019-04-15 10:43:56 -05:00
Noble Paul
e783207535
SOLR-13395: make DebugComponent.getRequestId() public
2019-04-15 11:10:06 +10:00
Uwe Schindler
7830cae571
LUCENE-8752: Add license header to patch file
...
Revert "LUCENE-8752: Fix precommit error: patch files cannot have a license header" - This reverts commit b60548f6d8
.
2019-04-14 02:01:00 +02:00
Uwe Schindler
b60548f6d8
LUCENE-8752: Fix precommit error: patch files cannot have a license header
2019-04-14 01:39:49 +02:00
Uwe Schindler
1a3f94278d
Fix out of sync forbidden-apis
2019-04-14 00:47:10 +02:00
Tomoko Uchida
7619c07d3a
LUCENE-8752: Add Japanese new imperial era '令和' (Reiwa) to the dictionary used in JapaneseTokenizer
2019-04-13 21:07:27 +09:00
Tomoko Uchida
6e28cd60a8
LUCENE-2562: Fix smoker for 'luke' module.
2019-04-13 01:24:05 +09:00
Tomoko Uchida
f85c08224b
LUCENE-2562: Luke has no Maven artifacts
2019-04-13 01:23:46 +09:00
Christine Poerschke
fe1a109476
SOLR-13366: Clarify 'Invalid stage name' warning logging in AutoScalingConfig
2019-04-12 16:01:55 +01:00
Joel Bernstein
6c62fbf25f
SOLR-13391: Update CHANGES.txt
2019-04-12 10:06:38 -04:00
Joel Bernstein
58001bfc87
SOLR-13391: Add variance and standard deviation stream evaluators
...
Squashed commit of the following:
commit 406d4b959a42e4830ac1c52836ccbcfc1b614b46
Author: Nazerke <seinaz1997@gmail.com>
Date: Fri Apr 12 14:03:34 2019 +0200
added missing package
commit 32c239687c39c5da3e4f2d0f25df73127331fa99
Author: Nazerke <seinaz1997@gmail.com>
Date: Fri Apr 12 14:03:14 2019 +0200
added package
commit 7b3f9bd415002969a4ec5d87a9ffbfd6fcff6e92
Author: Nazerke <seinaz1997@gmail.com>
Date: Fri Apr 12 14:02:28 2019 +0200
added var and stddev functions
commit 77c4f9fdd9f111862a55b645aad960457291414c
Author: Nazerke <seinaz1997@gmail.com>
Date: Fri Apr 12 14:00:59 2019 +0200
added test for the variance and standard deviation stream evaluators
commit 2d9692c178590b65e46cfd9e04ca0384c7d39ec5
Author: naz <nazerke.seidan@cloudera.com>
Date: Wed Apr 10 19:50:30 2019 +0200
added var and stddev new evaluators
commit d265225747bce9a0eabd713994ddd4990dbbbfa2
Author: naz <nazerke.seidan@cloudera.com>
Date: Wed Apr 10 19:49:23 2019 +0200
variance streaming evaluator
commit a3330064bb62b5723b9125334ef1d61fc3b098d3
Author: naz <nazerke.seidan@cloudera.com>
Date: Wed Apr 10 19:49:02 2019 +0200
standard deviation streaming evaluator
2019-04-12 09:37:50 -04:00
Jan Høydahl
03f5a5e7a1
SOLR-13398: Move log "Processing SSL Credential Provider chain" from INFO to DEBUG to prevent leaking into bin/solr printout
2019-04-12 11:54:40 +02:00
Jan Høydahl
f2c59db273
SOLR-12860: MetricsHistoryHandler now always uses PKI Auth ( #642 )
...
* SOLR-12860: MetricsHistoryHandler now uses PKI Auth for metrics collection in background thread
2019-04-12 10:21:13 +02:00
Jan Høydahl
3b3879d880
SOLR-12121: Refresh JWK from IdP on invalid sig. Some logging improvements. Minor test fixes
2019-04-12 09:49:11 +02:00
Jan Høydahl
ef9566e13e
LUCENE-8725: Fix precommit (javadoc)
2019-04-12 09:26:46 +02:00
Chris Hostetter
980fd7d5c5
SOLR-13393: Fixed ZkClientClusterStateProvider to prevent risk of leaking ZkStateReader/threads when processing concurrent requests during shutdown.
...
This primarily affected tests, but may have also caused odd errors/delays when restart/shutting down solr nodes.
2019-04-11 14:22:50 -07:00
Noble Paul
5f34c49813
LUCENE-8725: Make TermsQuery.SeekingTermSetTermsEnum a top level class and public
2019-04-12 06:22:09 +10:00
Nicholas Knize
55c241d87f
LUCENE-8736: Fix LatLonShapePolygonQuery and Polygon2D.contains to correctly include points that fall on the boundary
2019-04-11 09:27:36 -05:00
Cao Manh Dat
a67a941e19
SOLR-13339: Prevent recovery, fetching index being kicked off after SolrCores already closed
2019-04-11 09:21:14 +01:00
Andrzej Bialecki
02c4503f8c
SOLR-13262: Add collection RENAME command and support using aliases in most collection admin commands.
2019-04-10 18:56:39 +02:00
Uwe Schindler
eafe42f090
SOLR-13388: Fix FileExchangeRateProvider to be a public class, as it appears in schema.xml
2019-04-10 18:53:51 +02:00
Uwe Schindler
2ed86c6d54
Fix precommit error
2019-04-10 16:09:19 +02:00
Andrzej Bialecki
d40a6d4e95
Release static solrClient after the test is done (occasionally caused failures on jenkins).
2019-04-10 12:26:02 +02:00