Commit Graph

27916 Commits

Author SHA1 Message Date
Noble Paul c5684cc85c making the url consistent w/ node name 2017-06-26 20:39:27 +09:30
Shalin Shekhar Mangar 82d927f699 SOLR-10602: Fix usage of delta in NodeAddTriggerTest.testRestoreState to avoid spurious failures 2017-06-26 09:01:02 +05:30
Shalin Shekhar Mangar 1dd09fc40d Merge branch 'master' into feature/autoscaling
# Conflicts:
#	solr/CHANGES.txt
2017-06-25 07:35:39 +05:30
Dennis Gove e8057309b9 SOLR-9981: Fixes precommit error in test file 2017-06-24 21:48:39 -04:00
Dennis Gove a5dce163eb SOLR-9981: Performance improvements and bug fixes for the Analytics component 2017-06-24 21:39:01 -04:00
Noble Paul e204ab0eef SOLR-10798: Add support for different replica types in the new policy framework 2017-06-23 22:56:01 +09:30
Shalin Shekhar Mangar 767335da19 SOLR-10496: New ComputePlanAction for autoscaling which uses the policy framework to compute cluster operations upon a trigger fire
Squashed commit of the following:

commit 8a5239d000f0090867f7db00983e335e4bdc931a
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Fri Jun 23 17:52:01 2017 +0530

    SOLR-10496: New ComputePlanAction for autoscaling which uses the policy framework to compute cluster operations upon a trigger fire

commit 70f60a23bc1e706abb41a4900c65305f1763f8f6
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Fri Jun 23 07:07:26 2017 +0530

    SOLR-10496: Remove debugging info from tests. Enable recursive suggestion of operations.

commit b023b011934be9ea411e148538daaa0a0b1d2052
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Fri Jun 23 00:18:51 2017 +0530

    SOLR-10496: Fix test failure on nodeLost event

commit b78e7ff589510315463488cd1ed79244d9d6e6ad
Author: Noble Paul <noble@apache.org>
Date:   Fri Jun 23 00:34:01 2017 +0930

    SOLR-10496: MOVEREPLICA suggester for dead node is not working

commit cb665a1b35cbd1826c58f8d4ff8f20eb37bc5f8f
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Thu Jun 22 18:50:55 2017 +0530

    SOLR-10496: Fix ClassCastException because the SRC_NODE hint is a Set

commit ebf298329360240014253daf58ab4699f3685033
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Thu Jun 22 18:46:28 2017 +0530

    SOLR-10496: Initial patch for ComputePlanAction
2017-06-23 18:01:06 +05:30
Shalin Shekhar Mangar 148865f020 SOLR-9735: Fix assertions on error cases in AutoScalingHandlerTest after changes made by SOLR-10406 2017-06-21 15:52:03 +05:30
Shalin Shekhar Mangar b499f5aac2 Fixed merge problems to make the branch as close to master as possible 2017-06-21 13:04:01 +05:30
Shalin Shekhar Mangar fb7803d9a0 Merge branch 'master' into feature/autoscaling
# Conflicts:
#	solr/CHANGES.txt
2017-06-21 12:35:48 +05:30
Cao Manh Dat 2d26d7e871 SOLR-10923: AutoScalingHandlerTest.testPolicyAndPreferences() failure: Adding a policy with 'cores' attribute should not have succeeded 2017-06-21 09:53:23 +07:00
Ishan Chattopadhyaya 1a58412e4a SOLR-10574: Reverting previous commits to tackle test failues 2017-06-20 23:14:24 +00:00
Jan Høydahl a4f27bbfbb SOLR-9623: Fix test errors related to some test expecting streaming to be enabled 2017-06-20 21:03:12 +02:00
Uwe Schindler 63a4005282 LUCENE-7873: The SPI lookup of Codecs, PostingsFormats, DocValuesFormats and all analysis factories was changed to only inspect the current classloader that defined the interface class (lucene-core.jar) 2017-06-20 16:43:54 +02:00
Jan Høydahl 3bb8939afe SOLR-4646: Add the word "optionally" to refGuide:
* optionally treats "and" and "or" as "AND" and "OR" in Lucene syntax mode.
2017-06-20 13:41:31 +02:00
Jan Høydahl 8648b005e2 SOLR-4646: eDismax lowercaseOperators now defaults to "false" for luceneMatchVersion >= 7.0.0 2017-06-20 13:39:36 +02:00
Jan Høydahl 39dfb7808a SOLR-6671: Possible to set solr.data.home property as root dir for all data 2017-06-20 13:21:14 +02:00
Ishan Chattopadhyaya 0ec9d64d81 SOLR-10574: Changes and upgrade notes 2017-06-20 11:14:28 +00:00
Ishan Chattopadhyaya d1c807dd70 SOLR-10574: Adding unified _default config set 2017-06-20 11:05:07 +00:00
Ishan Chattopadhyaya 7c2429bebf SOLR-10574: Adding data driven support to basic_confs and adding payload fields 2017-06-20 11:03:48 +00:00
Jan Høydahl 4746ff0ec8 SOLR-9623: Disable remote streaming in example configs by default. Adjust Upload Limit defaults 2017-06-20 11:00:08 +02:00
Cao Manh Dat b1b566f57b SOLR-10406: v2 API error messages list the URL request path as /solr/____v2/... when the original path was /v2/... 2017-06-20 12:46:33 +07:00
Cao Manh Dat 294026ffa8 SOLR-9989: Add support for PointFields in FacetModule (JSON Facets) 2017-06-20 10:42:59 +07:00
Joel Bernstein 3ff8c87024 SOLR-10882: Comment out broken test case 2017-06-19 09:16:23 -04:00
Martijn van Groningen 09b0eee5bb
LUCENE-7571: Take into account float precision loss when generating unique values. 2017-06-19 11:41:59 +02:00
Erick 64093d6df1 SOLR:10779: JavaBinCodec should use close consistently rather than having marshal() and close() call finish() (which closes the underlying stream)
commit b31178e0c33dbfe81fbc1aec705b3dae3cc895ad
Author: Erick <erick@apache.org>
Date:   Sun Jun 18 22:34:21 2017 -0700

    SOLR-10779: JavaBinCodec should use close consistently rather than having marshal() and close() call finish() (which closes the underlying stream)
2017-06-18 22:35:57 -07:00
Dennis Gove 943bf5ab5b SOLR-10882: Fixes use of Lists in evaluators 2017-06-18 11:50:58 -04:00
Dennis Gove aeec043ed1 SOLR-10882: Moves sub evaluator check to the constructors to catch errors earlier 2017-06-18 11:50:58 -04:00
Dennis Gove 113459a840 SOLR-10882: ArrayEvaluator now works with all types and allows sorts (deleted ArraySortEvaluator) 2017-06-18 11:50:58 -04:00
Dennis Gove 5fca6a4d82 SOLR-10882: Rewords error message on Anova evaluator 2017-06-18 11:50:57 -04:00
Dennis Gove 606824acaf SOLR-10882: ArrayEvaluator now supports values of any type 2017-06-18 11:50:57 -04:00
Dennis Gove 8988862698 SOLR-10882: Moves parameter checking of anova evaluator 2017-06-18 11:50:57 -04:00
Dennis Gove f1695104fa SOLR-10882: LengthEvaluator now supports collections of any type 2017-06-18 11:50:57 -04:00
Dennis Gove fffbe67b3b Adds documentation for the cartesianProduct 2017-06-18 11:50:46 -04:00
David Smiley 42fdb54927 LUCENE-7719: tests: Eliminate needless SuppressSysoutChecks and address lint warning 2017-06-16 22:58:59 -04:00
David Smiley d0b9d3459f LUCENE-7719: Generalize UnifiedHighlighter's support for AutomatonQuery 2017-06-16 22:57:51 -04:00
Joel Bernstein b49ce68935 Ref Guide: Add floor evaluator docs 2017-06-16 14:35:12 -04:00
Joel Bernstein c24e401d7c Ref Guide: Format ceil evaluator docs 2017-06-16 14:32:18 -04:00
Joel Bernstein 1a00950021 Ref Guide: Add ceil evaluator docs 2017-06-16 14:29:31 -04:00
Joel Bernstein 584b69d3f2 Ref Guide: Add mod evaluator docs 2017-06-16 14:18:54 -04:00
Joel Bernstein a5b1327aec Ref Guide: Add pow evaluator docs 2017-06-16 14:03:13 -04:00
Noble Paul e2d8f941e1 SOLR-9565: missed updating the testcase 2017-06-17 00:55:10 +09:30
Jim Ferenczi 68d29c9b4f LUCENE-7874: DisjunctionMaxQuery rewrites to a BooleanQuery when tiebreaker is set to 1. 2017-06-16 17:06:59 +02:00
Shalin Shekhar Mangar b7ea70349a SOLR-10397: Remove AutoAddReplicasPlanAction from default actions list. Add test to ensure that we are adding AutoAddReplicasPlanAction explicitly in auto-created triggers 2017-06-16 18:51:17 +05:30
Jim Ferenczi 0c683305a4 LUCENE-7878: Fix query builder to keep the SHOULD clause that wraps multi-word synonyms 2017-06-16 14:42:46 +02:00
Cao Manh Dat 1744fa254a SOLR-10886: Add CHANGES.txt entry 2017-06-16 14:30:24 +07:00
Cao Manh Dat 751a5c814c SOLR-10886: Using V2Request.process(solrClient) method throws NPE if the API returns an error 2017-06-16 14:29:24 +07:00
Noble Paul e1d4ec7987 SOLR-9565: The name of TemplateUpdateRequestProcessorFactory' is changed to 'template' from 'Template' and the
name of 'AtomicUpdateProcessorFactory' is changed to 'atomic' from 'Atomic'
2017-06-16 16:09:27 +09:30
Noble Paul d953488e93 unused imports removed 2017-06-16 15:21:30 +09:30
Noble Paul f7659d2d27 unused imports removed 2017-06-16 15:07:50 +09:30