Commit Graph

29388 Commits

Author SHA1 Message Date
Christine Poerschke fa0aa34bdc LUCENE-8167: fail precommit on incompleteEnumSwitch 2018-02-13 17:37:53 +00:00
Christine Poerschke 6b6927ea6f LUCENE-8171: Remove unused import. 2018-02-13 17:36:48 +00:00
Andrzej Bialecki 0231d5cdba SOLR-11899 Fix a race condition when testing removal of ephemeral nodes. 2018-02-13 17:58:45 +01:00
Karl Wright dd08400a3d LUCENE-8171: Check only for exactly zero magnitude vector, and otherwise let the iterative code try to converge. 2018-02-13 10:31:13 -05:00
Karl Wright 8a5a4a6317 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2018-02-13 09:53:19 -05:00
Karl Wright 4f351fd21b LUCENE-8171: Refactor vector constructor to support later changes, and add an ignored test for a precision issue. 2018-02-13 09:53:04 -05:00
Jason Gerlowski 9040307787 SOLR-11950: Parse CLUSTERSTATUS 'shard' param as comma-delim list
The documentation for the 'shard' parameter on CLUSTERSTATUS requests,
indicates that users should be able to provide a comma-separated list
of shards they are interested in.  However, prior to this commit the
parameter value was parsed as a single shard name, causing requests
with more than one shard to return as a 400.

This commit changes this behavior to correctly parse the param value.
2018-02-13 06:54:39 -05:00
Mayya Sharipova 7d07fbee5f LUCENE-8033: FieldInfos always use dense encoding
FieldInfos always use an array to store FieldInfo byNumber

Signed-off-by: Adrien Grand <jpountz@gmail.com>

Closes #320
2018-02-13 11:36:37 +01:00
Adrien Grand 899966b481 LUCENE-8152: Consistently use advanceExact over advance. 2018-02-13 10:40:46 +01:00
Dawid Weiss 8b3ae1be6a Typo corrected. 2018-02-13 08:51:49 +01:00
Erick Erickson b5bf3b9c38 SOLR-11898: ConcurrentModificationException when calling org.apache.solr.core.SolrInfoBean.getMetricsSnapshot 2018-02-12 19:35:11 -08:00
Chris Hostetter 034677d5ca SOLR-11978: use new SortableTextField in _default and sample_techproducts_configs configsets 2018-02-12 15:14:44 -07:00
Adrien Grand b3ea634d7d SOLR-11974: Disable test. 2018-02-12 20:32:58 +01:00
Christine Poerschke 298d90b621 LUCENE-8167: fix two incompleteEnumSwitch warnings in solr/solrj 2018-02-12 17:43:51 +00:00
Christine Poerschke af5acc898e LUCENE-8167: fix some incompleteEnumSwitch warnings in solr/core 2018-02-12 17:43:28 +00:00
Christine Poerschke 4e40679d25 LUCENE-8167: fix three incompleteEnumSwitch warnings 2018-02-12 17:41:34 +00:00
Uwe Schindler 3019913c85 SOLR-10338: Remove test class / command line program that was only used during development 2018-02-12 17:26:06 +01:00
Adrien Grand aa157f1833 LUCENE-8152: Improve consumption of doc-value iterators. 2018-02-12 14:49:49 +01:00
Adrien Grand 7a38394765 LUCENE-8127: Speed up rewriteNoScoring when there are no MUST clauses. 2018-02-12 14:40:26 +01:00
Uwe Schindler c0f8e6075d LUCENE-8170: Remove empty class file (Clover output) 2018-02-12 00:29:42 +01:00
Uwe Schindler 95e94ab9d9 LUCENE-8170: Improve OpenClover reports (separate test from production code); enable coverage reports inside test-frameworks 2018-02-11 19:24:22 +01:00
Uwe Schindler 130a0c0907 LUCENE-8169: Update link to OpenNLP test issue; remove instrumentation restriction to org.apache package, as we no longer need a license for OpenClover; remove permgen (no longer valid in Java 8+) 2018-02-11 13:40:25 +01:00
Uwe Schindler 1922e5b956 LUCENE-8169: Migrate build to use OpenClover 4.2.1 for checking code coverage 2018-02-11 10:49:01 +01:00
Uwe Schindler 9e9ed0d7b1 LUCENE-7966: More Solr build dependency fixes 2018-02-11 00:37:40 +01:00
Uwe Schindler 627562e6d7 LUCENE-7966: Revert change that's not needed 2018-02-11 00:04:41 +01:00
Uwe Schindler e4bd4330d3 LUCENE-7966: Improve Solr build to not import Groovy too often (artifacts, distribution,...) 2018-02-11 00:00:34 +01:00
Uwe Schindler bc0d6fb6ed LUCENE-7966: Add comment to Maven readme that MR-JAR is not supported and resulting artifacts are not identical to official Ant build 2018-02-10 20:39:05 +01:00
Uwe Schindler a6e4f16b7a LUCENE-8168: Move Groovy scripts in build files to separate files. Update Groovy to 2.4.13 2018-02-10 20:24:33 +01:00
Ishan Chattopadhyaya 1a4627d385 SOLR-10261: Failure in replica didn't cause LIR; now it does 2018-02-10 21:38:54 +05:30
Ishan Chattopadhyaya 277097cd24 LUCENE-8157: Fixing precommit 2018-02-10 20:07:41 +05:30
Ishan Chattopadhyaya 1f3d971a75 SOLR-3089: RequestBuilder now exposes isDistrib() method 2018-02-10 19:48:11 +05:30
Karl Wright 1fe34f1e89 LUCENE-8157: Do a better job of handling coplanar points in polygon construction. Thanks to Ignacio Vera for his help on this code. 2018-02-10 07:53:36 -05:00
Jason Gerlowski 11a23a9029 SOLR-11902: Clarify bin/solr -h text to describe which commands can be run remotely
The bin/solr scripts contain a number of independent tools.  Many of
these can be run anywhere and just pointed at the correct Solr or ZK
host.  Some must run on the machine hosting Solr itself.

This commit clarifies help text for each bin/solr command, indicating
whether it can be run remotely, or must be run locally.
2018-02-09 18:05:45 -05:00
Uwe Schindler f70477db01 LUCENE-8155: Disable Smoker Javadocs checking on Java 9 (like in Ant) 2018-02-09 23:31:41 +01:00
Uwe Schindler 7d3fccefe6 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2018-02-09 19:56:59 +01:00
Uwe Schindler 1938631307 LUCENE-8155: Add support for Java 9 in smoke tester 2018-02-09 19:53:49 +01:00
Christine Poerschke 1a6d0f585f SOLR-11931: contrib/ltr tests: s/getCanonicalName/getName 2018-02-09 18:12:19 +00:00
Christine Poerschke a1a9341a9c SOLR-11931: Fix contrib/ltr custom inner class feature/normaliser/model persistence. 2018-02-09 17:28:17 +00:00
Christine Poerschke b6f683d30b SOLR-11349: Remove deprecated ResponseBuilder.getQueryCommand() method. 2018-02-09 16:50:34 +00:00
Christine Poerschke d39751a754 SOLR-11349: Rename ResponseBuilder's getQueryCommand to createQueryCommand. 2018-02-09 16:50:28 +00:00
David Smiley 5a26381424 SOLR-11722: Rename max-future-ms to maxFutureMs 2018-02-09 11:24:58 -05:00
Alan Woodward 342e38217a LUCENE-8163: BaseDirectoryTestCase produces random filenames that fail on Windows 2018-02-09 09:14:02 +00:00
David Smiley 1527ce57d4 SOLR-11925: Rename RoutedAliasCreateCollectionCmd as MaintainRoutedAliasCmd (internal Cmd) 2018-02-08 23:16:12 -05:00
David Smiley 02b5172ea2 SOLR-11925: Time Routed Aliases: router.autoDeleteAge feature 2018-02-08 23:12:09 -05:00
David Smiley 4700b1d304 LUCENE-8161: Update Spatial4j to 0.7. Add JTS as a test dependency. 2018-02-08 15:59:52 -05:00
Andrzej Bialecki d2e8e10233 Add documentation for searchRate trigger. 2018-02-07 14:45:55 -08:00
Uwe Schindler 466c1ef4da LUCENE-8156: Require users to not have ASM on the Ant classpath during build (this is required by LUCENE-7966) 2018-02-07 19:26:52 +01:00
epugh 62537bebc4 SOLR-11933: make DIH safer by not default checking the clean checkbox
This closes #316
2018-02-07 09:38:26 -08:00
Mikhail Khludnev c508068240 SOLR-11459: Fix in-place nonexistent doc update following existing doc update 2018-02-06 20:00:29 +03:00
David Smiley 812d400807 SOLR-11722 SOLR-11617: Alias tests: Ensure zkStateReader's view is up to date before acting 2018-02-05 23:45:47 -05:00