Munendra S N
fc15cd79f7
SOLR-12554: Expose IndexWriterConfig's ramPerThreadHardLimitMB
...
* When ramPerThreadHardLimitMB is not specified, then Lucene's
default value 1945 is used. The specified value should be
greater than 0 and less than 2048MB
2019-07-01 23:47:26 +05:30
Jason Gerlowski
5abafaa4a3
SOLR-13539: Fix mv update of UUID, enum, bool and binary fields
...
Co-Authored-By: Thomas Wockinger
2019-07-01 08:54:45 -04:00
Munendra S N
9e40748486
SOLR-12364: add test cases for edismax boost
...
* This adds tests for bf and boosts
* Use expectThrows in edismax tests to verify exception
2019-06-29 22:34:03 +05:30
Munendra S N
6c83e39dcc
SOLR-9409: improve error message on unsupported types in collapsing
...
* Improve error message when collapsing is not supported on given
fieldtype
* Return 400 error code when unsupported value are passed for max,min
or in case of syntax error
2019-06-29 21:53:43 +05:30
Christine Poerschke
328db38d71
SOLR-13576: Factor out a TopGroupsShardResponseProcessor.fillResultIds method. (Christine Poerschke, Diego Ceccarelli)
2019-06-28 19:00:08 +01:00
Christine Poerschke
07cf48816f
SOLR-13280: Strengthen ScheduledTrigger's preferredOperation parameter validation.
2019-06-28 19:00:08 +01:00
Christine Poerschke
785937d987
SOLR-13279: Clarify ScheduledTrigger's "every parameter missing" error response.
2019-06-28 19:00:08 +01:00
Chris Hostetter
01b303c2e5
SOLR-12988: SSLTestConfig has been changed to throw AssumptionViolatedException when tests/seeds request SSL but the JVM appears to be an OpenJDK version known to have SSL bugs
...
SOLR-13574: Add CHANGES entry that was overlooked
(cherry picked from commit aaf20aefa4b29971dbbb16c9fe39e6272c7c9dd5)
2019-06-27 15:52:22 -07:00
Jan Høydahl
2ef43ce78a
SOLR-13569: AdminUI visual indication of prod/test/dev environment
...
(cherry picked from commit b54126169b2c2f116b5217c3566f5df2ba206a39)
2019-06-26 12:10:39 +02:00
Andrzej Bialecki
da6e6fd559
SOLR-13566: REINDEXCOLLECTION does not work with (basic) authentication.
2019-06-25 16:54:56 +02:00
Munendra S N
438364ab94
SOLR-12979: fail fast when collapse field is non-docValued & non-uninvertible
...
* Improve error message when collapse field is non-docValued & non-uninvertible.
Return error code 400 instead of 500 in the above case
2019-06-25 10:04:11 +05:30
David Smiley
5259e964b5
SOLR-13367: Range queries will now highlight in hl.method=unified mode.
...
Lucene MatchesUtils.disjunction method for disjunction over
BytesRefIterator terms.
2019-06-25 00:11:12 -04:00
Munendra S N
3ef5c0ee74
SOLR-13187: Fix NPE when invalid qParser is specified
...
* When non-existent qParser is specified return 400 error code
* SOLR-13197: Fix NPE when createQParser is called in StatsField
2019-06-24 22:58:58 +05:30
Munendra S N
cf6c81c26b
SOLR-12127: set op with null or empty list val should be atomic update
...
* Inplace update supports set and inc operation but when null or
empty list is specified with set op, then it should always be treated
as atomic update since this case is equivalent to removing field
from the document
2019-06-24 14:54:48 +05:30
Mikhail Khludnev
fbb64cf16a
SOLR-13545: ContentStreamUpdateRequest to close file.
2019-06-21 23:40:26 +03:00
Gus Heck
45b000e7ae
SOLR-13419 - Better infix for TRA collection names
2019-06-20 14:32:14 -04:00
David Smiley
0d51dd06ee
SOLR-13523: Fix Atomic Updates when _nest_path_ is declared.
...
Change the most common test schema to include this field so we better
test our code paths.
2019-06-20 12:00:55 -04:00
Joel Bernstein
1c27c47355
SOLR-10291: Updates CHANGES.txt
2019-06-19 20:58:45 -04:00
Joel Bernstein
cf8ac4dbcf
SOLR-13560: Update CHANGES.txt
2019-06-19 09:58:39 -04:00
Cao Manh Dat
64e3cc1789
SOLR-12988: Skip running tests with SSL on Java 11 to 11.0.2
2019-06-19 10:44:43 +01:00
Noble Paul
545b61ca23
SOLR-13329: changed the put:on-each to put: on-each-node
2019-06-19 01:03:32 +10:00
Cao Manh Dat
968830a2be
SOLR-12988: Avoid using TLSv1.3 for HttpClient
2019-06-18 13:17:51 +01:00
Chris Hostetter
2f2333a781
SOLR-13490: Fix CollectionStateWatcher/CollectionStatePredicate based APIs in ZkStateReader and CloudSolrClient to be triggered on liveNode changes.
...
Also add Predicate<DocCollection> equivilents for callers that don't care about liveNodes.
(cherry picked from commit 5a974860fa83408a86ca64b417f3111b037da7eb)
2019-06-17 10:00:05 -07:00
Noble Paul
a7af74f0c4
SOLR-13347: moved to "New Features"
2019-06-17 17:01:24 +10:00
Noble Paul
0c529cb968
SOLR-13534 : Dynamic loading to support loading jars from a URL
2019-06-17 17:00:38 +10:00
Joel Bernstein
d58b8b7590
SOLR-13552: Update CHANGES.txt
2019-06-15 14:32:42 -04:00
Joel Bernstein
3bc719cfec
SOLR-13550: Update CHANGES.txt
2019-06-14 19:29:02 -04:00
Gus Heck
2009c81374
SOLR-13420 Routed Aliases now use collection properties instead of core properties
2019-06-14 15:44:36 -04:00
Cao Manh Dat
22fca67bfe
SOLR-13541: Upgrade Jetty to 9.4.19.v20190610
2019-06-14 15:45:45 +01:00
Mikhail Khludnev
c73761b798
SOLR-13333: make terms.ttf work without terms.list in standalone mode
2019-06-14 15:46:22 +02:00
Christine Poerschke
908754a764
SOLR-13515: remove SolrPluginUtils.IdentityRegenerator in favour of NoOpRegenerator
2019-06-14 13:12:33 +01:00
Christine Poerschke
5c65d12460
SOLR-13511: Add SearchHandler.newResponseBuilder method to facilitate custom plugins' maintenance of per-request state in a custom ResponseBuilder. (Ramsey Haddad, Christine Poerschke)
2019-06-14 13:12:32 +01:00
Jan Høydahl
79fd32091e
SOLR-8754: CHANGES
...
(cherry picked from commit bc97c4caa0f556d54d6daf0cba2b71bd2706cbec)
2019-06-13 12:58:56 +02:00
Cassandra Targett
e139c86769
SOLR-13235: Split Collections API Ref Guide page into several smaller child pages
2019-06-12 19:04:33 -05:00
Noble Paul
fe871b906b
SOLR-13347: Transaction log to natively support UUID types
2019-06-13 09:02:41 +10:00
Mikhail Khludnev
5f6df28e11
SOLR-13509: add omitHeader=false for shards requests to avoid NPE on partialResuls check
2019-06-12 18:12:21 +02:00
erick
cd809ef767
SOLR-12013: collections API CUSTERSTATUS command fails when configset missing
2019-06-11 13:29:23 -07:00
Jan Høydahl
da8fbbd99c
SOLR-13371 improve security chapters in refguide ( #635 )
...
(cherry picked from commit 27b1c369943d61517626e335138c7190d090bfa2)
2019-06-10 23:48:38 +02:00
Andrzej Bialecki
c932e7ffd5
SOLR-13512: Raw index data analysis tool (extension of COLSTATUS collection command).
2019-06-10 19:22:17 +02:00
Christine Poerschke
1710a8a36d
SOLR-13496: Fix distributed grouping related NullPointerException in JSONWriter.writeSolrDocument
2019-06-07 16:50:18 +01:00
Tomas Fernandez Lobbe
43a7ec87a2
SOLR-13521: Fix input parameter handling for DynamicField and FieldTypes (Schema API)
2019-06-05 16:03:32 -07:00
Jan Høydahl
d51756cfda
Add bugfix version 7.7.2
2019-06-05 09:36:38 +02:00
Cao Manh Dat
63686689c0
SOLR-13434: Update CHANGES.txt
2019-06-04 20:07:13 +01:00
Cao Manh Dat
26b49827ed
SOLR-13510: Move entry of CHANGES.txt to 8.1.2
2019-06-04 20:03:21 +01:00
erick
06257c5847
SOLR-12249: Better error message when grouping on a tokenized (non SortableText) field in SolrCloud
...
(cherry picked from commit 7fb5b7ed357b730c93ece574d1e977ecd1268533)
2019-06-04 10:27:51 -07:00
Cao Manh Dat
518143c2f0
SOLR-13510: Intermittent 401's for internode requests with basicauth enabled
2019-06-04 16:17:29 +01:00
Erick Erickson
e890980311
SOLR-8346: Upgrade Zookeeper to version 3.5.5
...
(cherry picked from commit 7ebeab71f4b56d008835f0040468a07632024950)
2019-06-03 17:59:01 -07:00
markrmiller
96f000334c
SOLR-13489: Stop the leader from trying to rejoin the election on session expiration and harden our zk reconnect code path.
...
# Conflicts:
# solr/core/src/test/org/apache/solr/cloud/OverseerTest.java
2019-06-03 11:11:12 -05:00
noble
16374340d4
SOLR-13329: typo in CHANGES.txt
2019-06-03 22:00:26 +10:00
Noble Paul
5c677f8f46
SOLR-13504: In autoscaling policies, use an explicit 'put : on-each' to specify the the rules is applied on each node ( #694 )
...
SOLR-13504: In autoscaling policies, use an explicit 'put : on-each' to specify the the rules is applied on each node
2019-06-03 18:41:10 +10:00