13086 Commits

Author SHA1 Message Date
Cassandra Targett
7425044457 Ref Guide: little typos 2019-06-07 17:32:25 -05:00
Cassandra Targett
b3d1a7b8e2 SOLR-12330: ref guide typos 2019-06-07 14:33:14 -05:00
Cassandra Targett
c75963b744 Ref Guide: minor typos/fixes for 8.1 ref guide 2019-06-07 14:33:05 -05:00
Christine Poerschke
1710a8a36d SOLR-13496: Fix distributed grouping related NullPointerException in JSONWriter.writeSolrDocument 2019-06-07 16:50:18 +01:00
Jan Høydahl
891b8b04bb SOLR-13526: @AwaitsFix failing tests
(cherry picked from commit 85abdbebf57f9e85918cf72c1be20359710e62db)
2019-06-07 08:35:15 +02:00
noble
b92ae784c7 SOLR-13329: ref guide 2019-06-07 12:38:56 +10:00
noble
10242afb1b SOLR-13329: ref guide 2019-06-07 12:38:43 +10:00
Tomas Fernandez Lobbe
43a7ec87a2 SOLR-13521: Fix input parameter handling for DynamicField and FieldTypes (Schema API) 2019-06-05 16:03:32 -07:00
Christine Poerschke
57c159e476 SOLR-13518: extra assertNotNull info for SolrInfoBeanTest 2019-06-05 20:39:55 +01:00
Cao Manh Dat
dc7b54df0c SOLR-13434: Fixes problem on Java 8 build 2019-06-05 15:33:51 +01:00
Jan Høydahl
d51756cfda Add bugfix version 7.7.2 2019-06-05 09:36:38 +02:00
Chris Hostetter
63e93735a6 Fix TestSort.testRandomFieldNameSorts typo that ccaused very sporadic but reproducible failures
(cherry picked from commit 92cf9d8758285352a6bd3a959988f9b72ecdf8f0)
2019-06-04 13:50:16 -07:00
Cao Manh Dat
63686689c0 SOLR-13434: Update CHANGES.txt 2019-06-04 20:07:13 +01:00
Cao Manh Dat
a39c342793 SOLR-13434: OpenTracing support for Solr (#685) 2019-06-04 20:05:17 +01:00
Cao Manh Dat
26b49827ed SOLR-13510: Move entry of CHANGES.txt to 8.1.2 2019-06-04 20:03:21 +01:00
erick
06257c5847 SOLR-12249: Better error message when grouping on a tokenized (non SortableText) field in SolrCloud
(cherry picked from commit 7fb5b7ed357b730c93ece574d1e977ecd1268533)
2019-06-04 10:27:51 -07:00
Cao Manh Dat
518143c2f0 SOLR-13510: Intermittent 401's for internode requests with basicauth enabled 2019-06-04 16:17:29 +01:00
Erick Erickson
d32334b199 SOLR-8346: Fix precommit failure on 8x 2019-06-03 18:33:51 -07:00
Erick Erickson
e890980311 SOLR-8346: Upgrade Zookeeper to version 3.5.5
(cherry picked from commit 7ebeab71f4b56d008835f0040468a07632024950)
2019-06-03 17:59:01 -07:00
markrmiller
96f000334c SOLR-13489: Stop the leader from trying to rejoin the election on session expiration and harden our zk reconnect code path.
# Conflicts:
#	solr/core/src/test/org/apache/solr/cloud/OverseerTest.java
2019-06-03 11:11:12 -05:00
noble
16374340d4 SOLR-13329: typo in CHANGES.txt 2019-06-03 22:00:26 +10:00
Noble Paul
5c677f8f46 SOLR-13504: In autoscaling policies, use an explicit 'put : on-each' to specify the the rules is applied on each node (#694)
SOLR-13504: In autoscaling policies, use an explicit 'put : on-each' to specify the the rules is applied on each node
2019-06-03 18:41:10 +10:00
Noble Paul
b3caaffd6e SOLR-13504 improve autoscaling syntax by adding a nodeset attribute (#693)
* SOLR-13504:  more checks and tests
2019-06-03 18:40:42 +10:00
Noble Paul
dbbab57398 SOLR-13504: improve autoscaling syntax by adding a nodeset attribute (#691)
SOLR-13504: In autoscaling policies, use an explicit 'nodeset' attribute for filtering nodes instead of using them directly at the toplevel
2019-06-03 18:40:15 +10:00
Cassandra Targett
aec52ed463 Ref Guide: fix bad link reference 2019-05-30 14:59:11 -05:00
Cassandra Targett
53e377db43 Ref Guide: expand abbreviations, standarize some spellings 2019-05-30 14:49:55 -05:00
Cassandra Targett
b152bc2e46 Ref Guide: fix title case for all section headings 2019-05-30 14:10:33 -05:00
Chris Hostetter
b65fc0093b Fix SolrExporterIntegrationTest to not make assumptions about the JVM that are not true on windows
(cherry picked from commit 61279a2e79c485597c011b2fbe1acfbdb96475e3)
2019-05-30 11:59:43 -07:00
Gus Heck
f0d1f9cc90 SOLR-13491 - SolrZkClient's watch wrapper no longer allows zookeeper
to hold the same watch object multiple times.

(cherry picked from commit d0c1c36c9162b557a0684c9a3cc4879c7e0cd348)
2019-05-30 09:59:16 -04:00
Cassandra Targett
320ffbcdcc SOLR-13262: Capitalize section heading; extensive copy editing throughout 2019-05-29 20:33:35 -05:00
Joel Bernstein
420121a83c SOLR-13494: Update CHANGES.txt 2019-05-29 14:47:09 -04:00
Chris Hostetter
753dfc43d6 Fix all solr tests to pass w/ -Dtests.dups=2 -Dtests.jvms=1
(cherry picked from commit c2b92f3015d44a48abc7cc5f7c972298ea317a07)
2019-05-29 10:27:40 -07:00
Joel Bernstein
91de31e5af SOLR-13494: Add DeepRandomStream implementation 2019-05-29 12:54:14 -04:00
Cao Manh Dat
190b633b7e SOLR-13450: Backport the fix from CloudHttp2SolrClientTest 2019-05-29 16:56:52 +01:00
Christine Poerschke
e9feb1146b SOLR-12941: remove unused import in IndexSizeTriggerTest 2019-05-28 16:26:11 +01:00
Andrzej Bialecki
04d781db8b SOLR-12941: Fix IndexSizeTrigger to correctly work with "aboveBytes" and "splitMethod=link" parameters. 2019-05-28 11:34:36 +02:00
Noble Paul
c445ad4c75 SOLR-13493: /autoscaling/suggestions to be able to filter by type (#686)
* SOLR-13493: /autoscaling/suggestions to be able to filter by type
2019-05-28 07:58:39 +10:00
Erick Erickson
909910a9be SOLR-12562: Reverting Clean up RealTimeGetComponent.toSolrDoc (sha 97e7d8a3d78779bb26148ed1849ba1acdf44c6c5 and 15aa9dfb3de104c3cd880e1d59f835932c17e1ff)
(cherry picked from commit 57b64f26846294599f4f8016ce5566dffe5f4de2)
2019-05-27 08:38:33 -07:00
Erick Erickson
15aa9dfb3d SOLR-12652: Clean up RealTimeGetComponent.toSolrDoc
(cherry picked from commit 97e7d8a3d78779bb26148ed1849ba1acdf44c6c5)
2019-05-26 08:31:58 -07:00
Chris Hostetter
9465763628 Fix TestCloudSearcherWarming to work around SOLR-13490
Also clean up some crufty System.out/System.err pollution

(cherry picked from commit af4e1d324a389bac8cfcbffcbef20d4647957a61)
2019-05-25 08:40:20 -07:00
noble
493364d4b1 SOLR-13484: ref-guide 2019-05-24 08:23:11 +10:00
noble
7c32bb5257 SOLR-13484: autoscaling/diagnostics APIshould be able to give diagnostics output from config pasted as a payload 2019-05-24 08:07:49 +10:00
Noble Paul
e1fa16c324 SOLR-13484: autoscaling/diagnostics APIshould be able to give diagnostics output from config pasted as a payload 2019-05-24 08:06:21 +10:00
Noble Paul
794f99f0c6 SOLR-13484: backporting 2019-05-24 08:03:20 +10:00
noble
93ce10e705 SOLR-13484:
autoscaling/diagnostics APIshould be able to give diagnostics output from config pasted as a payload
2019-05-24 07:54:46 +10:00
Erick Erickson
75f8ae55d0 SOLR-13454: Investigate ReindexCollectionTest failures
(cherry picked from commit 379e6f64b80918dd98a573c78be68fa901d70d5d)
2019-05-23 08:44:28 -07:00
Chris Hostetter
0ff6a59396 Fix TestStressCloudBlindAtomicUpdates to play nice with tests.dups
(cherry picked from commit 3ed31cfbc72b4e61d705a3e48202e386cdc3fe64)
2019-05-22 11:23:04 -07:00
Cassandra Targett
03226c0042 SOLR-13361: Add major changes in 8.0 for Ref Guide 2019-05-21 13:09:27 -05:00
Cassandra Targett
1d3d635439 Ref Guide: Upgrade notes for Solr 8.1 2019-05-21 13:08:16 -05:00
Uwe Schindler
c714623996 LUCENE-8807: Change all download URLs in build files to HTTPS
# Conflicts:
#	lucene/common-build.xml
2019-05-21 17:12:18 +02:00