1408 Commits

Author SHA1 Message Date
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
Dennis Gove
c389148328 SOLR-10292: Adds CartesianProductStream to turn multivalued fields into multiple tuples 2017-03-23 20:10:12 +05:30
Tomas Fernandez Lobbe
1f585da2c1 SOLR-9990: Avoid copyField in SolrExampleTests.testUpdateField 2017-03-23 20:10:10 +05:30
Noble Paul
d836ff1da5 SOLR-10278: conditions tested 2017-03-21 22:12:58 +10:30
Noble Paul
cdab4946db Merge branch 'feature/autoscaling' of https://git-wip-us.apache.org/repos/asf/lucene-solr into feature/autoscaling 2017-03-20 23:01:51 +10:30
Noble Paul
a025f8bdb9 SOLR-10278: Implemented conditions 2017-03-20 23:01:03 +10:30
Joel Bernstein
260159a634 SOLR-10085: SQL result set fields should be ordered by the field list 2017-03-16 13:41:50 +05:30
Mike McCandless
9f72056d94 LUCENE-7742: fix places where we were unboxing and then re-boxing according to FindBugs 2017-03-16 13:41:50 +05:30
Cao Manh Dat
76de819c75 SOLR-9835: Create another replication mode for SolrCloud 2017-03-14 14:41:30 +05:30
Noble Paul
541469aae3 SOLR-10278: first cut. Preferences implemented 2017-03-14 17:55:16 +10:30
Ishan Chattopadhyaya
ceffbf9844 SOLR-10250: CloudSolrClient can now return versions for documents added or deleted when versions=true is passed 2017-03-13 19:53:22 +05:30
Cao Manh Dat
0fb386a864 SOLR-8045: Deploy V2 API at /v2 instead of /solr/v2 2017-03-11 10:30:52 +07:00
Joel Bernstein
d945a246f6 SOLR-10257: Add logarithm StreamEvaluator 2017-03-09 21:01:24 -05:00
Joel Bernstein
c85aac2a65 SOLR-10254: Fix pre-commit 2017-03-08 21:35:24 -05:00
Joel Bernstein
682c6a7d51 SOLR-10254: significantTerms Streaming Expression should work in non-SolrCloud mode 2017-03-08 21:11:26 -05:00
Andrzej Bialecki
4d7bc94771 SOLR-9858: Collect aggregated metrics from nodes and shard leaders in overseer. 2017-03-07 22:01:21 +01:00
Kevin Risden
686fbd3ba2 SOLR-10171: Add Constant Reduction Rules to Calcite Planner 2017-03-04 19:22:34 -06:00
Adrien Grand
8ed2b764ed LUCENE-6819: Remove index-time boosts. 2017-03-02 19:18:16 +01:00