Tomas Fernandez Lobbe
2f86255b94
SOLR-14849: Add explicit sort order in testMinExactCount
2020-09-09 14:03:37 -07:00
Mike Drob
e2deca0c2b
CHANGES.txt
2020-09-09 09:21:39 -05:00
Mike Drob
c902837bb2
SOLR-14846 Clean up Optional use ( #1843 )
...
* Remove Optional.ofNullable.orElse pattern
* Remove use of Optional as method parameter
2020-09-09 09:19:48 -05:00
Christine Poerschke
12dab0f80e
SOLR-14831: remove deprecated FacetParams.FACET_DISTRIB constant
2020-09-09 13:22:31 +01:00
Christine Poerschke
4716a0b2fa
SOLR-14831: mark FacetParams.FACET_DISTRIB as deprecated
2020-09-09 13:21:41 +01:00
Christine Poerschke
04def94492
SOLR-14831: remove deprecated-and-unused "facet.distrib.mco" constant in FacetParams.java ( #1832 )
2020-09-09 13:09:21 +01:00
Christine Poerschke
f46515ee6b
Rename TestDirectoryFactory to DirectoryFactoriesTest (which is different from DirectoryFactoryTest). ( #1790 )
2020-09-09 13:08:20 +01:00
Mike Drob
984466f31b
SOLR-14770 Avoid reregistering JVM Guage as well ( #1469 )
2020-09-08 10:18:24 -05:00
Noble Paul
95ab98c920
SOLR-14151: Bug fixes ( #1815 )
2020-09-08 09:58:42 +10:00
Uwe Schindler
e2003029e3
Merge branch 'master' of https://gitbox.apache.org/repos/asf/lucene-solr
2020-09-07 23:49:23 +02:00
Uwe Schindler
3cb2829a17
Fix tabs in MD files
2020-09-07 23:49:03 +02:00
Erick Erickson
8c5ce090dd
LUCENE-9475: Enhance the Gradle build as necessary after removing Ant support, some minor text changes to solr/README.md and help.gradle
2020-09-06 17:16:08 -04:00
Dawid Weiss
e3437a467e
LUCENE-9475: remove obsolete ant-only jar sha's from Solr.
2020-09-06 22:42:28 +02:00
Dawid Weiss
8a1644779b
SOLR-14836: Exclude README.committers.txt from distribution
2020-09-06 22:37:00 +02:00
Jason Gerlowski
ecb8ca2fef
SOLR-14821: {!terms} dVTFTL supports single-valued strings
...
Prior to this commit the docValuesTermsFilterTopLevel method of the
{!terms} query parser would return zero results when run against a
single-valued String. This commit fixes this by wrapping the
single-valued 'SortedDocValues' in a 'SortedSetDocValues' object.
2020-09-05 13:54:27 -04:00
Erick Erickson
f71ba62d4a
SOLR-14579: Comment SolrJ 'Utils' generic map functions
2020-09-05 09:19:45 -04:00
Gus Heck
65da5ed32c
SOLR-14704 add download option to cloud.sh ( #1715 )
2020-09-04 09:39:23 -04:00
Andy Vuong
2544df8f6d
SOLR-14658: SolrJ collectionStatus(col) should only fetch one status ( #1687 )
...
An optimization or a perf-bug depending on point of view
2020-09-03 14:25:36 -04:00
Cassandra Targett
0ce6de61e8
Ref Guide: fix ref guide build instructions for Gradleland
2020-09-03 10:32:19 -05:00
Bruno Roustant
22abecdbc1
SOLR-14819: Fix inefficient iterator pattern in JsonSchemaValidator.
2020-09-03 12:05:13 +02:00
Chris Hostetter
a70a47d053
SOLR-14383: Fix nested indexing ref-guide documentation and corrisponding search examples
...
Squashed commit of branch jira/SOLR-14383 as of...
commit 34da84c238
Merge: 5d293276a3
8bd79ec301
Author: Chris Hostetter <hossman@apache.org>
Date: Tue Sep 1 16:39:03 2020 -0700
Merge branch 'master' into jira/SOLR-14383
2020-09-02 14:16:23 -07:00
Cassandra Targett
b867ae49d3
Ref Guide: fix build.gradle to get the ZK version to properly insert into files during html conversion
2020-09-02 13:18:01 -05:00
Bruno Roustant
56dbb66503
SOLR-14782: Document how to unescape for the QueryElevationComponent.
2020-09-02 17:40:00 +02:00
Robert Muir
784ede4eda
LUCENE-9215: replace checkJavaDocs.py with doclet ( #1802 )
...
This has the same logic as the previous python, but no longer relies
upon parsing HTML output, instead using java's doclet processor.
The errors are reported like "normal" javadoc errors with source file
name and line number and happen when running "gradlew javadoc"
Although the "rules" are the same as the previous python, the python had
some bugs where the checker didn't quite do exactly what we wanted, so
some fixes were applied throughout.
Co-authored-by: Dawid Weiss <dawid.weiss@carrotsearch.com>
Co-authored-by: Uwe Schindler <uschindler@apache.org>
2020-09-02 08:29:17 -04:00
Dawid Weiss
defffd40cb
SOLR-14822: Gradle: solr ref guide's dependencies should be moved to the test pool (palantir) ( #1821 )
2020-09-02 13:21:21 +02:00
epugh
6ab3660f25
SOLR-14422 was committed to master but not documented
2020-09-02 07:17:49 -04:00
Dawid Weiss
01e97dbd16
Use -D or -P to set solrGuideVersion.
2020-09-02 12:57:38 +02:00
Erick Erickson
594d676a95
SOLR-14579: reverting incorrect comments
2020-09-01 18:59:08 -04:00
Eric Pugh
8bd79ec301
SOLR-14773 Add LukeRequestHandler to the Solr Ref Guide ( #1773 )
...
* basic documentation on how the luke request handler to replace the old wiki page which is out of date
* typo and rework text
* move links around
2020-09-01 16:10:50 -04:00
epugh
aab9331c5e
fix links to JavaDocs
2020-09-01 13:36:23 -04:00
Ilan Ginzburg
825c18c59b
SOLR-14794: revert commit passing CloudConfig everywhere ( a3b3ba10e3
) and remove tab in solr/bin/solr.cmd
2020-09-01 17:21:12 +02:00
Erick Erickson
b421878b77
SOLR-14579: Comment SolrJ 'Utils' generic map functions
2020-09-01 10:04:44 -04:00
Erick Erickson
070237cd97
SOLR-14714: Solr.cmd in windows loads the incorrect jetty module when using java>=9
2020-09-01 08:35:45 -04:00
iverase
dc901e6797
Sync CHANGES for 8.6.2
2020-09-01 09:53:11 +02:00
noblepaul
4a68cf18b6
SOLR-14151: move the SolrClassLoader interface to SolrJ
2020-09-01 10:23:15 +10:00
Dawid Weiss
4a2a2da462
LUCENE-9435: revert Solr's packaging stuff for now.
2020-08-31 14:55:59 +02:00
David Smiley
06903a40ee
LUCENE-9456: fix DirectUpdateHandlerTest#testPrepareCommit ( #1803 )
...
Check for specific files being present or not or changing. Don't make assumptions about file count.
2020-08-30 11:32:56 -04:00
Dawid Weiss
def82ab556
LUCENE-9435: Clean up ant compatability remnants in Gradle build
...
* Removing ant-only unused tasks.
* Correct message in TestVersion.java
* Remove unused file.
* Removing forbidden API rules for ant.
* Remove 'resolve' emulation.
* Move ecj-lint to task-definition-relative folder.
* Remove 'packaging' specification. It'll have to wait until proper new packaging is implemented for Solr distribution.
* Move render-javadoc tasks's files to task-relative location.
* Moved security manager policies and default JDK logging file to gradle's task relative locations.
* Removing obsolete ant tools. Moving check source patterns under gradle's folder.
* Correct paths.
* Correct property name in task selector.
2020-08-30 14:01:04 +02:00
Ilan Ginzburg
a3b3ba10e3
SOLR-14794: pass configuration to Collection API commands ( #1801 )
...
Pass CloudConfig instance representing the solrcloud section of solr.xml configuration from Overseer to the Collection and Config Set API commands it executes.
2020-08-30 11:36:28 +02:00
Alexandre Rafalovitch
a57ba25400
SOLR-14783: Remove DIH from 9.0 ( #1794 )
...
* Remove DIH example directory
* Remove contrib code directories
* Remove contrib package related configurations for build tools
* Remove mention of DIH example
* remove dih as build dependencies and no-longer needed version pins
* Remove README references to DIH
* Remove dih mention from the script that probably does need to exist at all
* More build artifact references
* More removed dependencies leftovers (licenses/versions)
* No need to smoke exclude DIH anymore
* Remove Admin UI's DIH integration
* Remove DIH from shortname package list
* Remove unused DIH (related? not?) dataset
Unclear what is happening here, but there is no reference to that directory anywhere else
The other parallel directories ARE referenced in a TestConfigSetsAPI.java
* Hidden Idea files references
* No DIH to ignore anymore
* Remove last Derby DB references
* Remove DIH from documentation
Add the information in Major Changes document with the link to the external repo
* Added/updated a mention to CHANGES
* Fix leftover library mentions
* Fix Spellings
2020-08-29 10:52:04 -04:00
noblepaul
ec27b75232
use proper version String
2020-08-29 18:18:41 +10:00
Tomas Fernandez Lobbe
59d087f0b3
SOLR-14774: Create HealthCheckHandler in CoreContainer ( #1774 )
...
This commit does two things:
* Allow users to plug-in different implementations of the handler (they must extend HealthCheckHandler)
* Remove the HealthCheckHandler from the implicit SolrCore plugins
2020-08-28 15:59:56 -07:00
Ishan Chattopadhyaya
d84977eb5c
SOLR-14616: Remove CDCR
2020-08-29 02:13:13 +05:30
Erick Erickson
69fa5a00fb
LUCENE-9433: Remove Ant support from trunk
2020-08-28 09:31:16 -04:00
Erick Erickson
eb9f59f041
Adding forceMergeDeletePctAllowed and deletesPctAllowed to TieredMergePolicy documentation
2020-08-27 14:38:33 -04:00
Atri Sharma
b381595f55
Fix NPE in CB Config Resolution
2020-08-27 20:52:12 +05:30
Atri Sharma
6a7da3cd50
Update Circuit Breaker configured as a standard plugin ( #1785 )
2020-08-27 14:06:22 +05:30
Adrien Grand
741251b1c3
LUCENE-9447: Fix test failure.
2020-08-26 12:55:46 +02:00
Adrien Grand
913976dbf7
LUCENE-9447: Make BEST_COMPRESSION better with highly compressible data. ( #1762 )
...
This makes BEST_COMPRESSION split blocks into sub blocks and use preset
dictionaries to improve compression ratios.
2020-08-26 11:04:34 +02:00
Philipp Trulson
f4c4fbcafc
SOLR-14752: Fix error in Zookeeper status when Prometheus plugin is enabled in ZK
...
Signed-off-by: Jan Høydahl <janhoy@apache.org>
2020-08-26 10:03:42 +02:00