Commit Graph

31666 Commits

Author SHA1 Message Date
Andrzej Bialecki a3fe51ffac SOLR-9735: Update CHANGES and the ref guide. 2019-01-23 15:10:22 +01:00
Jan Høydahl ea2c8ba38e SOLR-12121: JWT Token authentication plugin with OpenID Connect implicit flow login through Admin UI 2019-01-23 13:03:01 +01:00
iverase 893f5cda57 LUCENE-8654: Polygon2D#relateTriangle returns the wrong answer if polygon is inside the triangle 2019-01-23 08:25:50 +01:00
Chris Hostetter 15e5ca999f SOLR-13140: harden SearchRateTriggerIntegrationTest by using more absolute rate thresholds and latches to track when all events have been processed so we don't need to 'guess' about sleep calls
This commit also disables testDeleteNode pending an AwaitsFix on SOLR-13163
2019-01-22 11:47:11 -07:00
Uwe Schindler 452ffa3626 LUCENE-8340: Fix typo in CHANGES.txt 2019-01-22 15:54:40 +01:00
Alan Woodward 7d7ab14776 LUCENE-8646: Multi-term intervals 2019-01-22 13:36:02 +00:00
Alan Woodward 87d68c8253 LUCENE-8645: Intervals.fixField() 2019-01-22 13:35:15 +00:00
Mikhail Khludnev e68697a6de SOLR-13156: documenting functionality gap. 2019-01-22 14:44:33 +03:00
Joel Bernstein 2aa2c16b88 SOLR-131476: Add double value to test vector 2019-01-21 14:01:13 -05:00
Joel Bernstein 732281c4cc SOLR-131476: Add movingMAD Stream Evaluator 2019-01-21 13:46:33 -05:00
iverase 01dfe7bf4b LUCENE-8649: LatLonShape's within and disjoint queries can return false positives with indexed multi-shapes 2019-01-21 16:00:28 +01:00
Erick Erickson 60aef389cf SOLR-11998:RebalanceLeaders API broken response format with wt=JSON 2019-01-20 23:13:19 -06:00
abhidemon 054814efab docs(intelliJSetup): Mention the link related to project-setup in IDE 2019-01-20 12:20:11 -08:00
Jimmy Casey 8b1c7296b7 Fixed Spelling. 2019-01-20 11:50:16 -08:00
Sascha Szott 28d54d5faf fixed invalid CSS files in Solr's Angular UI 2019-01-20 11:32:29 -08:00
Joel Bernstein cbfc9cccf6 SOLR-13146: Allow derivatives to be computed for the oscillate Stream Evaluator 2019-01-20 13:19:34 -05:00
Tommaso Teofili 6df32fbc35 LUCENE-5698 - forbidden APIs related fixes 2019-01-20 09:24:25 +01:00
Tommaso Teofili e32170db83 Merge branch 'master' of github.com:apache/lucene-solr into LUCENE-5698 2019-01-20 09:24:02 +01:00
Erick Erickson a692d05a90 SOLR-13091: REBALANCELEADERS is broken 2019-01-19 19:20:39 -08:00
Mikhail Khludnev c51838479a SOLR-13139: removing illegal date range syntax from the ref guide. 2019-01-19 20:39:51 +03:00
Cassandra Targett f140971bdf Ref Guide: fix typos and clarify some language for autoscaling docs 2019-01-18 20:57:32 -06:00
Erick Erickson 73d1b07f8e LUCENE-8585: fix precommit failure 2019-01-18 18:37:52 -08:00
Eric Pugh 512cfd886d Fix parameter name in example 2019-01-18 14:54:56 -08:00
Toke Eskildsen c13645bd4c LUCENE-8585: Create jump-tables for DocValues at index-time 2019-01-18 22:42:04 +01:00
Tommaso Teofili 552c367c5d LUCENE-5698 - added test for 20n dataset, minor code adjustments 2019-01-18 21:10:33 +01:00
Gus Heck 68ed797c94 SOLR-13145 fail faster and more clearly when Jekyll is not available for ref guide build 2019-01-18 11:47:06 -05:00
Erick Erickson c0d8b75be9 SOLR-13144: Reference guide section on IndexUpgraderTool needs to be updated 2019-01-18 08:05:44 -08:00
fabric8-cd 63268000fb SOLR-13053: Adding test for assert that times nodes were removed and added was actually restored 2019-01-18 11:00:15 +00:00
Dawid Weiss efef89adc6 LUCENE-8642: RamUsageTester.sizeOf ignores arrays and collections if --illegal-access=deny. 2019-01-18 11:55:53 +01:00
Cao Manh Dat 75a7827bf4 Add note about removing of LIR in Solr 8 2019-01-17 16:37:19 +00:00
Cao Manh Dat 8e7a135496 Upgrade CHANGES.txt for http2 changes 2019-01-17 16:31:09 +00:00
David Smiley 70dd3ee06a LUCENE-8581: Unreference LatLonPoint.BYTES from LatLonShape & Rectangle2D. 2019-01-17 09:00:18 -05:00
Jan Høydahl e515a91406 SOLR-13116: Add Admin UI login support for Kerberos 2019-01-17 14:25:08 +01:00
Dawid Weiss f2352e9456 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 a16f0833ed.
2019-01-17 13:05:36 +01:00
Dawid Weiss a16f0833ed 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:30 +01:00
Dawid Weiss 9926b45597 LUCENE-8643: TestLatLonLineShapeQueries.testRandomBig fails with suite
timeout (simple text codec used, decreased iteration counts).
2019-01-17 10:10:11 +01:00
Simon Willnauer e35adf6824
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:37:49 +01:00
Alan Woodward a826649241 LUCENE-8633: Remove term weighting from IntervalQuery scores 2019-01-16 13:59:16 +00:00
Dawid Weiss 09778b2133 LUCENE-8641: add awaits fix to stop jenkins from creating subsequent alerts for this problem. 2019-01-16 11:20:11 +01:00
Tomas Fernandez Lobbe 8b54b20fc4 SOLR-12770: Make it possible to configure a host whitelist for distributed search 2019-01-15 11:44:57 -08:00
Jan Høydahl b7f99fe55a SOLR-13137: NPE when /admin/zookeeper/status endpoint hit in standalone mode 2019-01-15 16:17:10 +01:00
Dawid Weiss d4e016afdf LUCENE-8474: (partial) removal of accesses to RAMFile and RAMDirectory streams. Removal of GrowableByteArrayDataOutput. 2019-01-15 13:42:25 +01:00
Dawid Weiss f083473b89 LUCENE-8636: follow-up speedups and cleanups. 2019-01-15 12:02:15 +01:00
Chris Hostetter d970375cd2 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
2019-01-14 18:16:40 -07:00
Dawid Weiss d965b3547e LUCENE-8636: TestPointQueries times out on nightly (decreased big range to 50k, excluded simple text codec). 2019-01-14 14:12:45 +01:00
iverase 8762b071bb LUCENE-8623: Decrease I/O pressure when merging high dimensional points 2019-01-14 07:56:06 +01:00
Joel Bernstein 570d573c00 SOLR-13104: Add natural and repeat Stream Evaluators 2019-01-13 13:13:33 -05:00
Joel Bernstein 292e26bc2d SOLR-13134: Allow the knnRegress Stream Evaluator to more easily perform bivariate regression 2019-01-12 15:25:45 -05:00
Gus Heck dcc9ffe186 SOLR-13051 improve TRA update processor test
- remove some timeouts
  - better async mechanism linked to SolrCore lifecycle
  - add some additional tests to be a bit more thorough
2019-01-11 14:47:57 -05:00
Cassandra Targett 4d23ca2a19 Ref Guide: fix double footer in page layout for index.html 2019-01-10 09:13:26 -06:00