Commit Graph

29617 Commits

Author SHA1 Message Date
Joel Bernstein e746d7a001 SOLR-11588: Add matrixMult Stream Evaluator to support matrix multiplication 2018-02-19 19:27:25 -05:00
Erick Erickson be7a811f61 SOLR-11964: SOLR-11874: Docs for ulimits (system) and queryAnalyzerFieldType (spellcheck) 2018-02-19 13:07:53 -08:00
Alan Woodward a2fdbc9353 Avoid thread contention in LRUQueryCache test 2018-02-19 09:50:12 +00:00
Adrien Grand 34d3282ede LUCENE-8134: Fix validation of index options.
There were test failures in case inconsistent index options were introduced in
a new segment because checks were not done in the right order.
2018-02-19 10:27:56 +01:00
Varun Thacker a2eb1dc271 Added copy sheet docs for Apache Zepplin 2018-02-18 21:20:20 -08:00
Uwe Schindler 02c693f371 SOLR-11971: Don't allow referal to external resources in DataImportHandler's dataConfig request parameter 2018-02-18 22:41:06 +01:00
Jason Gerlowski b4f8cd7ea6 SOLR-11108: Shorten/improve _default-configset msg
The bin/solr scripts print a warning message when a user creates a
collection that makes use of the default config (which has settings
not recommended for production).

While helpful, this warning was a little too noisy.  It also suggested
users resolve the issue with a provided curl command, but bin/solr is
also capable of performing the same action.

This commit cleans up the error message a bit.
2018-02-17 19:08:26 -05:00
Joel Bernstein d91e4cbea2 SOLR:11947: Fix ref guide build error 2018-02-16 21:13:31 -05:00
Joel Bernstein a07edaee33 SOLR-11689: Update CHANGES.txt 2018-02-16 21:04:25 -05:00
Joel Bernstein 6c0f9ac8c7 SOLR-11689: Add l1norm, l2norm and linfnorm Stream Evaluators 2018-02-16 19:07:37 -05:00
Joel Bernstein cb88bdbee2 SOLR-11947: Work in progress 2018-02-16 19:07:37 -05:00
Cassandra Targett 35cf4f6b31 SOLR-11897: Add toggle to disable auto-refresh of Logging page in the UI 2018-02-16 13:55:21 -06:00
Chris Hostetter ee51b658ec SOLR-11988: Fix exists() method in EphemeralDirectoryFactory/MockDirectoryFactory to prevent false positives 2018-02-16 11:28:09 -07:00
Andrzej Bialecki 32f3570f08 SOLR-11912: Fix precommit. 2018-02-16 19:11:41 +01:00
Steve Rowe e71286c826 LUCENE-8106: always fast-forward merge after checkout 2018-02-16 10:45:46 -05:00
Andrzej Bialecki 26a037636d SOLR-11912: Improve TriggerIntegrationTest to avoid side-effects between tests (spurious autoscaling events).
Add a convenience method to DistribStateManager to remove data recursively.
2018-02-16 11:28:57 +01:00
Tomas Fernandez Lobbe 250e5b2aba SOLR-11739: Remove cast no longer needed 2018-02-15 16:22:28 -08:00
Tomas Fernandez Lobbe 61ea8f60b1 SOLR-11739: Don't accept duplicate async IDs in collection API operations 2018-02-15 16:14:16 -08:00
Cassandra Targett 53640b95d8 SOLR-6057: Change highlight color in UI Analysis screen 2018-02-15 13:43:59 -06:00
Cassandra Targett 36d8261c02 SOLR-11893: Fix wrong field name in UI screenshot 2018-02-15 13:01:27 -06:00
Cassandra Targett aa9bf0c6f6 SOLR-11944: Ref Guide: Add examples of GeoJSON and WKT 2018-02-15 12:40:11 -06:00
Cassandra Targett a0c0fb89b2 SOLR-8090: Make text elements in the UI darker for better contrast and readability 2018-02-15 09:31:14 -06:00
Adrien Grand 4fb7e3d02c LUCENE-8135: Implement block-max WAND. 2018-02-15 15:13:58 +01:00
Adrien Grand 890e8a51f8 LUCENE-8134: Index options are no longer automatically downgraded. 2018-02-15 15:13:58 +01:00
Oliver Kaleske c4c6b2a796 LUCENE-8174: Fixed toString method of (Double|Float|Int|Long)Range classes.
The previous implementation produced an ArrayOutOfBoundsException because of an incorrect calculation of the dimension index.
Also, the ranges for each dimension were never appended to the StringBuilder at all (which, however, could not actually be observed due to the exception).

Signed-off-by: Adrien Grand <jpountz@gmail.com>
2018-02-15 15:13:58 +01:00
Steve Rowe a07493d508 LUCENE-8106: reproduceJenkinsFailures.py improvements: add cmdline option parsing; sort max failures to the bottom of the report; retest at branch tip first with and then without the seed if 100% of iterations fail. 2018-02-13 23:49:13 -05:00
Karl Wright 00f970cec6 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2018-02-13 17:00:34 -05:00
Karl Wright 34354e90fe LUCENE-8173: Tighten the envelope so Gram-Schmidt gets a tighter answer. Less likely to blow up later. 2018-02-13 17:00:18 -05:00
Christine Poerschke 2c8bbc8c18 SOLR-11941: Add abstract contrib/ltr AdapterModel. 2018-02-13 18:49:25 +00:00
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