Noble Paul
cfe5cffddd
javadocs
2017-05-24 16:26:12 +09:30
Shalin Shekhar Mangar
ba670a0c2a
SOLR-10677: Expose a diagnostics API to return nodes sorted by load in descending order and any policy violations
2017-05-23 14:58:04 +05:30
Noble Paul
11f70a0e20
test for violations
2017-05-23 15:04:02 +09:30
Noble Paul
e59cce6a87
nodeROle misspelled
2017-05-23 12:14:02 +09:30
Noble Paul
07e630b7c4
test all rows in one go instead of one row at a time
2017-05-22 15:40:49 +09:30
Noble Paul
65744aa5d6
suggesters return SolrRequest object , no map
2017-05-15 13:49:45 +09:30
Noble Paul
6a3f22ffd4
SOLR-10278: fix infinite loop in in MoveReplicaSuggester
2017-05-08 18:33:21 +09:30
Shalin Shekhar Mangar
c1bdd8de6e
SOLR-10278: testMoveReplica should call suggester.getOperation more than once
2017-05-02 16:49:15 +05:30
Shalin Shekhar Mangar
ddc7425660
SOLR-10278: Fixed typo
2017-05-02 16:47:58 +05:30
Noble Paul
56859741c2
SOLR-10278: fix errors in move replica suggester
2017-05-02 20:21:37 +09:30
Noble Paul
2818ee91dd
SOLR-10278: special case of global tags were not taken care of
2017-05-02 18:26:31 +09:30
Noble Paul
83f8ed8634
SOLR-10278: avoid NPE
2017-05-02 17:55:40 +09:30
Noble Paul
70462ed6a5
SOLR-10278: make hints optional
2017-05-02 14:23:25 +09:30
Noble Paul
ea106682c2
Policy framework changed for the new format cluster-preferences, cluster-policy and other common policies
2017-05-01 16:58:41 +09:30
Shalin Shekhar Mangar
12933ee4a7
SOLR-10278: Actually use skipNulls flag
2017-04-27 14:00:02 +05:30
Andrzej Bialecki
d8df9f8c99
Squash-merge from master.
2017-04-20 12:19:14 +02:00
Noble Paul
69c0765eb5
package changes
2017-04-18 19:52:39 +09:30
Noble Paul
ef7ab192f6
SOLR-10278: moved everything to common package
2017-04-18 18:55:31 +09:30
Noble Paul
c03c131572
SOLR-10278: moved everything to common package
2017-04-18 18:47:29 +09:30
Noble Paul
c5a9012d0c
SOLR-10278: moved everything to common package
2017-04-18 18:43:00 +09:30
Noble Paul
bb48de8b00
SOLR-10278: refactored suggester API
2017-04-18 17:44:47 +09:30
Noble Paul
97e2607a69
SOLR-10278: refcatored suggester API
2017-04-18 16:00:42 +09:30
Noble Paul
d3daafca22
SOLR-10278: test added for client data provider
2017-04-17 22:16:23 +09:30
Noble Paul
f31546f6e6
SOLR-10278: test added for client data provider
2017-04-13 23:57:51 +09:30
Noble Paul
dd0bd7d013
SOLR-10278: test added for client data provider
2017-04-07 17:39:44 +09:30
Noble Paul
69acd5f98b
SOLR-10278: added classes to use Metrics to fetch node values such as cores freedisk
2017-04-04 22:25:08 +09:30
Dennis Gove
14e412d64a
SOLR-10393: Adds UUID Streaming Evaluator
2017-04-03 17:13:41 +05:30
Dennis Gove
017a4b796f
SOLR-10356: Adds basic math streaming evaluators
2017-04-03 17:13:41 +05:30
Noble Paul
1309f75b05
SOLR-10278: added more tests and a SolrJ based client state provider
2017-04-03 13:22:59 +09:30
Adrien Grand
30dc73adc0
LUCENE-7753: Make fields static when possible.
2017-04-01 16:46:45 +05:30
Joel Bernstein
24634ca9b3
SOLR-10351: Fix pre-commit
2017-03-31 19:27:36 +05:30
Joel Bernstein
f5b7738da8
SOLR-10351: Add analyze Stream Evaluator to support streaming NLP
2017-03-31 19:27:36 +05:30
Erick Erickson
6c17c6e6ca
SOLR-10387: zkTransfer normalizes destination path incorrectly if source is a windows directory
2017-03-30 17:09:07 +05:30
Shai Erera
83e95eb06c
SOLR-10349: Add totalTermFreq support to TermsComponent
...
TermsComponent only returns docFreq information per requested term.
This commit adds a terms.ttf parameter, which if set to true, will
return both docFreq and totalTermFreq statistics for each requested
term.
2017-03-30 17:09:06 +05:30
Ishan Chattopadhyaya
f3379a4cf3
SOLR-6736: Adding support for uploading zipped configsets using ConfigSets API
2017-03-30 17:09:06 +05:30
Joel Bernstein
acbe2a5981
SOLR-10341: SQL AVG function mis-interprets field type
2017-03-30 17:09:06 +05:30
Adrien Grand
12d8de86f1
LUCENE-7751: Avoid boxing primitives only to call compareTo.
2017-03-30 17:09:05 +05:30
Adrien Grand
a0711a37e5
LUCENE-7754: Inner classes should be static whenever possible.
2017-03-30 17:09:05 +05:30
Steve Rowe
2e615fa370
SOLR-10344: Update Solr default/example and test configs to use WordDelimiterGraphFilterFactory
2017-03-30 17:09:04 +05:30
Erick Erickson
f10f76dbae
SLR-10108: bin/solr script recursive copy broken
2017-03-30 17:09:04 +05:30
Erick Erickson
294692ca34
SOLR-10371: There is some spelling mistakes in the Java source code Thanks hu xiaodong"
2017-03-30 17:09:04 +05:30
Noble Paul
83541fa968
SOLR-10278: renamed RuleSorted to Policy
2017-03-28 23:48:25 +10:30
Noble Paul
e3a46732bb
SOLR-10278: suggesters implemented
2017-03-28 23:44:02 +10:30
Noble Paul
bec41550db
SOLR-10278: conditions tested
2017-03-27 18:29:38 +10:30
Shalin Shekhar Mangar
e4b3df41a9
SOLR-10339: New set-trigger and remove-trigger APIs for autoscaling
2017-03-24 13:11:10 +05:30
Shalin Shekhar Mangar
aee74077fd
SOLR-10281: ADMIN_PATHS is duplicated in two places and inconsistent
2017-03-23 20:10:14 +05:30
Noble Paul
09739b66cb
SOLR-6615: use constants for 'sort', 'distrib'
2017-03-23 20:10:13 +05:30
koji
0214722db5
SOLR-9184: Add a static convenience method ModifiableSolrParams#of(SolrParams) which returns the same instance if it already is modifiable, otherwise creates a new ModifiableSolrParams instance.
2017-03-23 20:10:13 +05:30
Noble Paul
4da61398a1
SOLR-6615: use constants for 'id', '_route_', '_version_'
2017-03-23 20:10:13 +05:30
Dennis Gove
bafe33b9fe
SOLR-10333: Fixes use of HashedMap in StreamEvaluator tests
2017-03-23 20:10:12 +05:30