Sascha Szott
742354013e
fixed invalid CSS files in Solr's Angular UI
2019-01-20 11:33:22 -08:00
Joel Bernstein
28953a3afc
SOLR-13146: Allow derivatives to be computed for the oscillate Stream Evaluator
2019-01-20 13:20:41 -05:00
Erick Erickson
571ae2670a
SOLR-13091: REBALANCELEADERS is broken
...
(cherry picked from commit a692d05a909e1ce385c56c087cb62911c27b5f5b)
2019-01-19 19:30:04 -08:00
Mikhail Khludnev
43292e25c0
SOLR-13139: removing illegal date range syntax from the ref guide.
2019-01-19 20:44:46 +03:00
Cassandra Targett
d58a2f6fbb
Ref Guide: fix typos and clarify some language for autoscaling docs
2019-01-18 20:57:59 -06:00
Eric Pugh
b19415dd0c
Fix parameter name in example
2019-01-18 14:57:28 -08:00
Gus Heck
f1998dcef2
SOLR-13145 fail faster and more clearly when Jekyll is not available for ref guide build
2019-01-18 11:44:25 -05:00
Erick Erickson
a0ce84a93f
SOLR-13144: Reference guide section on IndexUpgraderTool needs to be updated
2019-01-18 08:35:50 -08:00
Dawid Weiss
efc43912a6
LUCENE-8642: RamUsageTester.sizeOf ignores arrays and collections if --illegal-access=deny.
2019-01-18 12:24:52 +01:00
fabric8-cd
54d64345f6
SOLR-13053: Adding test for assert that times nodes were removed and added was actually restored
2019-01-18 11:01:46 +00:00
Cao Manh Dat
1dbed93110
Add note about removing of LIR in Solr 8
2019-01-17 16:37:41 +00:00
Cao Manh Dat
558d99201a
Upgrade CHANGES.txt for http2 changes
2019-01-17 16:34:50 +00:00
David Smiley
3ff05feeb3
Merge remote-tracking branch 'origin/branch_8x' into branch_8x
2019-01-17 09:07:15 -05:00
David Smiley
28f2f2d534
LUCENE-8581: Unreference LatLonPoint.BYTES from LatLonShape & Rectangle2D.
...
(cherry picked from commit 70dd3ee06a49261da1c9d2c220f59ac9e73fc4c8)
2019-01-17 09:07:00 -05:00
Jan Høydahl
2be452d473
SOLR-13116: Add Admin UI login support for Kerberos
...
(cherry picked from commit e515a9140677d76d4d74a32f6c8ca03a2b2f72c5)
2019-01-17 14:25:53 +01:00
Dawid Weiss
7bcad94325
Revert "LUCENE-8642, LUCENE-8641: correct RamUsageTester.sizeOf's handling of ByteBuffers. Throw exceptions on denied reflection to catch problems early. This affects tests only."
...
This reverts commit b4524d902df8536887b0caa108634fee8599b65c.
2019-01-17 12:47:45 +01:00
Dawid Weiss
b4524d902d
LUCENE-8642, LUCENE-8641: correct RamUsageTester.sizeOf's handling of ByteBuffers. Throw exceptions on denied reflection to catch problems early. This affects tests only.
2019-01-17 12:23:43 +01:00
Dawid Weiss
727d395e58
LUCENE-8643: TestLatLonLineShapeQueries.testRandomBig fails with suite
...
timeout (simple text codec used, decreased iteration counts).
2019-01-17 10:11:03 +01:00
Simon Willnauer
59ba686970
LUCENE-8639: Prevent new threadstates from being created while we cut over to a new delete queue ( #535 )
...
This prevents an edge case where suddenly a lot of threads start indexing
while we carry over sequence ids from the previous to the new delete queue.
We now lock creation of new thread states for a very short time until we created and assigned
a new delete queue.
2019-01-16 16:38:56 +01:00
Alan Woodward
18c3986cc4
LUCENE-8633: Remove term weighting from IntervalQuery scores
2019-01-16 13:59:50 +00:00
Dawid Weiss
1a1afa232d
LUCENE-8641: add awaits fix to stop jenkins from creating subsequent alerts for this problem.
2019-01-16 11:20:24 +01:00
Tomas Fernandez Lobbe
e9db95831b
SOLR-12770: Make it possible to configure a host whitelist for distributed search
2019-01-15 11:49:11 -08:00
Jan Høydahl
5a5a84c7ad
SOLR-13137: NPE when /admin/zookeeper/status endpoint hit in standalone mode
...
(cherry picked from commit b7f99fe55a6fb6e7b38828676750b3512d6899a1)
2019-01-15 16:22:36 +01:00
Dawid Weiss
cbbf703f6a
LUCENE-8636: follow-up speedups and cleanups.
2019-01-15 12:03:03 +01:00
Chris Hostetter
62e9ff436a
SOLR-12923: add a latch to TestTriggerListener to harden test that use it so they can deterministically know when all events have been proceeded
...
This hardens several flakey tests, and allows the removal of a several arbitrary sleep calls
(cherry picked from commit d970375cd2f2357b88886a8da5ac67ef994f8d43)
2019-01-14 18:16:59 -07:00
Dawid Weiss
c38f87d966
LUCENE-8636: TestPointQueries times out on nightly (decreased big range to 50k, excluded simple text codec).
2019-01-14 15:11:36 +01:00
Andrzej Bialecki
b33df8dc0f
SOLR-13072: Use the same wait in other simulated tests where the same race condition may occur.
2019-01-14 10:54:11 +01:00
Andrzej Bialecki
229a0894fb
SOLR-13072: Wait for autoscaling config refresh to finish before modifying the cluster
...
and enable the tests for now.
2019-01-14 10:54:10 +01:00
iverase
74ee4ddf4e
LUCENE-8623: Decrease I/O pressure when merging high dimensional points
2019-01-14 07:56:31 +01:00
Joel Bernstein
2bcb7f13f0
SOLR-13104: Add natural and repeat Stream Evaluators
2019-01-13 13:14:47 -05:00
Joel Bernstein
4e99591446
SOLR-13134: Allow the knnRegress Stream Evaluator to more easily perform bivariate regression
2019-01-12 15:28:29 -05:00
Gus Heck
0f1da2bc14
SOLR-13051 improve TRA update processor test
...
- remove need to Thread.sleep()
- better async mechanism linked to SolrCore lifecycle
- add some additional tests to be a bit more thorough
2019-01-11 15:00:35 -05:00
Cassandra Targett
69cbe29e78
Ref Guide: fix double footer in page layout for index.html
2019-01-10 09:13:52 -06:00
Cassandra Targett
946a31e0c9
Ref Guide: Fix leftover getting-assistance refs that are breaking the build
2019-01-09 16:34:32 -06:00
Cassandra Targett
ccfe5d3dc2
SOLR-7896: add login screen info & screenshot to overview-of-the-solr-admin-ui; remove getting-assistance.adoc and move its content to same overview page
2019-01-09 16:06:07 -06:00
Andrzej Bialecki
2bc9904696
SOLR-13072: Document the "splitFuzz" parameter.
2019-01-09 17:22:33 +01:00
Noble Paul
f48fca15fc
SOLR-13016: test errors fixed
2019-01-10 00:58:08 +11:00
Noble Paul
8bb21f90e1
SOLR-13016: precommit errors
2019-01-09 23:58:04 +11:00
Noble Paul
2f6d31364e
SOLR-13016: Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long
2019-01-09 23:58:01 +11:00
David Smiley
e5c7bb4ddf
SOLR-12888: Run URP now auto-registers NestedUpdateProcessor before it.
...
(cherry picked from commit df119573dbc5781b2eed357821856b44bd7af5fd)
2019-01-08 23:26:19 -05:00
Noble Paul
0d4c81f2f9
SOLR-12983: Create DocValues fields directly from byte[]
2019-01-09 13:49:36 +11:00
Noble Paul
6f6a35d8f7
SOLR-12983: tests don't need to use the optimization
2019-01-09 13:49:25 +11:00
Noble Paul
507a96e418
SOLR-12983: JavabinLoader should avoid creating String Objects and create UTF8CharSequence fields from byte[]
2019-01-09 13:49:05 +11:00
Cao Manh Dat
28859fe654
SOLR-13053: Upgrade CHANGES.txt
2019-01-08 19:42:56 +00:00
Steve Rowe
0e903cab47
LUCENE-8527: Upgrade JFlex to 1.7.0. StandardTokenizer and UAX29URLEmailTokenizer now support Unicode 9.0, and provide UTS#51 v11.0 Emoji tokenization with the '<EMOJI>' token type.
2019-01-08 13:34:18 -05:00
Chris Hostetter
5a60c3e0db
SOLR-13118: Fix various nodeAdded/nodeLost trigger (integration) tests related to restoriung state
...
This includes some cleanup and refactoring of unrelated test methods in the same classes to use new helper methods
(cherry picked from commit 5a513fab8345cd0397435e7ce830268cd3763651)
2019-01-08 10:18:27 -07:00
Andrzej Bialecki
a5972cedf8
SOLR-12730: Implement staggered SPLITSHARD requests in IndexSizeTrigger.
2019-01-07 19:15:44 +01:00
Alan Woodward
bfbe80472e
LUCENE-8622: Minimum-should-match interval function
2019-01-07 14:18:25 +00:00
Alan Woodward
3593af2ac5
LUCENE-8629: New interval functions: before, after, within, overlapping
2019-01-07 14:18:25 +00:00
Jan Høydahl
6db1f4eb73
SOLR-7896: Avoid browser basicAuth dialogue when blockUnknown=false. Always show Dashboard menu. Clarify refGuide
...
(cherry picked from commit 0b6ea3f1087c2d981052880dbdd54a0eec08bff5)
2019-01-07 13:14:53 +01:00