Michael Sokolov
93309e9728
LUCENE-8596: Treat hash mark as comment only at beginning of line in kuromoji
...
user dictionary. Via Masaru Hasegawa and Satoshi Kato
2019-12-21 14:09:40 -05:00
Tomas Fernandez Lobbe
c4f68bdab9
SOLR-14095: Let the overseer use javabin to store responses in ZooKeeper ( #1095 )
...
The Overseer used java serialization to store command responses in ZooKeeper. This commit changes the code to use Javabin instead, while allowing Java serialization with a System property in case it's needed for compatibility
2019-12-20 14:55:01 -08:00
Cassandra Targett
53423462f2
Ref Guide: various little typos; clean up Solr CLI section on bin/solr export
2019-12-20 15:00:22 -06:00
Dawid Weiss
496b6b1d51
Follow-up to merge with master.
2019-12-20 17:38:04 +01:00
Dawid Weiss
5897b78572
Merge remote-tracking branch 'origin/master' into gradle-master
2019-12-20 17:35:40 +01:00
Andy Vuong
e428628054
SOLR-14107: Ensure bin/solr -q/-v args work with -e/example ( #1093 )
...
Co-authored-by: Andy Vuong <andyvvv.101@gmail.com>
2019-12-20 11:31:16 -05:00
Robert Muir
b7b6b0f3bf
SOLR-14112: do not display load average of -1.00 on windows in admin UI
2019-12-20 05:42:00 -05:00
Mike Drob
1333bd10a7
SOLR-13190 Fix for failing test
2019-12-19 22:49:26 -06:00
Kevin Risden
aab3c5faa3
SOLR-14106: Cleanup Jetty SslContextFactory usage
...
Jetty 9.4.16.v20190411 and up introduced separate
client and server SslContextFactory implementations.
This split requires the proper use of of
SslContextFactory in clients and server configs.
This fixes the following
* SSL with SOLR_SSL_NEED_CLIENT_AUTH not working since v8.2.0
* Http2SolrClient SSL not working in branch_8x
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-12-19 23:05:47 -05:00
Chris Hostetter
bc2770ebb8
SOLR-14128: SystemCollectionCompatTest - increase logging to aid in debuging future (jenkins) failures
2019-12-19 17:14:56 -07:00
Mike Drob
93585ba1d3
SOLR-13190 Surface Fuzzy term errors in Solr
...
Use newly added exceptions in Lucene for too complex fuzzy terms to
provide better error reporting for Solr queries.
2019-12-19 10:58:28 -06:00
Mike Drob
a4c884a22f
LUCENE-9098 Report bad term for fuzzy query
...
When a fuzzy query encounters a term that is too complex, the exception
should report the term instead of a cryptic message about too many
states.
2019-12-19 10:58:28 -06:00
Adrien Grand
907d1142fa
LUCENE-9103: WANDScorer can miss some hits in some rare conditions.
2019-12-19 17:14:55 +01:00
Gus Heck
2f7276f935
Fix attribution
2019-12-19 10:50:37 -05:00
Jason Gerlowski
7cfa31b103
SOLR-14042: Fix varargs precommit warnings
2019-12-19 10:03:04 -05:00
iverase
b1c6d7c0c3
Move changes entry to 8.4
2019-12-19 08:47:07 +01:00
Adrien Grand
868e41bc99
Minor improvements to the Solr changes.
2019-12-19 08:41:36 +01:00
Ishan Chattopadhyaya
cbfa781fe3
SOLR-14108: Handle missing verify commands or missing default params in Package Manager
2019-12-19 10:38:34 +05:30
Robert Muir
7490bfd828
SOLR-14085: remove solr fork of lucene test securitymanager
2019-12-18 23:06:31 -05:00
Chris Hostetter
d30f90e349
SOLR-14099: expanded comment on static final variable based on followup questions in Jira from Dawid
2019-12-18 16:36:34 -07:00
Matthias Krueger
1e5100d5a5
SOLR-14091: Removing deprecated configuration of Jetty's soLingerTime option
...
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-12-18 17:24:43 -05:00
Cassandra Targett
fc2fbb2f7e
SOLR-13662: Improvements for Ref Guide package-manager.adoc
2019-12-18 09:28:16 -06:00
Dawid Weiss
206d62b9d5
Merge remote-tracking branch 'origin/master' into gradle-master
2019-12-18 15:10:04 +01:00
Robert Muir
56839f6ace
SOLR-13983: remove or replace process execution in SystemInfoHandler
2019-12-18 09:03:07 -05:00
Dawid Weiss
7c762c969a
Allow simultaneous call to sha regeneration and validation by introducing soft ordering constraint.
2019-12-18 14:54:13 +01:00
Dawid Weiss
d2d28329ef
Changed license checksum regeneration task name to updateLicenses.
2019-12-18 14:14:39 +01:00
Robert Muir
612cba38ca
SOLR-14110: sandbox javax.script usage in tests
2019-12-18 06:30:24 -05:00
Dawid Weiss
2e453afa28
Merge tika upgrade monster-patch. commons-csv excluded from gradle.
2019-12-18 09:51:57 +01:00
Dawid Weiss
28b19c2af2
Merge with master.
2019-12-18 09:32:35 +01:00
Dawid Weiss
71a5714e29
SOLR-14103: remove extra unused dependencies (jersey-core, jersey-server, netty-all).
2019-12-18 09:18:32 +01:00
Mikhail Khludnev
b0e532b7f3
SOLR-14051: removing Block Join Facet Component in favor of uniqueBlock(\_root_).
2019-12-18 11:16:53 +03:00
Gus Heck
46e5e13728
SOLR-13749 Cross collection join filter (XCJF)
...
Squashed commit of the following: commit ffa68a8adb9c5dc16578ab26f731da247533c980
2019-12-18 03:01:24 -05:00
Chris Hostetter
cc4262a8ec
SOLR-14099: Fixed @LogLevel annotation in test-framework to correctly 'unset' Loggers after test
2019-12-17 14:58:45 -07:00
Tim Allison
279a391cf3
SOLR-14054 -- upgrade to Tika 1.23 (and its dependencies) ( #1092 )
...
* SOLR-14054 -- upgrade to Tika 1.23 (and its dependencies)
* fix CHANGES.txt file
2019-12-17 16:09:08 -05:00
Chris Hostetter
8493cf18cb
Harden (Cloud)ExitableDirectoryReaderTest
...
Thread.sleep() is "subject to the precision and accuracy of system timers and schedulers."
But tests using DelayingSearchComponent need to ensure that it sleeps *at least* as long as they request, in order to trigger the timeAllowed constraint
2019-12-17 13:54:33 -07:00
Cassandra Targett
3e8872738a
Ref Guide: fix typos & standardize spellings
2019-12-17 12:59:17 -06:00
Cassandra Targett
3d4246089f
Ref Guide: make section headings in Headline Case
2019-12-17 12:12:34 -06:00
Cassandra Targett
6785650317
Ref Guide: Upgrade notes for 8.4
2019-12-17 12:02:26 -06:00
Chris Hostetter
33e44b2fd6
SOLR-13696: AwaitsFix RoutedAliasUpdateProcessorTest (and subclasses)
...
The helper method RoutedAliasUpdateProcessorTest.addDocsAndCommit doesn't garuntee docs have been committed when it returns, causing threading/timing bugs in tests that use it as a gate for making subsequent assertions -- causing a steady stream of jenkins test failures
2019-12-17 11:00:03 -07:00
Dawid Weiss
845b20224d
SOLR-14103: follow up
2019-12-17 16:12:40 +01:00
Dawid Weiss
4b7bb7cf29
SOLR-14103: remove unused dependencies and their checksums, licenses.
2019-12-17 15:52:12 +01:00
Dawid Weiss
0f7a046e85
SOLR-14104: clean up asm license.
2019-12-17 15:11:57 +01:00
Dawid Weiss
868d5b4ae6
SOLR-14104: clean up asm license.
2019-12-17 15:07:44 +01:00
Dawid Weiss
98965b6c98
SOLR-14104: clean up asm license.
2019-12-17 15:07:38 +01:00
Dawid Weiss
0e2a493446
Add transitive Lucene dependencies so that Solr licenses/ folder is (more) consistent with ant. This is an insane hack at the build-level. Mark it for removal once we get rid of ant.
2019-12-17 15:02:08 +01:00
Dawid Weiss
079ddeb1f4
SOLR-14104: Remove a truckload of unused licenses and notice files.
2019-12-17 14:41:12 +01:00
Dawid Weiss
893f802e51
Remove a truckload of unused licenses and notice files.
2019-12-17 14:30:08 +01:00
Dawid Weiss
faadb65202
Regenerate checksum for a single dependency once. Add trailing newline for consistency with ant code.
2019-12-17 14:27:25 +01:00
Dawid Weiss
8906c2ddbe
Merge forbidden APIs rules.
2019-12-17 13:39:10 +01:00
Dawid Weiss
4c94a13e69
Merge remote-tracking branch 'origin/master' into gradle-master
2019-12-17 13:38:14 +01:00