3720 Commits

Author SHA1 Message Date
David Smiley
28ca4a6e1e SOLR-10286: large fields.
And refactored FieldType.checkSchemaField to call a new checkSupportsDocValues()
2017-03-23 20:10:09 +05:30
Joel Bernstein
dd7e359697 Fixed typos in CHANGES.txt 2017-03-23 20:10:09 +05:30
Tomas Fernandez Lobbe
7183dfda2e SOLR-9990: Add PointFields in example/default schemas 2017-03-23 20:10:09 +05:30
Joel Bernstein
2064532417 SOLR-10254, 10085: Update CHANGES.txt 2017-03-23 20:10:09 +05:30
Christine Poerschke
9f935735b0 SOLR-10283: Learning to Rank (LTR) SolrFeature to reject searches with missing efi (External Feature Information) used by fq. 2017-03-23 20:10:09 +05:30
Ishan Chattopadhyaya
1fe4cff22c SOLR-10302: Solr's zkcli scripts now able to find the metrics libraries 2017-03-16 13:41:50 +05:30
Ishan Chattopadhyaya
482ec73ae5 SOLR-9516: Updating CHANGES.txt entry 2017-03-16 13:41:50 +05:30
Christine Poerschke
0170df93f3 SOLR-10046: Add UninvertDocValuesMergePolicyFactory class. (Keith Laban, Christine Poerschke) 2017-03-16 13:41:50 +05:30
Ishan Chattopadhyaya
cce7ba9b2f SOLR-9516: Fix: Admin UI (angular) didn't work with Kerberos 2017-03-16 13:41:50 +05:30
Andrzej Bialecki
533f968f81 SOLR-10224: Add disk total and disk free metrics. 2017-03-16 13:41:50 +05:30
Chris Hostetter
40c5fd87f3 SOLR-10184: Fix bin/solr so it can run properly on java9 2017-03-16 13:41:50 +05:30
Andrzej Bialecki
52b3bc2f6d SOLR-10247: Support non-numeric metrics and a "compact" format of /admin/metrics. 2017-03-16 13:41:50 +05:30
markrmiller
bb3d2e15f6 SOLR-10076: Hide keystore and truststore passwords from /admin/info/* outputs. 2017-03-16 13:41:50 +05:30
markrmiller
cab7e1a3d7 SOLR-10279: The autoAddReplica feature can result in SolrCores being assigned new shards when using legacyCloud=false and will also fail on a state check when taking over a core registration with a new core. 2017-03-16 13:41:50 +05:30
Cao Manh Dat
83772c6f99 SOLR-9835: Update CHANGES.txt 2017-03-16 13:41:50 +05:30
Tomas Fernandez Lobbe
abec54bd57 SOLR-10236: Remove FieldType.getNumericType() from master 2017-03-13 16:00:16 -07:00
Andrzej Bialecki
e3a0b428fd SOLR-10269 MetricHandler JSON output was incorrect. 2017-03-13 20:30:27 +01:00
Christine Poerschke
c8bad8c10a SOLR-9045: Make RecoveryStrategy settings configurable. 2017-03-13 15:49:01 +00:00
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
Ishan Chattopadhyaya
a06c39f3e5 SOLR-9838: 'inc' atomic update doesn't respect default field value 2017-03-13 18:46:08 +05:30
David Smiley
182c20c4e5 SOLR-10039: New LatLonPointSpatialField 2017-03-11 20:48:01 -05:00
Cao Manh Dat
0fb386a864 SOLR-8045: Deploy V2 API at /v2 instead of /solr/v2 2017-03-11 10:30:52 +07:00
Chris Hostetter
8756be0540 SOLR-8876: change morphline test config files to work around 'importCommands' bug when using java9 2017-03-08 09:52:46 -07:00
Andrzej Bialecki
4d7bc94771 SOLR-9858: Collect aggregated metrics from nodes and shard leaders in overseer. 2017-03-07 22:01:21 +01:00
Uwe Schindler
0d2c027857 SOLR-10235: Fix DIH's TestJdbcDataSource to work with Java 9 and other Java runtimes that do not use the same DriverManager implementation like Oracle's original one 2017-03-07 19:01:15 +01:00
Andrzej Bialecki
2d51a42d3c SOLR-10226 JMX metric avgTimePerRequest broken. 2017-03-07 18:09:58 +01:00
Cao Manh Dat
3131ec2d99 SOLR-9986: Implement DatePointField 2017-03-07 10:11:47 +07:00
Andrzej Bialecki
acb185b2dc SOLR-9999: Instrument DirectUpdateHandler2. 2017-03-06 11:10:43 +01:00
Noble Paul
fb1d2d1ae2 SOLR-10230: default TTL of PKIAuthenticationPlugin increased to 10secs 2017-03-06 10:09:01 +10:30
Kevin Risden
686fbd3ba2 SOLR-10171: Add Constant Reduction Rules to Calcite Planner 2017-03-04 19:22:34 -06:00
Jan Høydahl
b2dcb47ef4 SOLR-10146: Added button to the Admin UI 'Collection' tab for deleting an inactive shard 2017-03-05 00:04:49 +01:00
Jan Høydahl
59433bb460 SOLR-10088: Installer script does not put zoo.cfg in SOLR_HOME 2017-03-04 23:19:06 +01:00
Joel Bernstein
5ae51d4ddf SOLR-8593: Update CHANGES.txt 2017-03-03 20:59:36 -05:00
Joel Bernstein
efbabf8e2c SOLR-10156: Update CHANGES.txt 2017-03-03 15:07:37 -05:00
yonik
4990eed1b3 SOLR-10225: fix BlockCache evictions metric to not count explicit removal 2017-03-03 12:39:33 -05:00
Christine Poerschke
43474312eb SOLR-10155: For numeric types facet.contains= and facet.prefix= are now rejected.
(Gus Heck, Christine Poerschke)
2017-03-03 12:03:41 +00:00
Chris Hostetter
da113fde77 SOLR-10219: re-enable HDFS tests under JDK9 (CHANGES.txt entry) 2017-03-02 14:13:17 -07:00
Adrien Grand
8ed2b764ed LUCENE-6819: Remove index-time boosts. 2017-03-02 19:18:16 +01:00
David Smiley
d1d73bfbea SOLR-10153: (and SOLR-10152): UH & PH: Add hl.bs.type=SEPARATOR with new param hl.bs.separator 2017-03-01 21:04:07 -05:00
Mikhail Khludnev
0baf2fa33c SOLR-10134: EmbeddedSolrServer handles SchemaAPI requests 2017-03-01 08:32:35 +03:00
yonik
34bb7f31e5 SOLR-10214: clean up BlockCache Metrics, add storeFails and counts 2017-02-28 12:36:08 -05:00
markrmiller
04ba9968c0 SOLR-10196: ElectionContext#runLeaderProcess can hit NPE on core close. 2017-02-27 23:41:30 -05:00
Varun Thacker
0f5875b735 SOLR-7453: Remove replication & backup scripts in the solr/scripts directory of the checkout 2017-02-27 17:40:57 -08:00
Andrzej Bialecki
a248e6e3c0 SOLR-10182 Remove metrics collection at Directory level. 2017-02-27 16:32:27 +01:00
Christine Poerschke
048b24c64a SOLR-10192: Fix copy/paste in solr-ltr pom.xml template. 2017-02-27 12:31:25 +00:00
Uwe Schindler
ea37b9ae87 SOLR-10158: Add support for "preload" option in MMapDirectoryFactory 2017-02-25 21:15:09 +01:00
Tomas Fernandez Lobbe
39887b8629 SOLR-10190: Fix NPE in CloudSolrClient when reading stale alias
This closes #160
2017-02-24 17:33:12 -08:00
Jan Høydahl
30125f99da Revert "SOLR-9640: Support PKI authentication and SSL in standalone-mode master/slave auth with local security.json"
This reverts commit 95d6fc2512d6525b2354165553f0d6cc4d0d6310.
2017-02-25 00:43:42 +01:00
Jan Høydahl
95d6fc2512 SOLR-9640: Support PKI authentication and SSL in standalone-mode master/slave auth with local security.json 2017-02-24 14:30:42 +01:00
yonik
05c17c9a51 SOLR-9764: fix CHANGES entry 2017-02-23 16:55:36 -05:00