Uwe Schindler
aabd36332f
LUCENE-9215: add changes, tune the build.gradle of the doclet project to have correct settings
2020-09-02 19:54:55 +02:00
Uwe Schindler
236455296c
SOLR-14783: Remove ivy-versions.properties suddenly reappearing after merge
2020-09-02 19:51:19 +02:00
Bruno Roustant
56dbb66503
SOLR-14782: Document how to unescape for the QueryElevationComponent.
2020-09-02 17:40:00 +02:00
David Smiley
20af6dbd3d
LUCENE ExitableReaderException public ctor ( #1797 )
...
And cross-link javadocs with TimeLimitingCollector
2020-09-02 11:30:26 -04: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
iverase
c077185943
Add version constant for 8.6.2
2020-09-01 15:27:20 +02: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
03814fc070
Add back-compat indices for 8.6.2
2020-09-01 11:22:00 +02:00
Dawid Weiss
36c3365e0e
LUCENE-9493: Remove obsolete dev-tools/{idea,netbeans,maven} folders ( #1809 )
2020-09-01 09:57:17 +02:00
iverase
dc901e6797
Sync CHANGES for 8.6.2
2020-09-01 09:53:11 +02:00
iverase
86d15ff538
DOAP changes for release 8.6.2
2020-09-01 09:08:05 +02:00
noblepaul
4a68cf18b6
SOLR-14151: move the SolrClassLoader interface to SolrJ
2020-09-01 10:23:15 +10:00
Uwe Schindler
f8329378af
LUCENE-9492: Fix beasting to accept also task names in form ":project:beast"; fix bug with default value rejected by Integer.parseInt ( #1808 )
2020-08-31 18:09:21 +02:00
Dawid Weiss
9445d2c10e
Move Solr-specific config.
2020-08-31 15:43:56 +02:00
Dawid Weiss
3e47bfb7b4
Cleanup remaining scripts to use script-relative resource location.
2020-08-31 15:35:14 +02:00
Dawid Weiss
66eb9f7f3d
LUCENE-9438: moved eclipse template files under corresponding gradle's script.
2020-08-31 15:23:35 +02:00
Dawid Weiss
4a2a2da462
LUCENE-9435: revert Solr's packaging stuff for now.
2020-08-31 14:55:59 +02:00
Alexandre Rafalovitch
a8ea6e70eb
Ancient patch file deleted ( #1800 )
2020-08-31 08:41:36 -04:00
Uwe Schindler
bbf3aec38e
LUCENE-9475: Switch validateSourcePatterns away from Ant legacy ( #1806 )
2020-08-31 12:52:04 +02:00
Dawid Weiss
5e8bb7922b
LUCENE-9491: Consolidate test options and improve support for dynamic… ( #1807 )
...
* LUCENE-9491: Consolidate test options and improve support for dynamically computed values.
2020-08-31 12:20:30 +02:00
Robert Muir
4129daa6dd
master is on java 11!
2020-08-31 04:53:44 -04:00
Uwe Schindler
14df77295d
LUCENE-9490: Disable both tasks in :lucene:core on Java 15+
2020-08-31 02:09:13 +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
d847f40237
LUCENE-9474: make externalTool a function and add a build-stopping message on Windows for snowball generator.
2020-08-30 17:10:18 +02: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
Dawid Weiss
346dde3395
LUCENE-9490: skip checkMissingDocsDefault on runtime Java > 14.
2020-08-29 17:17:24 +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
Tomoko Uchida
c11d32faed
LUCENE-9441: Fix ant-specific Javadoc links in accordance with Gradle build
2020-08-29 22:28:03 +09:00
noblepaul
ec27b75232
use proper version String
2020-08-29 18:18:41 +10:00
Tomas Fernandez Lobbe
8bd367832f
Remove ant Github Action ( #1798 )
...
ant no longer in master branch
2020-08-28 20:16:17 -07: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
da8ea70682
LUCENE-9475: Enhance the Gradle build as necessary after removing Ant support
2020-08-28 10:13:13 -04:00
Erick Erickson
69fa5a00fb
LUCENE-9433: Remove Ant support from trunk
2020-08-28 09:31:16 -04:00
Simon Willnauer
4787042f3e
LUCENE-9447: suppress DeflateWithPresetCompressingStoredFieldsData since it doesn't add any attributes
2020-08-28 10:52:01 +02:00
Jan Høydahl
18e5f21178
LUCENE-9485: Check early if Solr port 8983 is available ( #1792 )
2020-08-28 10:08:40 +02: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
Robert Muir
54a5dc2e6e
LUCENE-9313: move change to 9.0, the prerequisite snowball support is only present there
2020-08-26 07:54:24 -04:00
Robert Muir
c7029b1254
LUCENE-9313: Analyzer for Serbian language based on Snowball stemmer
2020-08-26 07:50:29 -04:00