Commit Graph

4155 Commits

Author SHA1 Message Date
Shalin Shekhar Mangar 283ffef9e2 Fixed Apache Tika version written under 7.2.0 section 2017-10-17 16:01:04 +05:30
Cao Manh Dat 9fac59ef55 SOLR-11443: Update CHANGES.txt 2017-10-17 09:59:45 +07:00
Andrzej Bialecki fc88e225d2 SOLR-11491: Support retrieval of cluster properties in HttpClusterStateProvider. 2017-10-16 10:09:58 +02:00
Ishan Chattopadhyaya 55de39bb74 Adding 6.6.2 CHANGES.txt entries 2017-10-15 05:52:27 +05:30
Andrzej Bialecki 8dd489edce SOLR-11285: Support simulations at scale in the autoscaling framework,
part 1 (refactoring).
2017-10-14 18:15:40 +02:00
Shalin Shekhar Mangar eef660e773 SOLR-10335: Adding entry to CHANGES.txt 2017-10-14 01:49:25 +05:30
Christine Poerschke 926cc4d65b SOLR-11477: Disallow resolving of external entities in Lucene queryparser/xml/CoreParser and SolrCoreParser (defType=xmlparser or {!xmlparser ...}) by default.
(Michael Stepankin, Olga Barinova, Uwe Schindler, Christine Poerschke)
2017-10-13 12:51:19 +01:00
Uwe Schindler 7b313bb597 SOLR-11482: RunExecutableListener was removed for security reasons 2017-10-13 13:48:18 +02:00
Cao Manh Dat 8a7d04a658 SOLR-11447: ZkStateWriter should process commands in atomic 2017-10-13 15:23:44 +07:00
Cao Manh Dat 4bc7fd2bd5 SOLR-11445: Upgrade CHANGES.txt 2017-10-13 08:17:09 +07:00
Shalin Shekhar Mangar 11a10756ce SOLR-11076: Adding CHANGES.txt entry
(cherry picked from commit bef7178)
2017-10-10 19:08:58 +05:30
Shalin Shekhar Mangar 1231f7fa9b Adding version 7.2.0 2017-10-10 17:44:33 +05:30
Andrzej Bialecki 338a421175 SOLR-11449: MoveReplicaCmd mistakenly called registerCollectionStateWatcher on failure. 2017-10-10 12:43:32 +02:00
Joel Bernstein f2d1a997dd SOLR-10651: binomialCoefficient Stream Evaluator to CHANGES.txt 2017-10-09 19:55:40 -04:00
Joel Bernstein 4fbfc81cf5 SOLR-10651: Fix 7.1 CHANGES.txt 2017-10-09 19:34:34 -04:00
Joel Bernstein a7ee4d0062 SOLR-10651: Update 7.1 CHANGES.txt 2017-10-09 19:24:16 -04:00
Varun Thacker e30171397e SOLR-11306: Fix inaccurate comments on docValues and StrField in the example schemas 2017-10-06 15:48:58 -07:00
Scott Blum 9419366a8e SOLR-11423: Overseer queue needs a hard cap (maximum size) that clients respect 2017-10-05 18:52:43 +00:00
Steve Rowe 93d8e428ea SOLR-10842: Convert all remaining {{quickstart.html}} links to {{guide/solr-tutorial.html}}; remove all references to quickstart from the build; and version the link to the ref guide's tutorial in Solr's versioned top-level documentation page. 2017-10-04 15:25:20 -04:00
Cao Manh Dat 34c176da29 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2017-10-04 15:25:32 +07:00
Cao Manh Dat 9905736898 SOLR-11424: When legacyCloud=false, cores should not publish itself as DOWN on startup 2017-10-04 15:25:17 +07:00
Noble Paul 17f5a4e476 Merge branch 'feature/autoscaling' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2017-10-04 18:54:00 +10:30
markrmiller fc429399ec SOLR-11425: SolrClientBuilder does not allow infinite timeout (value 0). 2017-10-03 09:08:26 -05:00
Cao Manh Dat fd2b4f3f86 SOLR-10285: Skip LEADER messages when there are leader only shards 2017-10-03 09:00:02 +07:00
Alexandre Rafalovitch 472d52022f Fix my name spelling in the CHANGES file 2017-10-01 18:42:21 -04:00
Steve Rowe 39ba1c3da5 SOLR-11406: Solr 7.0 cannot read indexes from 6.x versions 2017-09-29 16:33:07 -04:00
Varun Thacker 26677ab2b0 SOLR-11278: Fix a race condition in the CDCR bootstrap process which could lead to bootstraps cancelling itself 2017-09-27 14:34:45 -07:00
Cao Manh Dat cc9c867083 SOLR-11293: Fix downgrade in performance from precommit 2017-09-27 22:46:55 +07:00
Erick Erickson 424fb3bfb7 SOLR-11224: SolrStream.close can hit an NPE 2017-09-26 09:26:12 -07:00
David Smiley 3b0f46b27d SOLR-11399: hl.fragsize was ignored when hl.bs.type=SEPARATOR 2017-09-26 10:32:00 -04:00
Erick Erickson 6391a75a50 SOLR-11297: Message 'Lock held by this virtual machine' during startup. Solr is trying to start some cores twice 2017-09-25 12:12:31 -07:00
David Smiley d6fa057150 SOLR-11382: Solr support for Lucene spatial Geo3D. 2017-09-23 11:03:39 -04:00
Christine Poerschke 56b8ad2f08 SOLR-10962: Make ReplicationHandler's commitReserveDuration configurable in SolrCloud mode.
(Ramsey Haddad, Christine Poerschke, hossman)
2017-09-21 18:02:06 +01:00
yonik 7cc9ee6563 SOLR-11363: handle repeated values in points docvalues fields 2017-09-19 13:39:45 -04:00
Jan Høydahl bc95209774 SOLR-10451: Remove contrib/ltr/lib from lib includes in the techproducts example config. Fixes #249 2017-09-19 10:45:23 +02:00
Cao Manh Dat 40f78dd274 SOLR-8344: Decide default when requested fields are both column and row stored. 2017-09-19 06:02:14 +07:00
jdyer1 d45ff7b601 SOLR-11348: fix the DIH database example 2017-09-12 09:03:26 -05:00
Christine Poerschke 0c831b9970 SOLR-11351: make LTRScoringModel model more extensible 2017-09-11 12:47:35 -07:00
Chris Hostetter 31eab319f4 SOLR-11332, SOLR-11132: Fix sorting on 'enum' fieldTypes that use sortMissingFirst or sortMissingLast and Refactor common getSortField logic in various FieldTypes 2017-09-11 10:38:30 -07:00
Christine Poerschke 244ebd1aa4 SOLR-10990: Breakup QueryComponent.process method for readability. (Christine Poerschke) 2017-09-08 16:42:46 +01:00
David Smiley 89feb15008 SOLR-11314: FastCharStream: re-use the READ_PAST_EOF exception 2017-09-07 21:12:45 -04:00
Mark Miller ce29124721 SOLR-10783: Revert for now - having run the tests a few times today, one of them may be concerning (reverted from commit b4d280f369) 2017-09-07 16:35:11 -05:00
Mark Miller b4d280f369 SOLR-10783 Add support for Hadoop Credential Provider as SSL/TLS store password source. 2017-09-06 22:33:12 -05:00
yonik cc344dc6bd SOLR-11316: date support for min/max, fix missing bug for int/long fields 2017-09-05 16:06:41 -04:00
yonik 723ca96bc0 SOLR-11317: min/max aggs use integral values for integral fields 2017-09-05 13:33:17 -04:00
Steve Rowe 547228df17 SOLR-11324: Clean up mention of trie fields in documentation and source comments 2017-09-05 11:17:54 -04:00
Steve Rowe 810ae50e7e SOLR-11313: Finish the job of removing trie fields from the DIH example schemas 2017-09-05 10:22:52 -04:00
Steve Rowe f4b13e86ff SOLR-11315: Finish the job of removing trie fields from the 'files' example schema 2017-09-05 10:00:34 -04:00
Erick 5436395325 commit 19ec48d8a22461fb5723d9e3b81e87a59f3337a3
Author: Erick <erick@apache.org>
Date:   Mon Sep 4 19:00:12 2017 -0700

    SOLR-10101: TestLazyCores hangs
2017-09-04 19:05:24 -07:00
yonik c6a5f10fd3 SOLR-11322: omit val for min/max when no values in field for bucket 2017-09-04 19:19:40 -04:00