noble
3642aa3d4e
SOLR-14404: update was not working
2020-07-05 16:28:35 +10:00
Ishan Chattopadhyaya
c3d6a8bf7a
SOLR-14021: Deprecate HDFS support
2020-07-04 18:29:45 +05:30
Ishan Chattopadhyaya
04d9b52b3f
SOLR-14603: Update CHANGES.txt
2020-07-04 14:58:16 +05:30
Ishan Chattopadhyaya
df3bc4288c
SOLR-14603: Upgrade Restlet to 2.4.3
2020-07-04 14:53:00 +05:30
Ishan Chattopadhyaya
35b5eea147
SOLR-14537: Fix gradle precommit failures
2020-07-04 14:31:23 +05:30
Noble Paul
05324e7b18
SOLR-14610: ReflectMapWriter to use VarHandle instead of old legacy reflection ( #1635 )
2020-07-03 15:25:58 +10:00
Erick Erickson
e9568c3473
SOLR-10742: SolrCores.getNamesForCore is quite inefficient and blocks other core operations
2020-07-02 23:56:17 -04:00
Eric Pugh
2005c43667
fix link and wordsmith a bit ( #1642 )
2020-07-02 16:36:44 -04:00
Eric Pugh
b50dd0c9c7
SOLR-14358 respond to feedback on URLClassifyProcessorFactory ( #1632 )
...
* Add an example explaining how to use
* fix up JavaDoc formatting
* Respond to feedback from @janhoy
Co-authored-by: ohtwadi <harinder.hanjan@gmail.com>
2020-07-02 15:16:24 -04:00
Andrzej Bialecki
1b8fb70216
SOLR-14537: Improve performance of ExportWriter.
2020-07-02 17:34:50 +02:00
Jan Høydahl
257a185107
SOLR-14561: Fix silly mistake in refguide link
2020-07-02 17:08:31 +02:00
Jan Høydahl
cc9df5af05
SOLR-14561: Adding upgrade notes for allowPaths ( #1641 )
2020-07-02 15:37:53 +02:00
Ishan Chattopadhyaya
dd6d1c90c8
SOLR-14066: Deprecate DIH
2020-07-02 16:38:31 +05:30
Ishan Chattopadhyaya
7c593b1940
SOLR-14022: Deprecate CDCR
2020-07-02 16:29:29 +05:30
Atri Sharma
3f9cc227f1
SOLR-14588: Implement Circuit Breakers ( #1626 )
...
* SOLR-14588: Implement Circuit Breakers
This commit consists of two parts: add circuit breakers infrastructure and a "real" JVM heap memory based
circuit breaker which monitors incoming search requests and rejects them with SERVICE_TOO_BUSY error
if the defined threshold is breached, thus giving headroom to existing indexing and search requests
to complete.
2020-07-02 12:43:48 +05:30
Atri Sharma
ccdfee2cf0
Remove Redundant Import in TestContainerPlugin
2020-07-02 12:24:05 +05:30
noblepaul
2e60e1fbbd
SOLR-14404: Unregister was not working for plugins with $path-prefix
2020-07-02 15:44:16 +10:00
Erick Erickson
d0864a19c7
SOLR-14523: Enhance gradle logging calls validation: eliminate getMessage()
2020-07-01 22:07:59 -04:00
Erick Erickson
76e1d901cb
SOLR-14592: Upgrade Zookeeper to 3.6.1
2020-07-01 19:47:16 -04:00
Mikhail Khludnev
1f6de31db8
SOLR-14539 Ref Guide update {!bool excludeTags}
2020-07-01 15:06:55 +03:00
Tomas Fernandez Lobbe
6eb7bc3b7b
SOLR-14590 : Add support for Lucene's FeatureField in Solr ( #1620 )
...
Add a new RankField type that internally creates a FeatureField
Add a new RankQParser that can create queries on the FeatureField
2020-06-30 11:15:36 -07:00
Atri Sharma
d1c29ae8a9
SOLR-14609: Fix Unused Imports in TestJsonFacetsWithNestedObjects
2020-06-30 23:09:52 +05:30
Atri Sharma
ccbdb77344
Remove Unused Import in BoolQParserPlugin
2020-06-30 22:17:48 +05:30
Mikhail Khludnev
f647400e31
SOLR-14539: Introducing {!bool excludeTags=foo,bar}
2020-06-30 18:55:07 +03:00
Noble Paul
20c1fdbf7e
SOLR-14404: use MethodHandles in AnnotatedAPI ( #1624 )
2020-06-30 22:40:26 +10:00
Jan Høydahl
f0764dbb54
SOLR-14561: Fix failing @Nightly test
2020-06-30 14:37:10 +02:00
Ishan Chattopadhyaya
adf3361428
SOLR-14599: Package manager support for cluster level plugins
...
Usage:
bin/solr package deploy <packagename> -y -cluster
bin/solr package deploy <packagename>:<new-version> -y -cluster --update
bin/solr package undeploy <packagename> -y -cluster
2020-06-30 15:50:40 +05:30
Joel Bernstein
0cc45f6cdf
SOLR-14481: Update CHANGES.txt
2020-06-29 20:43:13 -04:00
Jan Høydahl
49a3f0a11d
SOLR-14561 Followup - validate params for more core operations ( #1629 )
...
Add template to solr.in scripts
Also testes Windows paths
Added RefGuide documentation to some params
2020-06-29 13:18:24 +02:00
Jan Høydahl
574e399ce5
SOLR-14588: Fix failing DebugComponentTest by reverting test to pre-patch state
2020-06-29 12:53:42 +02:00
noble
d883cd69fc
SOLR-14481: use classloader to open resource
2020-06-29 14:03:17 +10:00
noble
94684cc014
SOLR-14481: precommit error
2020-06-29 13:46:21 +10:00
Joel Bernstein
7bb9926ef2
SOLR-14481: Add drill Streaming Expression
2020-06-28 20:41:40 -04:00
noble
584e4d5f3c
syncing with branch_8x
2020-06-28 15:22:42 +10:00
Noble Paul
1590ed56bb
SOLR-14404: support for openResource() in PackageResourceLoader & path-prefix for container plugins
2020-06-28 14:49:06 +10:00
Atri Sharma
698c9cce6c
Revert "CHANGES.txt entry for SOLR-14588"
...
This reverts commit aba7a61594
.
2020-06-27 23:50:01 +05:30
Atri Sharma
529faf1241
Revert "SOLR-14588: Implement Circuit Breakers ( #1606 )"
...
This reverts commit 7b54902f68
.
2020-06-27 23:44:32 +05:30
Atri Sharma
45763b6531
Revert "SOLR-14588: Follow Up Fixes and Documentation ( #1615 )"
...
This reverts commit 74ac97e402
.
2020-06-27 23:43:58 +05:30
David Smiley
80bc86dd6a
SOLR Revert change in path separator exposed by cat()
...
Previous change *should* have been purely a refactor but accidentally changed the path separator this streaming expression exposed to always be '/'. Apparently this is controversial so the previous behavior is re-instated here (and fixes a failing test on Windows).
2020-06-27 12:13:25 -04:00
Ishan Chattopadhyaya
20f39b9c62
Revert "SOLR-14598: Granting reflection access for using annotations in SOLR-14404"
...
This reverts commit e6ffa8e9e2
.
2020-06-27 17:59:16 +05:30
Ishan Chattopadhyaya
e6ffa8e9e2
SOLR-14598: Granting reflection access for using annotations in SOLR-14404
2020-06-27 15:59:49 +05:30
Gus Heck
b7f8baab05
SOLR-13286 changes comment to correct section
2020-06-26 18:12:09 -04:00
Gus Heck
455f2e6c73
SOLR-13286 Quiet down metrics logging, add a marker to allow any handler to be silenced via log4j2.xml
2020-06-26 18:00:52 -04:00
Christine Poerschke
68a9e8fc97
SOLR-14376: remove no-longer-needed 'not no filter queries' check in SolrFeatureWeight
2020-06-26 18:12:33 +01:00
Atri Sharma
74ac97e402
SOLR-14588: Follow Up Fixes and Documentation ( #1615 )
...
This commit is a follow up to the original commit and adds more documentation and adds timing information for circuit breaker in query response only if circuit breakers are enabled. This commit also adds a test for ensuring that the query response is correct when timing is enabled and circuit breakers are being used.
2020-06-26 22:20:21 +05:30
Erick Erickson
cb6b0318a7
SOLR-14588: fix failing test
2020-06-25 19:29:20 -04:00
Marcus
31de01f0ae
SOLR-14578: Update solrcloud-autoscaling-triggers.adoc and test ( #1591 )
...
* Update solrcloud-autoscaling-triggers.adoc
* fix the name of the execute_plan action in docs and test.
2020-06-25 16:50:50 -05:00
Erick Erickson
11538e52a2
SOLR-14541: Ensure classes that implement equals implement hashCode or suppress warnings
2020-06-25 16:35:56 -04:00
Cassandra Targett
f1650d5f47
Ref Guide: prep for 8.6: upgrade notes, typos
2020-06-25 13:53:23 -05:00
Cassandra Targett
aad8c983e5
SOLR-14237: refguide: update dashboard screenshot to show security panel; add'l text edits
2020-06-25 13:53:23 -05:00
Cassandra Targett
df81ba959f
SOLR-14594: Make titles bold in Admin UI Dashboard screen
2020-06-25 13:53:23 -05:00
Cassandra Targett
1ab9835440
SOLR-14307: add enabled parameter to cache documents; typos in common-query-parameters in cache section
2020-06-25 13:53:23 -05:00
Atri Sharma
aba7a61594
CHANGES.txt entry for SOLR-14588
2020-06-25 21:42:38 +05:30
Atri Sharma
7b54902f68
SOLR-14588: Implement Circuit Breakers ( #1606 )
...
* SOLR-14588: Implement Circuit Breakers
This commit consists of two parts: initial circuit breakers infrastructure and real JVM memory based
circuit breaker which monitors incoming search requests and rejects them with SERVICE_TOO_BUSY error
if the defined threshold is breached, thus giving headroom to existing indexing and search requests
to complete.
2020-06-25 21:06:22 +05:30
Dan Fox
54e6528304
SOLR-13749: XCJF -> Cross-Collection Join
...
change solrUrlWhitelist -> allowSolrUrls
ref guide: update join parser section to be inline with the unit tests.
2020-06-25 09:26:00 -04:00
noble
73a5016ea7
Use simplified API signatures. @EndPoint annotation can be attached to a method and it's posisble to have just a single parameter for an end point
2020-06-25 16:16:04 +10:00
David Smiley
3000bbd05a
SOLR Move "userfiles" stuff from SolrPaths to CoreContainer. ( #1600 )
...
And convert String and File paths to Path API
2020-06-25 00:18:58 -04:00
Noble Paul
57a892f896
SOLR-14404 CoreContainer level custom requesthandlers ( #1432 )
...
SOLR-14404 CoreContainer level custom requesthandlers
2020-06-25 13:08:51 +10:00
Noble Paul
419560ef2a
SOLR-14409: Existing violations allow bypassing policy rules when add… ( #1598 )
...
* SOLR-14409: Existing violations allow bypassing policy rules when adding new replicas
2020-06-25 10:33:28 +10:00
Mike Drob
fa44f822e3
LUCENE-6669 Fix repeated "the the"
...
Co-Authored-By: Rich Bowen <rbowen@apache.org>
2020-06-24 16:15:51 -05:00
Ilan Ginzburg
25428013fb
SOLR-14462: cache more than one autoscaling session ( #1504 )
...
SOLR-14462: cache more than one autoscaling session
2020-06-24 22:02:43 +02:00
Atri Sharma
6a455866b0
Change JoinQuery class's visibility to package again ( #1611 )
2020-06-24 22:41:34 +05:30
Atri Sharma
7030bb5e27
SOLR-14591: Move JoinQuery To Its Own File ( #1609 )
2020-06-24 21:36:46 +05:30
Erick Erickson
db986086f5
SOLR-14541: Remove IntelliJ //noinspection comments
2020-06-23 19:36:51 -04:00
Erick Erickson
9c1772f094
LUCENE-9411: Fail complation on warnings, 9x gradle-only
2020-06-23 16:21:10 -04:00
Erick Erickson
ea1bb9f2e9
SOLR-13268: Clean up any test failures resulting from defaulting to async logging
2020-06-23 15:35:08 -04:00
Ilan Ginzburg
3c6e09268c
SOLR-14546: add a Bug Fixes section for Solr 9.0.0 in CHANGES.txt ( #1607 )
2020-06-23 18:35:48 +02:00
Christine Poerschke
710fe3a107
SOLR-14502: increase bin/solr's post kill sleep (from 1s to 10s)
2020-06-23 16:34:43 +01:00
Christine Poerschke
b4b641ea44
Revert "SOLR-14702: increase bin/solr's post kill sleep (from 1s to 10s)"
...
This reverts commit 6b55d79bf3
.
2020-06-23 16:34:06 +01:00
Christine Poerschke
6b55d79bf3
SOLR-14702: increase bin/solr's post kill sleep (from 1s to 10s)
2020-06-23 16:14:27 +01:00
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
Aren Cambre
dc1e359076
fixes SOLR-14584
2020-06-23 16:05:52 +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
Ilan Ginzburg
62dd94d26b
SOLR-12823: fix TestZKPropertiesWriter ( #1575 )
...
SOLR-12823: remove clusterstate.json in Lucene/Solr 9.0 - fix TestZKPropertiesWriter
TestZKPropertiesWriter relied on removed legacy features of the SolrCloud cluster to work.
Start a MiniSolrCloudCluster (implies config set and other test resources config) and have the test use the core of a created collection.
2020-06-22 18:02:26 +02:00
David Smiley
aa5b26f6c4
Remove some needless toAbsolutePath calls ( #1582 )
2020-06-21 16:28:25 -04: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
Eric Pugh
207efbceeb
SOLR-14572 document missing SearchComponents ( #1581 )
...
* Add an example explaining how to use
* fix up JavaDoc formatting
* add missing SearchComponents that ship with Solr, and point to external site with components.
* fix path
* simplify page layout by consolidating to lists
* add missing components that are documented elsewhere in refguide
* try to get pathing to pass precommit
* remove mention of solr.cool, in favour of a seperate PR that handles it differently
2020-06-17 11:01:49 -04:00
Erick Erickson
6357b3bdaa
SOLR-14573: Fix or suppress warnings in solrj/src/test
2020-06-16 13:27:53 -04:00
Jason Gerlowski
a7792b129b
SOLR-14558: Record all log lines in SolrLogPostTool ( #1570 )
2020-06-16 08:21:24 -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
Gus Heck
396490b65c
SOLR-13169 Improve docs for MOVEREPLICA - better parity with ref guide for v2 api descriptions
2020-06-13 16:24:45 -04:00
Gus Heck
b00d747eb6
SOLR-13169 Improve docs for MOVEREPLICA - document additional existing parameters, second pass fixing spelling and other details.
2020-06-13 15:55:32 -04:00
Gus Heck
b8ff4c7636
Refactor for code clarity, add some comments.
2020-06-13 12:17:48 -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
Michael Sokolov
26075fc1dc
LUCENE-9394: fix and suppress warnings ( #1563 )
...
* LUCENE-9394: fix and suppress warnings in lucene/*
* Change type of ValuesSource context from raw Map to Map<Object, Object>
2020-06-12 07:25:31 -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
Mike Drob
fb98f30a61
SOLR-8392 type safety on SolrParam ( #1556 )
2020-06-11 14:21:54 -05:00
murblanc
b4dcbfa3de
SOLR-12823: fix failures in CloudHttp2SolrClientTest CloudSolrClientTest TestCloudSolrClientConnections ( #1565 )
...
Co-authored-by: Ilan Ginzburg <iginzburg@salesforce.com>
2020-06-11 10:50:16 -05: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