Mike
8d937c1dc3
SOLR-14274 Do not register multiple sets of JVM metrics ( #1299 )
2020-03-25 13:48:17 -05:00
Michael Sokolov
075adac598
remove LUCENE-8962 from CHANGES.txt
2020-03-25 14:34:45 -04:00
Uwe Schindler
2c7a710945
LUCENE-9281: Retire SPIClassIterator from master because Java 9+ uses different mechanism to load services when module system is used ( #1360 )
...
LUCENE-9281: Use java.util.ServiceLoader to load codec components and analysis factories to be compatible with Java Module System
2020-03-25 18:03:36 +01:00
Alan Woodward
ad75916b6b
LUCENE-9283: Also exclude DelimitedBoostTokenFilter from TestFactories
2020-03-25 10:04:38 +00:00
mariemat
aad814ba63
SOLR-14340: Remove unnecessary configset verification checks
...
Improves CLUSTERSTATUS times for massive clusters.
Closes #1373
2020-03-24 15:34:20 -04:00
Ignacio Vera
674aba6a85
LUCENE-9287: UsageTrackingQueryCachingPolicy no longer caches DocValuesFieldExistsQuery ( #1374 )
2020-03-24 15:26:56 +01:00
Alan Woodward
20abf3e478
Add 8.5.0 back-compat indices
2020-03-24 12:38:49 +00:00
Alan Woodward
be5c407715
Update RDF files for 8.5.0 release
2020-03-24 11:31:01 +00:00
Andrzej Bialecki
68e4304453
SOLR-14347: Autoscaling placement wrong when concurrent replica placements are calculated.
2020-03-23 18:21:40 +01:00
Munendra S N
7f460faffb
fix typos in subquery doc transformer
2020-03-23 19:57:46 +05:30
Munendra S N
5630619dfd
SOLR-14343: set initcapacity properly in NamedList
...
* This is when map or map.entry array is passed in constructor
2020-03-23 19:54:54 +05:30
Munendra S N
06fd70fc0f
SOLR-14348: split TestJsonFacets to multiple test classes
...
* TestJsonFacet split into 3 classes, TestsJsonFacets, TestJsonFacetErrors
and TestJsonRangeFacet
* TestJsonFacets contains mainly terms faceting and stats
* range facet covers distributed cases too
2020-03-23 19:50:58 +05:30
Ignacio Vera
aaf08c9c4d
LUCENE-9275: make TestLatLonMultiPolygonShapeQueries more resilient for CONTAINS queries ( #1345 )
2020-03-23 07:26:48 +01:00
David Smiley
62967039dc
ivy settings: local maven repo pattern needs classifier ( #1367 )
...
note: use of this is still commented out
2020-03-21 11:51:49 -04:00
David Smiley
ae2eadb592
solr-upgrade-notes.adoc: highlighter sizing is different
2020-03-19 21:29:08 -04:00
Erick Erickson
5fd55d77e9
SOLR-12353: SolrDispatchFilter expensive non-conditional debug line degrades performance
2020-03-19 15:26:44 -04:00
Munendra S N
e36733d01d
SOLR-14350: fix test failure due to SOLR-14012
2020-03-19 22:43:29 +05:30
Munendra S N
78e670f19e
SOLR-14012: return long from unique and hll even for standalone
2020-03-19 19:21:57 +05:30
Munendra S N
e9d6c24fb7
SOLR-11725: use corrected sample formula to calc stdDev in JSON facets
...
* Both stdDev and variance uses corrected sample formula to compute
the values. This is similar to StatsComponent
2020-03-19 19:21:57 +05:30
Alan Woodward
126e4a61b8
LUCENE-9283: Exclude DelimitedBoostTokenFilter from TestRandomChains
2020-03-19 13:12:04 +00:00
David Smiley
4fd96bedc2
SOLR-14256: replaced EMPTY with empty() to fix deadlock
2020-03-18 08:31:29 -04:00
Munendra S N
7f37a55a8c
SOLR-13944: remove redundant checks in SpellCheckCollator
...
* After SOLR-14073, these checks become redundant and add
additional tests for spellcheck with collapse
2020-03-18 10:51:50 +05:30
Munendra S N
0b063fd2b7
SOLR-10157: improve error message in case of unknown aggregations
2020-03-18 10:46:57 +05:30
Munendra S N
6a59d443bc
LUCENE-8908: return def val from objectVal when exists returns false
...
* This behavior is similar to floatVal in QueryValueSource
2020-03-18 10:41:13 +05:30
Munendra S N
2b327e5deb
SOLR-13199: Fix NPE in ChildDocTransformer when parenFilter is invalid
...
* Return proper error message and error code
2020-03-18 10:32:28 +05:30
Munendra S N
a1485ab92b
SOLR-14338: add missing close list tag in CDCR documentation
2020-03-18 09:26:59 +05:30
ameliahenderson
fda935482b
SOLR-8306: Optimize expand.rows=0 to compute only total hits ( #1334 )
...
* When expand.rows=0, expand documents are not returned. So, computing them could be avoided and only total hits need to be computed
2020-03-18 09:23:04 +05:30
Dawid Weiss
bf25e6566d
LUCENE-9279: add changes entry and attribution.
2020-03-17 22:06:01 +01:00
Simon Willnauer
bdb40fb164
Cleanup DWPT for readability ( #1350 )
...
DWPT had some complicated logic to account for failures etc.
This change cleans up this logic and simplifies the document processing
loop
2020-03-17 15:18:38 +01:00
Dawid Weiss
7fe6f9c57d
LUCENE-9279: Update dictionary version for Ukrainian analyzer (with corrected checksums).
2020-03-16 21:47:14 +01:00
Dawid Weiss
1abed9ab22
Revert "LUCENE-9279: Update dictionary version for Ukrainian analyzer ( #1354 )"
...
This reverts commit 73b618a55c
.
2020-03-16 21:19:05 +01:00
Jason Gerlowski
6ae69d361c
Document sort param tiebreak logic ( #1349 )
2020-03-16 07:59:25 -04:00
David Smiley
261e7ba86c
LUCENE-8103: Revert QueryValueSource.objectVal change
2020-03-16 00:27:04 -04:00
erick
6c1d992fad
SOLR-14312: SOLR-14296: Upgrade Zookeeper to 3.5.7, Update netty to 4.1.47
2020-03-15 22:11:49 -04:00
arysin
73b618a55c
LUCENE-9279: Update dictionary version for Ukrainian analyzer ( #1354 )
2020-03-15 22:17:05 +01:00
Michele Palmia
87b1bddf1c
LUCENE-8103: Use TwoPhaseIterator in DoubleValuesSource and QueryValueSource
...
Fixes #1343
2020-03-15 11:50:45 -04:00
Simon Willnauer
bd16620706
LUCENE-9164: fix changes entry
2020-03-15 09:04:52 +01:00
David Smiley
cbd0dcb5df
SOLR-14254: Docs for text tagger: FST50 trade-off ( #1332 )
2020-03-13 22:02:01 -04:00
Mike Drob
adb829cf35
[logging] log actual size of transient core cache
2020-03-13 15:45:52 -05:00
Simon Willnauer
c0cf7bb4b0
LUCENE-9276: Use same code-path for updateDocuments and updateDocument ( #1346 )
...
Today we have a large amount of duplicated code that is rather of
complex nature. This change consolidates the code-paths to always
use the updateDocuments path.
2020-03-13 20:33:15 +01:00
Mike
74721fa4c6
SOLR-14289 Skip ZkChroot check when not necessary ( #1298 )
2020-03-13 13:56:17 -05:00
Andrzej Bialecki
0f10b5f042
SOLR-13264: IndexSizeTrigger aboveOp / belowOp properties not in valid properties.
2020-03-13 12:30:17 +01:00
Alan Woodward
c266044d06
Add LZ4 NOTICE section from lucene to solr NOTICE.txt
2020-03-12 17:19:26 +00:00
Aroop
9a8602c96e
SOLR-14316: Fix unchecked type warning in JavaBinCodec ( #1344 )
...
Fix an unchecked type conversion warning in JavaBinCodec's readMapEntry's equals() method
Add test
Co-authored-by: Aroop Ganguly <aroop_ganguly@apple.com>
2020-03-12 09:55:01 -07:00
Alan Woodward
232d940c98
Really fix python syntax in smoke tester
2020-03-12 14:41:12 +00:00
Alan Woodward
f312ca327f
Fix python syntax in smoke tester
2020-03-12 12:06:38 +00:00
Alan Woodward
daf149817a
Correctly pass gpg_key to release script
2020-03-12 10:52:21 +00:00
Alan Woodward
8a940e7971
LUCENE-9171: Add CHANGES entry
...
SOLR-12238: Add CHANGES entry
2020-03-12 09:21:14 +00:00
Alan Woodward
26a32d79cc
Changes to release scripts for 8.5 release
...
* Warning message in releaseWizard about setting GPG_TTY
* Download GPG keys from new location
* Correct git commands in release wizard
2020-03-12 09:10:28 +00:00
Michele Palmia
b1ec1cd9e0
LUCENE-9258: DocTermsIndexDocValues' range scorer didn't support multi-valued fields
2020-03-11 16:57:47 -04:00