Dawid Weiss
2a1d5eea42
SOLR-13779: Use the safe fork of simple-xml for clustering contrib
2019-09-19 12:24:26 +02:00
Jan Høydahl
dd729549b5
SOLR-13734 JWTAuthPlugin to support multiple issuers ( #860 )
2019-09-19 09:50:20 +02:00
Andrzej Bialecki
9e449ad0bc
SOLR-13763: Ignore freedisk changes in a live simulator created from snapshot.
2019-09-18 23:22:18 +02:00
Houston Putman
c7f8487328
SOLR-13773: Prometheus Exporter GC and Heap options ( #887 )
...
* SOLR-13773: Prometheus Exporter GC and Heap options
* Adding info to the ref-guide.
2019-09-18 13:31:53 -07:00
Andrzej Bialecki
6a8cfddf30
SOLR-13763: Improve the tracking of "freedisk" in autoscaling simulations.
2019-09-18 19:18:47 +02:00
Amish Shah
369df12c2c
LUCENE:8945: Allow to change the output file delimiter on Luke "export terms" feature
...
Signed-off-by: Tomoko Uchida <tomoko@apache.org>
2019-09-18 19:53:48 +09:00
Bruno Roustant
fd0c8b9e81
LUCENE-8921: IndexSearcher.termStatistics API change
...
Closes #797
2019-09-17 16:48:24 -04:00
Michael Sokolov
93d3e5d666
LUCENE-8981: update Kuromoji javadocs, adding experimental tags to DictionaryBuilder and JapaneseTokenizer ctor
2019-09-17 07:33:09 -04:00
Jan Høydahl
b617769614
SOLR-13767: Upgrade jackson to 2.9.9 ( #886 )
2019-09-17 01:13:23 +02:00
Andrzej Bialecki
30aad175e0
SOLR-13159: Add a warning about DNS resolution in SolrCloud clusters.
2019-09-16 18:50:36 +02:00
Andrzej Bialecki
e04917dc9f
SOLR-9658: Max idle time support for SolrCache implementations.
2019-09-16 16:50:07 +02:00
Jason Gerlowski
2546e7a2ec
SOLR-13622: Fix file-handle leak
2019-09-14 20:39:12 -04:00
Jan Høydahl
31735eeb40
SOLR-13238: BlobHandler generates non-padded md5
2019-09-14 22:23:17 +02:00
Varun Thacker
ae570e4694
Remove extra period
2019-09-15 05:12:12 +09:00
Thomas Wöckinger
e788024b84
SOLR-13739: Optimized large managed schema modifications
...
Internal O(n^2) problem.
Fixes #855
2019-09-13 12:35:27 -04:00
Adrien Grand
46a03fff95
LUCENE-8939: Move CHANGES entry.
2019-09-13 17:45:20 +02:00
Atri Sharma
815bc10c07
Fix erratic camelcase
2019-09-13 09:17:36 -04:00
Atri Sharma
477c28c38d
Use the threshold in concurrent search test
2019-09-13 09:17:36 -04:00
Koen De Groote
ec78ef7852
Changing keyset() to entryset() and sometines values(). ( #868 )
2019-09-13 14:42:38 +02:00
jimczi
ec1ef2bce6
LUCENE-8966: update CHANGES.txt after backport
2019-09-13 10:01:01 +02:00
jimczi
c8f36238ab
LUCENE-8966: The Korean analyzer split tokens on boundaries between digits and alphabetic characters.
2019-09-13 09:57:21 +02:00
Chris Hostetter
3ed96026d3
LTR Test Hardening:
...
1) use per-method state isolation in several tests...
This helps prevent failures in one test to allow persisted date to leak into other test methods,
as well as ensuring that these tests play nicely with -Dtests.iters > 1
2) TestRerankBase cleanup to eliminate unnecessary extra SolrCore (that was being leaked)
2019-09-12 18:11:24 -07:00
Michael Gibney
0ce635ec01
SOLR-13714: Correct refguide regarding shardHandlerFactory solrconfig.xml element ( #843 )
2019-09-12 13:18:35 -05:00
iverase
ef8c7a3ffc
LUCENE-8968: Remove left-over line of code.
2019-09-12 08:25:59 +02:00
Ignacio Vera
579fae5f0c
LUCENE-8976: Use exact distance between point and bounding rectangle in FloatPointNearestNeighbor ( #874 )
2019-09-12 07:48:40 +02:00
Chris Hostetter
fb5a3e28fe
CloudExitableDirectoryReaderTest improvements
...
remove use of LbSolrClient to prevent premature failure of low timeAllowed options on slow jenkins machines
increase cluster size to also test codepaths where requests are proxied by a node that does not host any core in the collection
2019-09-11 16:29:28 -07:00
Chris Hostetter
416de65d31
Fix TestSnapshotCloudManager test bug: file handle leak
...
I believe this was the root cause of some recent windows jenkins suite level failures in cleaning up temp files
2019-09-11 11:47:50 -07:00
Michael Sokolov
770464ec20
LUCENE-8971: Enable constructing JapaneseTokenizer with custom dictionary
2019-09-11 10:45:50 -04:00
Adrien Grand
c514b29b24
LUCENE-7521: Simplify PackedInts.
2019-09-11 15:45:49 +02:00
Anshum Gupta
2843f2f9fc
ant precommit GitHub action for all PRs ( #870 )
...
This runs with Java11
2019-09-10 15:51:25 -04:00
Ignacio Vera
de423aec1f
LUCENE-8968: Improve performance of WITHIN and DISJOINT queries for Shape queries ( #857 )
2019-09-10 14:53:56 +02:00
iverase
f09aafd624
LUCENE-8964: Move entry in CHANGES.txt to version 8.3
2019-09-10 14:34:49 +02:00
Alexander Reelsen
5f6c744ae1
LUCENE-8964: Fix geojson shape parsing on string arrays in properties ( #866 )
2019-09-10 14:15:28 +02:00
Jan Høydahl
4599f6e9ee
SOLR-13713: JWTAuthPlugin to support multiple JWKS endpoints
2019-09-10 13:01:47 +02:00
Noble Paul
a288710a64
SOLR-13677: reverting the last commit ( #863 )
2019-09-09 22:48:49 +10:00
Ignacio Vera
62001b9b96
LUCENE-8620: Update Tessellator logic to label if triangle edges belongs to the original polygon ( #771 )
2019-09-09 11:16:43 +02:00
Noble Paul
042478cfa7
SOLR-13677: reverting the last commit
2019-09-08 14:57:47 +10:00
Andrzej Bialecki
9510e06612
SOLR-13742: temporarily disable this assertion while I investigate jenkins failures
...
(the test passes local beasting).
2019-09-07 22:23:22 +02:00
Andrzej Bialecki
6f22bf0964
SOLR-13742: Allow optional redaction of data saved by 'bin/solr autoscaling -save'.
...
Fix some unwanted side-effects in snapshots + add more robust unit tests.
2019-09-07 12:09:09 +02:00
David Smiley
da158ab229
SOLR-13745: AtomicUpdateProcessorFactoryTest should close request
2019-09-06 13:55:57 -04:00
David Smiley
b963b7c3db
LUCENE-8753: New UniformSplit and SharedTermsUniformSplit PostingsFormats
2019-09-06 11:48:32 -04:00
Christine Poerschke
6574ae63d4
SOLR-13240: Fixed UTILIZENODE action resulting in IllegalArgumentException.
...
(Hendrik Haddorp, Richard Goodman, Tim Owen, shalin, noble, Christine Poerschke)
2019-09-06 12:36:33 +01:00
David Smiley
c8203e4787
SOLR-13728: fail partial updates to child docs when not supported.
2019-09-05 23:16:55 -04:00
Chris Hostetter
2552986e87
LUCENE-8917: Fix Solr's TestCodecSupport to stop trying to use the now-removed Direct docValues format
2019-09-05 12:11:49 -07:00
Atri Sharma
106ae969e0
Harden Up TestDiversifiedTopDocsCollector ( #858 )
...
TestDiversifiedTopDocsCollector.testInvalidArguments should check for
exceptions and corresponding messages, post LUCENE-8905
2019-09-05 19:31:10 +02:00
Adrien Grand
3ad6e4f0bc
LUCENE-8956: QueryRescorer now only sorts the first topN hits instead of all initial hits.
2019-09-05 19:28:08 +02:00
Adrien Grand
e1c4742abf
Revert "LUCENE-8956: QueryRescorer now only sorts the first topN hits instead of all initial hits."
...
This reverts commit fd3ae87805
.
2019-09-05 16:59:37 +02:00
Atri Sharma
02792de0e5
LUCENE-8905: Better Error Handling For Illegal Arguments ( #769 )
2019-09-05 16:14:34 +02:00
Adrien Grand
78b6530fb2
LUCENE-8917: Fix test failure.
2019-09-05 11:27:18 +02:00
Adrien Grand
ec0acf9984
LUCENE-8917: Add MIGRATE entry.
2019-09-05 11:09:24 +02:00