31387 Commits

Author SHA1 Message Date
Christine Poerschke
4c81d4dd94 further solr-ref-guide grammar fixes (s/rather then/rather than/g) 2019-02-14 19:01:04 +00:00
Ken Geis
6285b3ba15 fix grammar in streaming-expressions.adoc
(Ken Geis via Christine Poerschke)

This closes #572 pull request, thank you.
2019-02-14 18:49:23 +00:00
Andrzej Bialecki
b6ebc748c9 SOLR-13155: Minor addition to the "stats" section to make it easier to
estimate the distribution of cores across nodes.
2019-02-14 11:39:41 +01:00
Jason Gerlowski
a6f9f53ce5 SOLR-13241: Add 'autoscaling' tool to solr.cmd
Prior to this commit, SOLR-13155 added support for an 'autoscaling' tool
to bin/solr, but not to the Windows equivalent bin/solr.cmd.  This
commit adds the necessary plumbing to the Windows version of this
script.  It also removes some dead help-text from the bin/solr script.
2019-02-13 10:51:45 -05:00
Noble Paul
93288d7e28 SOLR-13171 : A true streaming parser for javabin payload/stream without creating any objects 2019-02-13 18:25:09 +11:00
Bruno P. Kinoshita
a1b2913049 Fix some spell check issues 2019-02-12 21:36:48 -08:00
Andrzej Bialecki
98cea5440f SOLR-13155: Add command-line option for testing autoscaling configurations. 2019-02-12 11:53:57 +01:00
Alan Woodward
83f8d14226 Add next minor release version 8.1.0
This reverts commit b20afd322daa0ded3a890bb01a6497124c1187c6.
2019-02-12 09:15:58 +00:00
Alan Woodward
4e2acd8558 Allow GPG keys with no spaces 2019-02-12 09:02:30 +00:00
jimczi
45b4f9477d Add 7.7.0 back compat test indexes 2019-02-11 10:17:01 +01:00
jimczi
dfabba967f add 7.7.0 version to rdf 2019-02-11 09:51:05 +01:00
iverase
793441475e LUCENE-8687: Optimise radix partitioning for points on heap 2019-02-11 08:12:31 +01:00
Mikhail Khludnev
8777d3ff6b SOLR-12330: clarifying domain.(filter,query) for json.facet in the ref guide. 2019-02-10 23:39:00 +03:00
Mikhail Khludnev
b63b8756b7 SOLR-12330: rethow NPEs and other json.facet syntax errors properly as 400 2019-02-10 00:02:06 +03:00
yyuan2
d60b1e4ee0 LUCENE-8662: Change TermsEnum.seekExact(BytesRef) to abstract 2019-02-08 15:16:50 -08:00
Cassandra Targett
416c9f88b8 Ref Guide: fix typos & abbreviated words 2019-02-08 13:11:10 -06:00
iverase
f79c8e6cd5 LUCENE-8680: Add CHANGES.txt entry 2019-02-08 16:26:56 +01:00
iverase
d7d4d64f34 LUCENE-8680: Refactor EdgeTree#relateTriangle method 2019-02-08 16:21:26 +01:00
Kevin Risden
092b22faa3
SOLR-9515 - Add maven forbiddenapis exclude for copied Hadoop code
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-02-08 09:32:10 -05:00
Alan Woodward
2655d44e0f Fix escaping in Solr Reference Guide 2019-02-08 13:45:48 +00:00
Tomas Fernandez Lobbe
e8b7700ba9 Set types in ZkController callables 2019-02-07 22:27:20 -08:00
Konstantin Perikov
cfceff87c4 Update language-analysis.adoc 2019-02-07 22:12:58 -08:00
Chris Hostetter
2d48bde21b disable TestInjection in RestartWhileUpdatingTest
work around for SOLR-13189 and SOLR-13212

(cherry picked from commit 956772b7ef6849ba701ecde8610cc0cc523676ff)
2019-02-07 18:27:47 -07:00
Kevin Risden
fd061bddf2
SOLR-9515 - Remove pom dependency kerby-kerb
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-02-07 11:47:42 -05:00
iverase
a843b3aa35 LUCENE-8673: Use radix partitioning when merging dimensional points instead of sorting all dimensions before hand. 2019-02-07 08:19:12 +01:00
Jason Gerlowski
199725d5d5 SOLR-13042: Miscellaneous JSON Faceting ref-guide improvements 2019-02-06 21:17:32 -05:00
Chris Hostetter
69b5a04a4d SOLR-13210: Fix TriLevelCompositeIdRoutingTest to actually make sense
(cherry picked from commit 87ad59f826d3ea5ea0e6239397c1d9a8acf59323)
2019-02-06 14:45:07 -07:00
Chris Hostetter
a38336285d Harden OrderedExecutorTest to use concurrent latches/barriers for testing parallelism instead of making assumpions about how milliseconds something should take in another thread
(cherry picked from commit ea2956fda3c23695daa43c6cb6f1c7b2a345ce27)
2019-02-06 14:45:02 -07:00
Tomas Fernandez Lobbe
9bafc4912f Removed some unused variables from DistributedUpdateProcessor 2019-02-06 11:32:51 -08:00
Jan Høydahl
d28ec13b9a SOLR-12121: Use a different JSON parser for JWTAuthPluginTest after upgrade to Hadoop3 2019-02-06 09:02:24 +01:00
Jan Høydahl
0b3ebdd290 SOLR-12121: Fix test fails in JWTAuthPluginIntegrationTest.testMetrics
(cherry picked from commit d09c724a0eaca3666dcb3fbc931bb64eb5f5b72f)
2019-02-06 08:39:27 +01:00
Jan Høydahl
ceb73803a6 SOLR-12121: JWT Token authentication plugin with OpenID Connect implicit flow login through Admin UI
(cherry picked from commit ea2c8ba38e32a9f1e7d11cf3687c5469bfd6414c)
2019-02-06 08:39:03 +01:00
Dawid Weiss
a552be9a1e SOLR-13193: LeaderTragicEventTest doesn't catch NoSuchFileException when corrupting files 2019-02-05 11:27:16 +01:00
Alan Woodward
66fb333bdd LUCENE-8655: Add .getSource() method to FunctionScoreQuery 2019-02-05 09:46:45 +00:00
Joel Bernstein
14665dac6f SOLR-13146: Update CHANGES.txt 2019-02-03 18:27:18 -05:00
Kevin Risden
dfa3ea349a
SOLR-10199: Solr's Kerberos functionality does not work in Java9 due to dependency on hadoop's AuthenticationFilter which attempt access to JVM protected classes
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-02-02 12:04:22 -05:00
Kevin Risden
52b1c580ac
SOLR-8182: Update TestSolrCloudWithKerberosAlt to work with JDK9+
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-02-02 12:04:13 -05:00
markrmiller
f20d2d0154
SOLR-9515: Update to Hadoop 3 (Mark Miller, Kevin Risden)
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-02-02 09:33:36 -05:00
David Smiley
10930fd83a SOLR-5211: Document that delete-by-id (and updates) don't affect child/nested docs
(cherry picked from commit 372d68f7f68a5a9238fdfbddeae6488432795603)
2019-02-01 15:24:53 -05:00
jimczi
e3ac4c9180 LUCENE-8676: The Korean tokenizer does not update the last position if the backtrace is caused by a big buffer (1024 chars). 2019-02-01 11:38:05 +01:00
iverase
daeeeb94cf LUCENE-8679: return WITHIN in EdgeTree#relateTriangle only when polygon and triangle share one edge 2019-02-01 11:25:19 +01:00
Nicholas Knize
fade1a091b LUCENE-8669: Fix LatLonShape WITHIN queries that fail with Multiple search Polygons that share the dateline. 2019-01-31 16:27:42 -06:00
Noble Paul
34da61e863 SOLR-12999: Index replication could delete segments before downloading segments from master if there is not enough disk space 2019-02-01 08:17:05 +11:00
Noble Paul
d3c686aa24 SOLR-12999: Index replication could delete segments before downloading segments from master if there is not enough disk space 2019-02-01 08:15:22 +11:00
Chris Hostetter
2c6d666eda reduce number of nodes/shards used in TriLevelCompositeIdRoutingTest to prevent (incredibly frequent) OOM in nightly
(cherry picked from commit 806744b0f1563c5145c494976f2d8800050a1ab6)
2019-01-31 10:46:07 -07:00
Joel Bernstein
4457115cf0 SOLR-13147: Update CHANGES.txt 2019-01-30 14:51:19 -05:00
Luca Cavanna
5e16a7771a LUCENE-8664: Add equals/hashcode methods to TotalHits class
Adding equals/hashcode to TotalHits is convenient for quick comparisons, especially for users that may use it as part of bigger objects that have their own equals/hashcode.
2019-01-30 13:16:24 +01:00
Chris Hostetter
73cfa810c7 disable TestInjection in TestStressCloudBlindAtomicUpdates
work around for SOLR-13189

(cherry picked from commit 0a01b9e12787e56604aab3a0c3792d2aa060ae74)
2019-01-29 21:23:21 -07:00
Joel Bernstein
b3c9082f77 SOLR-13104: Update CHANGES.txt 2019-01-29 22:01:43 -05:00
Joel Bernstein
768a62702a SOLR-13134: Update CHANGES.txt 2019-01-29 21:56:15 -05:00