iverase
e719ea5a42
LUCENE-8928: Check that point is inside an edge bounding box when
...
checking if the point belongs to the edge
2019-10-14 20:28:09 +02:00
Adrien Grand
e5ca494769
LUCENE-9003: Compute numDocs() lazily. ( #939 )
2019-10-14 19:56:23 +02:00
Koen De Groote
575f8a6ad8
LUCENE-8994: Code Cleanup - Pass values to list constructor instead of empty constructor followed by addAll(). ( #919 )
2019-10-14 19:56:23 +02:00
Koen De Groote
93f9a093cc
LUCENE-8979: Code Cleanup: Use entryset for map iteration wherever possible. - part 2
2019-10-14 19:56:00 +02:00
Przemko Robakowski
dad15ba15e
LUCENE-9001: Fix race condition in SetOnce ( #931 )
2019-10-14 19:56:00 +02:00
Adrien Grand
da73a6aff5
LUCENE-8920: Disable direct addressing of arcs. ( #950 )
2019-10-14 19:56:00 +02:00
Ignacio Vera
d82682c845
LUCENE-8746: Refactor EdgeTree ( #878 )
...
Introduce a Component tree that represents the tree of components (e.g polygons).
Edge tree is now just a tree of edges.
2019-10-14 19:37:03 +02:00
Noble Paul
41779e5f60
SOLR-13731: javabin must support a 1:1 mapping of the JSON update format
2019-10-14 11:09:23 +11:00
yonik
845c3e9775
SOLR-13815: enhance live split test to fail more often
2019-10-13 17:10:40 -04:00
Uwe Schindler
99ed605493
Update forbiddenapis to v2.7 and Groovy to v2.4.17
2019-10-12 21:44:45 +02:00
noble
83c80376fa
SOLR-13787: Better error logging
2019-10-12 16:36:04 +11:00
Yonik Seeley
cc62b9fac2
SOLR-13815: fix live split data loss due to cluster state change between checking current shard state and getting list of subShards ( #920 )
...
* SOLR-13815: add simple live split test to help debugging possible issue
* SOLR-13815: fix live split data loss due to cluster state change berween checking current shard state and getting list of subShards
2019-10-11 15:11:04 -04:00
Ignacio Vera
a9c7750402
LUCENE-8928: Compute exact bounds every N splits ( #926 )
...
When building a kd-tree for dimensions n > 2, compute exact bounds for an inner node every N splits to improve the quality of the tree. N is defined by SPLITS_BEFORE_EXACT_BOUNDS which is set to 4.
2019-10-11 18:18:42 +02:00
noble
71e9564e0d
SOLR-13787: Support for Payload<T> as 3rd param
2019-10-12 00:38:06 +11:00
noble
dcb7abfc0e
SOLR-13787: Added support for PayLoad<T> as 3rd param
2019-10-12 00:28:19 +11:00
Joel Bernstein
946df69a8a
SOLR-13829: Update CHANGES.txt
2019-10-11 09:04:08 -04:00
Gus Heck
cdca1fcd67
SOLR-13760 update CHANGES.txt
...
(cherry picked from commit fb3d030e05
)
2019-10-10 21:38:47 -04:00
Joel Bernstein
f38ce1a815
SOLR-13829: RecursiveEvaluator casts Continuous numbers to Discrete Numbers, causing mismatch
2019-10-10 21:26:36 -04:00
noble
25ec0ddb73
SOLR-13821: Incorrect file path escape in windows
2019-10-11 11:49:12 +11:00
Gus Heck
d5b26be691
SOLR-13760 - restore viability of date math in TRA start property by
...
fixing the start date for time routed aliases
upon the receipt of the first document to avoid problems
with date math calculations required by DRA's
(cherry picked from commit be813bd0ae
)
2019-10-10 20:29:51 -04:00
Andrzej Bialecki
9c96834ca7
SOLR-13828: Improve ExecutePlanAction error handling.
2019-10-10 23:59:30 +02:00
Jason Gerlowski
2189172b74
SOLR-13820: Small corrections to Rule-Based Auth docs
2019-10-10 17:05:13 -04:00
Christoph Büscher
b531bea830
Update Wordnet file format description link ( #792 )
...
The link to the description of the Wordnet prolog database files was outdated.
This change replaces it with a working link.
2019-10-10 10:05:08 +01:00
Cao Manh Dat
21dfdac46c
SOLR-13293: Fix compile error on Java 8
2019-10-10 08:10:16 +01:00
Cao Manh Dat
8864320e39
SOLR-13293: ConcurrentUpdateHttp2SolrClient always log AsynchronousCloseException exception error on indexing
2019-10-09 20:57:25 +01:00
noble
485b702da7
SOLR-13821: missing package-info.java
2019-10-09 23:25:18 +11:00
Ishan Chattopadhyaya
a46340330f
Adding version 8.4.0
2019-10-08 19:56:42 +05:30
Joel Bernstein
a4a1d2f7a8
SOLR-13298: Update CHANGES.txt
2019-10-08 10:03:23 -04:00
Andrzej Bialecki
47aece66b4
SOLR-13376: Multi-node race condition to create/remove nodeLost markers.
2019-10-08 13:42:43 +02:00
Noble Paul
f19aaa8097
SOLR-13821: Package Store for storing package artifacts ( #929 )
...
SOLR-13821: Package Store for storing package artifacts
2019-10-08 22:21:41 +11:00
Jason Gerlowski
8d040bf1db
Fix atomic-update test failures
2019-10-08 06:32:17 -04:00
Jason Gerlowski
5dc480f88f
SOLR-13539: Fix MV removeregex atomic-updates
...
Prior to this commit, the ByteArrayUtf8CharSequence issues had been
fixed on single value removeregex commands, but not if multiple regex's
were used.
This commit fixes our NamedList parsing for this additional case. It
also adds some tests for related atomic-update cases.
Co-Authored-By: Tim Owen
2019-10-08 06:32:17 -04:00
Jason Gerlowski
f74edc6787
SOLR-13539: Improve atomic-update test coverage
...
Closes #665
2019-10-08 06:31:11 -04:00
Jason Gerlowski
20e382984a
SOLR-13539: Introduce EmbeddedSolrServerTestBase
...
This groundwork commit allows tests to randomize request content-type
more flexibly. This will be taken advantage of by subsequent commits.
Co-Authored-By: Thomas Woeckinger
Closes : #755
2019-10-08 06:31:11 -04:00
Chris Hostetter
48e19ab4c3
LUCENE-8991: disable HashMap assertions (by default) on java9 and java1.8 as well
...
(cherry picked from commit bc0652ecc0
)
2019-10-07 15:58:40 -07:00
Andrzej Bialecki
611966ec7b
SOLR-13790: LRUStatsCache size explosion and ineffective caching.
2019-10-07 22:41:41 +02:00
Jason Gerlowski
c9ba63dd2d
SOLR-13820: Improve RBAP documentation ( #924 )
...
The ref-guide page for Rule-Based Authorization was in need of a refresh. Some mailing-list questions made it clear there were a few areas users were unclear on, including permission resolution, permission syntax and defaults, and pros/cons of editing configuration using the API vs directly in ZooKeeper.
This commit clarifies these points, as well as doing some larger restructuring to (hopefully) make the page make a little more sense as a whole.
2019-10-07 15:44:50 -04:00
Chris Hostetter
a20ab051ad
LUCENE-8999: LuceneTestCase.expectThrows now propogates assert/assumption failures up to the test w/o wrapping in a new assertion failure unless the caller has explicitly expected them
...
(cherry picked from commit 4d0afd4aff
)
2019-10-07 10:42:22 -07:00
Adrien Grand
f3c50f966a
Fix test bug in TestFeatureSort.testDuelFloat.
...
It could index out-of-range frequencies.
2019-10-07 11:45:53 +02:00
Joel Bernstein
7d4751e8b8
SOLR-13298: Allow zplot to plot matrices
2019-10-06 22:25:52 -04:00
noble
888fe76a09
String#isBlank() is java 11 API
2019-10-07 09:47:23 +11:00
Noble Paul
bb3d4e41f0
SOLR-13787: An annotation based system to write v2 APIs
...
This is to make V2 APIs easier to write and less error prone
* All specs are always in sync with code
* specs are generated from code
* no need to learn and write json schema
2019-10-07 09:31:07 +11:00
Mikhail Khludnev
67de998cb7
SOLR-13719: introducing SolrClient.ping(collection)
2019-10-06 23:48:34 +03:00
Ishan Chattopadhyaya
af2fe8febc
SOLR-13661: Reverting all half-baked stuff from SOLR-13707, SOLR-13659, SOLR-13565, SOLR-13650, SOLR-13710, SOLR-13721, SOLR-13637
...
All half baked package management and hot-classloading code reverted to allow for a fresh start.
2019-10-06 20:38:59 +05:30
Tomoko Uchida
0299e4c65d
LUCENE-8998: Fix OverviewImplTest.testIsOptimized reproducible failure
2019-10-05 17:19:25 +09:00
Thomas Wöckinger
95e54196fc
SOLR-13795: Managed schema should do a core reload in standalone mode.
...
Fixes #902
(cherry picked from commit 22e96697de
)
2019-10-04 14:04:42 -04:00
Christine Poerschke
e734b40375
SOLR-13812: Add javadocs, uneven rejection and basic test coverage for the SolrTestCaseJ4.params method.
...
(Diego Ceccarelli, Christine Poerschke, Munendra S N)
2019-10-04 11:35:04 +01:00
Christine Poerschke
03facaa3f7
SOLR-13791: Remove remaining Commons BeanUtils references. (Andras Salamon, Christine Poerschke)
2019-10-04 11:35:04 +01:00
Ignacio Vera
e4ceb9763f
LUCENE-8990: Add estimateDocCount(visitor) method to PointValues ( #905 )
2019-10-04 10:19:20 +02:00
Andrzej Bialecki
ae80c181d8
SOLR-8241: Add CaffeineCache, an efficient implementation of SolrCache.
2019-10-04 07:51:58 +02:00