Ignacio Vera
0295e281d0
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:00:19 +02:00
noble
5b6561eadb
SOLR-13787: Support for Payload<T> as 3rd param
2019-10-12 00:39:05 +11:00
noble
2d32f0b5a6
SOLR-13787: Added support for PayLoad<T> as 3rd param
2019-10-12 00:23:40 +11:00
noble
8bfd8a55c9
SOLR-13827: Added support for PayLoad<T> as 3rd param
2019-10-12 00:11:59 +11:00
Joel Bernstein
bed9e7c474
SOLR-13829: Update CHANGES.txt
2019-10-11 09:02:56 -04:00
Joel Bernstein
ad1c24e190
SOLR-13829: RecursiveEvaluator casts Continuous numbers to Discrete Numbers, causing mismatch
2019-10-10 21:19:25 -04:00
noble
5e9ed10657
SOLR-13821: Incorrect file path escape in windows
2019-10-11 11:47:39 +11:00
Gus Heck
fb3d030e05
SOLR-13760 update CHANGES.txt
2019-10-10 18:35:12 -04:00
Gus Heck
be813bd0ae
SOLR-13760 - restore viability of date math in TRA start property ( #879 )
...
* 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
2019-10-10 18:17:22 -04:00
Andrzej Bialecki
430267ecc9
SOLR-13828: Improve ExecutePlanAction error handling.
2019-10-10 23:59:06 +02:00
Jason Gerlowski
083f2b5407
SOLR-13820: Small corrections to Rule-Based Auth docs
2019-10-10 17:04:27 -04:00
jimczi
b623f6363d
address review and add an entry to the changes
2019-10-10 17:56:51 +02:00
Christoph Büscher
5f27328a9b
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:02:38 +01:00
Cao Manh Dat
1cda424503
SOLR-13293: ConcurrentUpdateHttp2SolrClient always log AsynchronousCloseException exception error on indexing
2019-10-09 20:56:50 +01:00
noble
c0b00716bd
SOLR-13821: missing package-info.java
2019-10-09 23:17:30 +11:00
Ishan Chattopadhyaya
2e1a470c90
Adding 8.4.0 version
2019-10-08 20:03:38 +05:30
Joel Bernstein
44dc51608a
SOLR-13298: Update CHANGES.txt
2019-10-08 09:59:40 -04:00
Andrzej Bialecki
8c144444fe
SOLR-13376: Multi-node race condition to create/remove nodeLost markers.
2019-10-08 13:41:02 +02:00
Noble Paul
e3bd5a7da2
SOLR-13821: Package Store for storing package artifacts ( #929 )
...
SOLR-13821: Package Store for storing package artifacts
2019-10-08 14:24:33 +11:00
Chris Hostetter
bc0652ecc0
LUCENE-8991: disable HashMap assertions (by default) on java9 and java1.8 as well
2019-10-07 15:58:22 -07:00
Jason Gerlowski
25eda17c66
Fix atomic-update test failures
2019-10-07 14:14:46 -04:00
Andrzej Bialecki
c0a446b179
SOLR-13790: LRUStatsCache size explosion and ineffective caching.
2019-10-07 19:53:52 +02:00
Chris Hostetter
4d0afd4aff
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
2019-10-07 10:41:57 -07:00
Jason Gerlowski
ceb47042d1
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-07 13:38:55 -04:00
Jason Gerlowski
2b04363700
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 12:33:06 -04:00
Jason Gerlowski
24afd95902
SOLR-13539: Improve atomic-update test coverage
...
Closes #665
2019-10-07 08:27:29 -04:00
Adrien Grand
c40cd19f62
Fix test bug in TestFeatureSort.testDuelFloat.
...
It could index out-of-range frequencies.
2019-10-07 11:46:38 +02:00
jimczi
1ffee87152
fix style
2019-10-07 10:22:39 +02:00
jimczi
47f9bf6f31
check the global maximum minimum score every 1024 collected docs
2019-10-07 10:10:32 +02:00
Joel Bernstein
88fee95d54
SOLR-13298: Allow zplot to plot matrices
2019-10-06 22:18:00 -04:00
Noble Paul
c5dc671aa3
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:19:57 +11:00
Mikhail Khludnev
1cf7368ed8
SOLR-13719: introducing SolrClient.ping(collection)
2019-10-06 23:36:58 +03:00
Ishan Chattopadhyaya
515af6d3ec
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 18:00:40 +05:30
Tomoko Uchida
42ff080c84
LUCENE-8998: Fix OverviewImplTest.testIsOptimized reproducible failure
2019-10-05 17:15:10 +09:00
Thomas Wöckinger
22e96697de
SOLR-13795: Managed schema should do a core reload in standalone mode.
...
Fixes #902
2019-10-04 13:05:01 -04:00
Christine Poerschke
b51013a10b
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:18:33 +01:00
Christine Poerschke
824f0eca6b
SOLR-13791: Remove remaining Commons BeanUtils references. (Andras Salamon, Christine Poerschke)
2019-10-04 11:14:19 +01:00
Ignacio Vera
9942544a7f
LUCENE-8990: Add estimateDocCount(visitor) method to PointValues ( #905 )
2019-10-04 10:13:55 +02:00
Igor Motov
d4ab808a8a
LUCENE-8860: add additional leaf node level optimizations in LatLonShapeBoundingBoxQuery. ( #844 )
2019-10-04 07:13:34 +02:00
Andrzej Bialecki
a0396da64b
SOLR-8241: Fix an NPE.
2019-10-03 21:11:44 +02:00
Andrzej Bialecki
8007ac0cb0
SOLR-8241: Add CaffeineCache, an efficient implementation of SolrCache.
2019-10-03 15:17:08 +02:00
Uwe Schindler
2bdfc39d89
LUCENE-8993: Also update to latest version of Apache Parent POM
2019-10-03 12:29:14 +02:00
Chris Hostetter
10da07a396
LUCENE-8991: disable java.util.HashMap assertions to avoid spurious vailures due to JDK-8205399
2019-10-02 15:58:26 -07:00
Mike Drob
2d3baf6e8f
SOLR-13797 SolrResourceLoader no longer caches bad results when asked for wrong type
2019-10-02 16:35:54 -05:00
Chris Hostetter
a57ec148e5
SOLR-13811: Refactor AutoAddReplicasIntegrationTest to isolate problematic situation into an AwaitsFix test method
2019-10-02 10:13:33 -07:00
jimczi
5895797fae
revert some refactoring that made sense when updateMinCompetitiveScore was called eagerly
2019-10-02 11:25:06 +02:00
Atri Sharma
302cd09b4c
Revert "LUCENE-8213: Introduce Asynchronous Caching in LRUQueryCache ( #815 )" ( #914 )
...
This reverts commit 0dfbf557ba
.
2019-10-02 14:24:35 +05:30
jimczi
93d135e79d
do not check global minimum score on non-competitive hits since it hurts constant score queries
2019-10-02 10:34:03 +02:00
Ahmed Adel
9063cf1b96
Fixing link to Lucene Java Bugs page ( #909 )
2019-10-02 10:29:07 +02:00
jimczi
1770f15bb5
fix bottomValueChecker assignment in index searcher
2019-10-02 00:58:46 +02:00