Joel Bernstein
a10a989263
SOLR-13088: Update CHANGES.txt
2019-01-29 21:45:55 -05:00
Joel Bernstein
239905edf7
SOLR-12984: Update CHANGES.txt
2019-01-29 21:30:19 -05:00
jimczi
cf39708609
Add next minor release version 8.1.0
2019-01-29 14:12:38 +01:00
Andrzej Bialecki
1cfbd3e1c8
SOLR-13072: Make sure the new overseer leader is present.
2019-01-29 11:22:28 +01:00
jimczi
a269a4d1cb
LUCENE-8660: TopDocsCollectors now return an accurate count (instead of a lower bound) if the total hit count is equal to the provided threshold.
2019-01-29 08:58:09 +01:00
Chris Hostetter
8bee03f490
Add logging and impoved cleanup to TestStressCloudBlindAtomicUpdates setup/teardown codepaths that occasionally cause suite level failures in jenkins
...
The use of closeQuietly should hopefully prevent failures closing one HttpClient from resulting in other client objects being leaked
The setup changes are unlikey to improve test reliability, but will hopefully help diagnose where/how NPEs are coming from that currently cause some suite failures.
2019-01-28 16:22:28 -07:00
David Smiley
381a30b26c
SOLR-12768: added _nest_path_ to the default schema (thereby enabling nested docs)
...
* new NestPathField encapsulating details for how _nest_path_ is indexed
** tweaked the analysis to index 1 token instead of variable
* TokenizerChain has new CustomAnalyzer copy-constructor
2019-01-28 13:25:06 -05:00
Dawid Weiss
d7dc53ff7c
LUCENE-8474: Remove deprecated RAMDirectory.
2019-01-28 13:49:03 +01:00
Mikhail Khludnev
43f2723213
SOLR-13156: support facet.sort for facet.field={!terms=foo,bar}field
2019-01-28 15:27:09 +03:00
Alan Woodward
7713a4f245
LUCENE-8650: Fix end() and reset() in ConcatenatingTokenStream
2019-01-28 09:00:01 +00:00
Mikhail Khludnev
f543b4e1f4
LUCENE-8640: fixing DateRangePrefixTreeTest, accepting 0..59 minutes and seconds.
2019-01-28 11:14:34 +03:00
Mikhail Khludnev
8e69d12dd7
LUCENE-8640: date range syntax validation
2019-01-27 21:45:28 +03:00
Noble Paul
250d21da94
SOLR-13130: during the ResponseBuilder.STAGE_GET_FIELDS directly copy string bytes and avoid creating String Objects
2019-01-27 16:02:11 +11:00
Tommaso Teofili
000785e68e
LUCENE-8659 - updated sha1 for OpenNLP dependency
2019-01-26 23:32:59 +01:00
Tommaso Teofili
debaa37501
Merge pull request #548 from tteofili/LUCENE-8659
...
LUCENE-8659 - upgrade Lucene/Solr to use OpenNLP 1.9.1
2019-01-26 14:13:53 +01:00
Tommaso Teofili
48073a9778
LUCENE-8659 - upgrade Lucene/Solr to use OpenNLP 1.9.1
2019-01-26 13:11:30 +01:00
Chris Hostetter
ec68359065
SOLR-13168: Fixed a bug in TestInjection that caused test only code to be invoked when TLOG replicas recieved commits if java assertions were enabled
...
(see also: SOLR-12313)
2019-01-25 15:50:46 -07:00
Tomas Fernandez Lobbe
ef81dadc7d
SOLR-12373: Remove deprecated constructor
2019-01-25 13:48:40 -08:00
Tomas Fernandez Lobbe
0bd1911db6
SOLR-12373: Let DocBasedVersionConstraintsProcessor define fields to use in tombstones
...
A new config option, "tombstoneConfig" allows the DocBasedVersionConstraintsProcessor
to add extra fields to the tombstone generated when a document is deleted. This can
be useful when the schema has required fields.
2019-01-25 13:38:18 -08:00
Chris Hostetter
e2b8b0e5b1
SOLR-12801: completely prevent tlog replicas from being used.
...
This follows the spirit of the change Mark intended in his previous commit to this test, but his solution wasn't covering all cases on backcompat to branch_7x
(see also: SOLR-12313)
2019-01-25 10:18:55 -07:00
Adrien Grand
23bd97bae7
Refactor IndexedDISI to avoid method call when advancing by small gaps.
2019-01-25 10:21:48 +01:00
Adrien Grand
ef47582fd5
LUCENE-8658: Fix illegal assertion in WANDScorer.
2019-01-25 07:21:16 +01:00
Mikhail Khludnev
c317119654
SOLR-13029: configure buffer size in HdfsBackupRepository.
2019-01-24 18:06:09 +03:00
Jan Høydahl
d09c724a0e
SOLR-12121: Fix test fails in JWTAuthPluginIntegrationTest.testMetrics
2019-01-24 12:43:27 +01:00
Andrzej Bialecki
84819c8379
SOLR-13072: Fix precommit.
2019-01-24 10:47:44 +01:00
Tommaso Teofili
a557aa0aa3
Merge pull request #544 from tteofili/LUCENE-5698
...
LUCENE-5698 - added test to benchmark lucene classification against 20n dataset
2019-01-24 10:26:58 +01:00
Tommaso Teofili
c32e9b6c0a
Merge branch 'master' of github.com:apache/lucene-solr into LUCENE-5698
2019-01-24 10:25:10 +01:00
Tommaso Teofili
33896dde5a
LUCENE-5698 - minor adjustments
2019-01-24 10:24:52 +01:00
Andrzej Bialecki
72a99e9c5c
SOLR-13072: Enable this test again.
2019-01-23 15:46:25 +01:00
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