Christine Poerschke
3f4f5e2f76
SOLR-14584: CHANGES.txt entry
...
SOLR-14584: Correct SOLR_SSL_KEY_STORE and SOLR_SSL_TRUST_STORE example comments in solr.in.sh and solr.in.cmd files
(Aren Cambre via Christine Poerschke)
Closes #1597
2020-06-23 16:12:59 +01:00
Ilan Ginzburg
3e42286e9e
SOLR-14546: OverseerTaskProcessor can process messages out of order ( #1561 )
...
SOLR-14546: OverseerTaskProcessor can process messages out of order
2020-06-23 16:16:46 +02:00
Tomas Fernandez Lobbe
a1be1de67e
SOLR-14554: Let Solr use WAND algorithm when scores are requested ( #1566 )
...
Make MaxScoreCollector set minCompetitiveScore
2020-06-22 16:50:54 -07:00
Erick Erickson
84729edbba
SOLR-14574: Fix or suppress warnings in solr/core/src/test (part 2)
2020-06-18 11:12:50 -04:00
Jan Høydahl
936b9d770e
SOLR-14561 CoreAdminAPI's parameters instanceDir and dataDir are now validated ( #1572 )
2020-06-18 16:13:52 +02:00
Tomas Fernandez Lobbe
cfae052973
SOLR-14577: Return BAD REQUEST when field is missing in terms QP ( #1588 )
2020-06-17 16:02:48 -07:00
Erick Erickson
b01e249c9e
SOLR-14574: Fix or suppress warnings in solr/core/src/test (part 1)
2020-06-17 17:51:41 -04:00
Erick Erickson
6357b3bdaa
SOLR-14573: Fix or suppress warnings in solrj/src/test
2020-06-16 13:27:53 -04:00
Nazerke Seidan
2da71c2a40
SOLR-14384: SolrRequestInfo now stacks internally.
...
* "set" now MUST pair with a "clear"
* fixes SolrIndexSearcher.warm which should have re-instated previous SRI
* cleans up some SRI set/clear users
Closes #1527
2020-06-16 01:46:50 -04:00
noble
fabc704748
SOLR-14516: NPE in JsonTextWriter
2020-06-15 19:17:23 +10:00
Erick Erickson
8426dc7a6a
SOLR-14556: Fix or suppress warnings in solrj/cloud/autoscaling
2020-06-14 15:43:30 -04:00
Erick Erickson
4e90e48ac2
SOLR-14567: Fix or suppress remaining warnings in solrj
2020-06-14 08:11:23 -04:00
Erick Erickson
a41aa20b0a
SOLR-14564: Fix or suppress remaining warnings in solr/core
2020-06-13 11:00:58 -04:00
Erick Erickson
6801d4c139
SOLR-14565: Fix or suppress warnings in solrj/impl and solrj/io/graph
2020-06-12 20:06:16 -04:00
Erick Erickson
8cbfb192ab
SOLR-14563: Fix or suppress warnings in solr/contrib
2020-06-12 10:56:22 -04:00
Patrick Zhai
2991acf8ff
LUCENE-9391: Upgrade HPPC to 0.8.2 ( #1560 )
...
* LUCENE-8574: Upgrade HPPC to 0.8.2 (Co-authored-by: Haoyu Zhai <haoyzhai@amazon.com>)
2020-06-12 07:36:43 +02:00
Erick Erickson
ff391448d1
SOLR-14559: Fix or suppress warnings in solr/core/src/java/org/apache/solr/util, response, cloud, security, schema, api
2020-06-11 18:01:29 -04:00
Erick Erickson
07a203628e
SOLR-14455: Fix or suppress warnings in solr/test-framework
2020-06-10 18:05:50 -04:00
Tomas Fernandez Lobbe
9728f4ef20
SOLR-14552: Add BMW support to ReRank queries ( #1559 )
2020-06-10 14:59:50 -07:00
Munendra S N
53040984f6
SOLR-14345: return correct err msg when non-binary resp parser is used
...
* This adds support to parse error properly in case of non-binary
resp parser but the problem still exists for noopResponseParser
2020-06-10 19:11:52 +05:30
Munendra S N
001c4e2ddd
SOLR-14550: fix duplicate issue in Atomic updates with add-distinct
...
* When add-distinct value is list, it can end up adding duplicate
entries
2020-06-10 18:59:44 +05:30
Erick Erickson
c8f48d4701
SOLR-14547: Fix or suppress warnings in solr/client/solrj/io/stream
2020-06-09 19:21:36 -04:00
Mike Drob
8ee6e6797b
SOLR-14548 Address warning: static member should be qualified by type… ( #1555 )
2020-06-09 15:33:37 -05:00
murblanc
1ab9b811c6
SOLR-12823: remove /clusterstate.json ( #1528 )
...
* SOLR-12823: remove /clusterstate.json
Remove all code dealing with Zookeeper's /clusterstate.json, remove Collection API's MIGRATESTATEVERSION, remove legacyCloud option.
Also fixes SOLR-11877 DocCollection.getStateFormat is buggy
Co-authored-by: Ilan Ginzburg <iginzburg@salesforce.com>
2020-06-09 13:59:17 -05:00
Erick Erickson
4dcdd750f2
SOLR-14545: Fix or suppress warnings in apache/solr/update
2020-06-08 19:03:34 -04:00
Varun Thacker
8663a425a8
fix typo in the Solr CHANGES file
2020-06-08 14:06:57 -07:00
Andrzej Bialecki
30924f23d6
SOLR-14470: Add streaming expressions to /export handler.
2020-06-08 16:03:07 +02:00
Erick Erickson
7bf59a16bd
SOLR-14544: Fix or suppress warnings in solr/client/solrj/io/eval
2020-06-07 21:31:51 -04:00
Erick Erickson
04ba04c29d
SOLR-14543: Fix or suppress warnings in apache/solr/search
2020-06-07 21:20:25 -04:00
Jan Høydahl
f404a38fa6
SOLR-9679: Exception when removing zk node /security.json ( #1403 )
2020-06-08 01:11:56 +02:00
mrsoong
291e358a3d
SOLR-13203: return 400 on invalid dynamic field for edismax uf ( #1502 )
2020-06-07 17:42:25 +05:30
Erick Erickson
f96488180c
SOLR-14542: Fix or suppress warnings in solr/handler/dataimport
2020-06-07 08:10:35 -04:00
Guna Sekhar Dora Kovvuru
aca95a1ec6
SOLR-13492: perform explicit GC concurrently ( #1370 )
2020-06-07 15:44:30 +05:30
Erick Erickson
3cbb1e0b4f
SOLR-14480: Fix or suppress warnings in solr/cloud/api
2020-06-06 18:11:37 -04:00
Mikhail Khludnev
a60f17dc0a
SOLR-14442: add improvement to CHANGES.txt
2020-06-06 17:51:12 +03:00
Erick Erickson
6d5b1ae7f4
SOLR-14536: Fix or suppress warnings in apache/solr/common
2020-06-06 09:30:17 -04:00
Erick Erickson
ae3de57b33
SOLR-14538: Fix or suppress remaining warnings in apache/solr/handler
2020-06-05 15:22:44 -04:00
Chris Hostetter
b055c7489f
SOLR-14467: Fix relatedness() stat in json.facets to no longer cause server errors (or nonsense results) when combined with allBuckets:true
2020-06-05 08:58:59 -07:00
Erick Erickson
0c4d8fb116
SOLR-14535: Fix or suppress warnings in apache/solr/handler/component, sql and loader
2020-06-04 17:49:46 -04:00
Erick Erickson
bab4fccba2
SOLR-14533: Fix or suppress warnings in solr/handler/admin
2020-06-04 07:02:55 -04:00
Joel Bernstein
90039fc9bc
SOLR-14476: Add percentiles and standard deviation aggregations to stats, facet and timeseries Streaming Expressions
2020-06-03 14:08:26 -04:00
Chris Hostetter
fb58f433fb
SOLR-14520: Fixed server errors from the json.facet allBuckets:true option when combined with refine:true
2020-06-03 09:09:46 -07:00
David Smiley
2af82c83d9
SOLR-11334: Split some field lists better
...
Used by HighlightComponent and TermVectorComponent
Used to produce an empty string on comma-space, leading to an exception.
2020-06-02 22:57:37 -04:00
Erick Erickson
db9cd0cebb
SOLR-14526: fix or suppress warnings in apache/solr/core
2020-06-02 09:08:11 -04:00
Noble Paul
e841d7625c
SOLR-14525 For components loaded from packages SolrCoreAware, ResourceLoaderAware are not honored ( #1547 )
2020-06-02 10:01:39 +10:00
Yuriy Koval
cb7e948d2e
SOLR-14517 Obey "mm" local param on edismax queries with operators ( #1540 )
...
Prior to this commit query parsing looked for mm in query-params, but neglected to check local params for a subset of queries.
2020-06-01 08:13:11 -04:00
Ishan Chattopadhyaya
1dda684876
SOLR-14491: Intercepting internode requests in KerberosPlugin when HTTP/2 client is used
2020-06-01 13:37:12 +05:30
Erick Erickson
e1cc7a75c7
SOLR-14519:Fix or suppress warnings in solr/cloud/autoscaling
2020-05-31 15:07:06 -04:00
Mikhail Khludnev
2c8cfa678b
SOLR-14419: adding {param:ref} to Query DSL
2020-05-28 23:51:53 +03:00
Mike Drob
a240f0ba3f
Add bugfix version 8.5.2
2020-05-27 12:09:36 -05:00
Erick Erickson
07a9b5d1b0
SOLR-14474: Fix remaining auxilliary class warnings in Solr
2020-05-27 12:06:29 -04:00
Jason Gerlowski
46ca768687
SOLR-14280: SolrConfig error handling improvements
2020-05-26 08:32:06 -04:00
Andrzej Bialecki
22044fcabb
SOLR-14498: Upgrade to Caffeine 2.8.4, which fixes the cache poisoning issue.
2020-05-26 12:56:08 +02:00
Erick Erickson
675956c004
SOLR-14495: Fix or suppress warnings in solr/search/function
2020-05-22 13:40:20 -04:00
Shalin Shekhar Mangar
338671e511
SOLR-13325: Add a collection selector to ComputePlanAction ( #1512 )
...
ComputePlanAction now supports a collection selector of the form `collections: {policy: my_policy}` which can be used to select multiple collections that match collection property/value pairs. This is useful to maintain a whitelist of collections for which actions should be taken without needing to hard-code the collection names. The collection hints are pushed down to the policy engine so operations for non-matching collections are not computed at all. The AutoAddReplicasPlanAction now becomes a thin shim over ComputePlanAction and simply adds a collection selector for the collection property autoAddReplicas=true.
2020-05-22 10:36:27 +05:30
David Smiley
3fba3daa95
SOLR-14461: Replace commons-fileupload with Jetty ( #1490 )
2020-05-22 00:34:48 -04:00
Tomas Fernandez Lobbe
3ca7628c43
SOLR-13289: Rename minExactHits to minExactCount ( #1511 )
2020-05-21 16:42:37 -07:00
Tomas Fernandez Lobbe
5e9483e788
SOLR-13289: Use the final collector's scoreMode ( #1517 )
...
This is needed in case a PostFilter changes the scoreMode
2020-05-21 15:48:37 -07:00
Andrzej Bialecki
0728ef06e9
SOLR-14504: ZkController LiveNodesListener has NullPointerException in startup race.
2020-05-21 18:17:47 +02:00
Erick Erickson
9c066f60f1
SOLR-14482: Fix or suppress warnings in solr/search/facet
2020-05-21 08:59:32 -04:00
Chris Hostetter
28209cb8b1
SOLR-14492: Fix ArrayIndexOutOfBoundsException in json.facet 'terms' when FacetFieldProcessorByHashDV is used with aggregations over multivalued numeric fields
...
SOLR-14477: Fix incorrect 'relatedness()' calculations in json.facet 'terms' when 'prefix' option is used
2020-05-20 11:16:05 -07:00
Andrzej Bialecki
57b7d8a8db
SOLR-14486: Autoscaling simulation framework should stop using /clusterstate.json.
2020-05-19 18:52:47 +02:00
David Smiley
9259f00748
SOLR-14472: missed CHANGES.txt
2020-05-18 17:45:55 -04:00
David Smiley
803aad9175
SOLR-8394: /admin/luke didn't computeindexHeapUsageBytes ( #1497 )
...
Needed to call FilterLeafReader.unwrap.
Co-authored-by: igiguere <igiguere@opentext.com>
2020-05-15 14:02:49 -04:00
erick
34e5e6c127
SOLR-14485: Fix or suppress 11 resource leak warnings in apache/solr/cloud
2020-05-15 13:39:51 -04:00
Tomas Fernandez Lobbe
4e564079fb
SOLR-14471: Add CHANGES entry
2020-05-14 21:35:21 -07:00
Joel Bernstein
08360a2997
SOLR-14407, SOLR-14478: Update CHANGES.txt
2020-05-14 10:52:55 -04:00
Jan Høydahl
1e449e3d04
SOLR-12131: ExternalRoleRuleBasedAuthorizationPlugin ( #341 )
2020-05-13 23:29:33 +02:00
Samuel García Martínez
adddab9d14
SOLR-14456: Fix Content-Type header forwarding on compressed requests ( #1480 )
...
Co-authored-by: Samuel García Martínez <samuelgma@inditex.com>
2020-05-12 17:50:07 -04:00
Andrzej Bialecki
4680e9245f
SOLR-14423: Move static SolrClientCache from StreamHandler to CoreContainer for wider reuse and better life-cycle management.
2020-05-12 21:44:00 +02:00
Jan Høydahl
6971244134
SOLR-14463: Solr Admin ZkStatus page now works with ZK 3.6 ( #1499 )
2020-05-12 10:57:33 +02:00
Erick Erickson
a0e158c3d0
SOLR-14266: Fix or suppress 14 resource leak warnings in apache/solr/core
2020-05-11 21:55:29 -04:00
Erick Erickson
aeb9f6ce5b
SOLR-7880: Update commons-cli to 1.4
2020-05-10 19:04:30 -04:00
Erick Erickson
15be0db586
SOLR-11934: Visit Solr logging, it's too noisy.
2020-05-09 12:49:59 -04:00
Tomas Fernandez Lobbe
d9f9d6dd47
SOLR-13289: Add Support for BlockMax WAND ( #1456 )
...
Add support for BlockMax WAND via a minExactHits parameter. Hits will be counted accurately at least until this value, and above that, the count will be an approximation. In distributed search requests, the count will be per shard, so potentially the count will be accurately counted until numShards * minExactHits. The response will include the value numFoundExact which can be true (The value in numFound is exact) or false (the value in numFound is an approximation).
2020-05-08 14:25:47 -07:00
Erick Erickson
4a76a59d69
SOLR-14466: Upgrade log4j2 to latest release (2.13.2)
2020-05-08 13:28:19 -04:00
Cassandra Targett
d4dbd0b9e7
SOLR-14173: Add entry in CHANGES.txt
2020-05-05 15:40:47 -05:00
Marcus
6f775bfa69
SOLR-14014 Allow disabling AdminUI at launch ( #1471 )
2020-05-04 16:51:31 -05:00
Andrzej Bialecki
5eea489e44
SOLR-14431: SegmentsInfoRequestHandler does not release IndexWriter.
2020-05-04 14:44:01 +02:00
Mike Drob
242f48a1ca
SOLR-14440 Cert Auth plugin
2020-05-01 13:11:01 -05:00
Mike Drob
a5c73d39d3
Revert "SOLR-14440 CertAuth plugin ( #1463 )"
...
Another commit accidentally snuck in
This reverts commit 7b289d6185
.
2020-05-01 13:09:28 -05:00
Mike Drob
7b289d6185
SOLR-14440 Cert Auth plugin ( #1463 )
2020-05-01 12:47:12 -05:00
Mike Drob
ddd8fa9284
update CHANGES for #807
2020-04-29 18:29:05 -05:00
Ishan Chattopadhyaya
0c682d0e9a
SOLR-14237: A new panel with security info in admin UI's dashboard
2020-04-29 22:34:13 +05:30
David Smiley
daeaffa9d7
SOLR-14433: Improve SolrShardReporter default metrics list ( #1453 )
...
Now includes TLOG and UPDATE./update.
These were small bugs to begin with but from user perspective this is an incremental improvement.
2020-04-27 23:48:34 -04:00
noble
b25eabe6a9
SOLR-13942: A read API at /api/cluster/zk/* to fetch raw ZK data and view contents of a ZK direcory
2020-04-27 20:36:16 +10:00
Tomoko Uchida
f03e6aac59
SOLR-14429: Convert .txt files to properly formatted .md files ( #1450 )
2020-04-27 08:43:04 +09:00
Mike Drob
fe05a6d380
SOLR-14420 Declare ServletRequests as HttpRequests in AuthenticationPlugin ( #1442 )
...
Declare ServletRequests as HttpRequests in AuthenticationPlugin
2020-04-22 12:06:18 -05:00
Andrzej Bialecki
5d60ff4613
SOLR-12845: Add a default autoscaling cluster policy.
2020-04-22 17:46:39 +02:00
Jan Høydahl
c9cd623a62
SOLR-14421: Fix non-working examples in solr.in.cmd
2020-04-21 15:10:13 +02:00
Kevin Risden
89e14faca9
SOLR-13886: HDFSSyncSliceTest and SyncSliceTest started failing frequently
...
Signed-off-by: Kevin Risden <krisden@apache.org>
2020-04-19 17:49:20 -04:00
David Smiley
f5d91395db
SOLR-14391: getDocSet(Query[]) can use search(query,collector)
...
Refactoring to simplify SolrIndexSearcher.
ScoreFilter interface is obsolete now.
Fixed #1409
2020-04-18 20:28:57 -04:00
Erick Erickson
3af165b32a
LUCENE-7788: fail precommit on unparameterised log messages and examine for wasted work/objects
2020-04-17 20:40:32 -04:00
Jan Høydahl
03363f413f
SOLR-14371 Zk StatusHandler should know about dynamic zk config ( #1392 )
2020-04-17 16:30:27 +02:00
Jan Høydahl
fc53fd921a
SOLR-14411, SOLR-14359 CHANGES entry fixes after 8.5.1 release
2020-04-17 15:58:39 +02:00
Markus Schuch
74ecc13816
SOLR-14387 add testcase for ids with separators to GetByIdTest and fix SolrClient to escape ids properly
2020-04-16 11:52:03 -05:00
Mikhail Khludnev
b24b028402
SOLR-14291: fix regexps to handle dotted fields in Old Analytics params.
2020-04-16 14:11:22 +03:00
iverase
b7b85f3e75
Move bugfix entries to version 8.5.1
2020-04-16 09:36:55 +02:00
iverase
8a88ab0e7c
Add bugfix version 8.5.1
2020-04-16 09:27:06 +02:00
Shalin Shekhar Mangar
4df81f1d6d
SOLR-9909: The deprecated SolrjNamedThreadFactory has been removed. Use SolrNamedThreadFactory instead.
2020-04-13 08:23:10 +05:30