Commit Graph

4113 Commits

Author SHA1 Message Date
Joel Bernstein b64c924e3e SOLR-11019: Update CHANGES.txt 2017-07-06 15:44:38 -04:00
Chris Hostetter d81daf54b4 SOLR-11016: Fix TestCloudJSONFacetJoinDomain test-only bug 2017-07-06 09:33:20 -07:00
Jan Høydahl a60ec1b432 SOLR-9526: Data driven schema now indexes text field "foo" as both "foo" (text_general) and as "foo_str" (string) to facilitate both search and faceting 2017-07-06 15:56:51 +02:00
Jan Høydahl 80b1430a3e SOLR-10748: Make stream.body configurable and disabled by default 2017-07-06 15:02:55 +02:00
Mikhail Khludnev b200ba5bf4 SOLR-10668: fix NPE at sort=childfield(..) .. on absent values 2017-07-06 10:42:49 +03:00
Scott Blum 380eed838d SOLR-10983: Fix DOWNNODE -> queue-work explosion 2017-07-05 20:01:52 -04:00
Varun Thacker d13e70f683 SOLR-10967: Cleanup the schema for the default configset 2017-07-05 14:49:54 -07:00
Anshum Gupta 30e9b51af7 SOLR-11004: Consolidate SolrClient builder code into an abstract base class to reduce duplication. 2017-07-05 11:47:01 -07:00
Andrzej Bialecki cb23fa9b4e SOLR-10879: Make sure we don't lose single replicas when deleting a node. 2017-07-04 20:19:08 +02:00
Christine Poerschke db71c5615a SOLR-10957: Changed SolrCoreParser.init to use the resource loader from getSchema() instead of the resource loader from getCore(). 2017-07-04 14:13:00 +01:00
Christine Poerschke d3c67cf5e4 SOLR-10827: Factor out abstract FilteringSolrMetricReporter class. 2017-07-04 14:13:00 +01:00
Andrzej Bialecki bc37e8b4cc SOLR-10878: MOVEREPLICA command may lose data when replicationFactor==1. 2017-07-04 13:25:47 +02:00
Christine Poerschke e9d33ee5ac Adds 7.1.0 section to solr/CHANGES.txt file. 2017-07-04 11:14:45 +01:00
Anshum Gupta 6c163658bb SOLR-10456: Deprecate timeout related setters from SolrClients, and replace with Builder based implementation 2017-07-03 21:44:18 -07:00
Anshum Gupta 8218a5b2c6 Merge branch 'upgrade-master-to-8' of https://github.com/anshumg/lucene-solr for 7.0 release ( closes #119 ) 2017-07-03 12:11:52 -07:00
Jan Høydahl 68a46acaf0 Add "Versions of Major Components" section 2017-07-03 19:14:18 +02:00
Shalin Shekhar Mangar 157ff9a4e1 SOLR-10914: RecoveryStrategy's sendPrepRecoveryCmd can get stuck for 5 minutes if leader is unloaded 2017-07-03 19:50:33 +05:30
Mikhail Khludnev bb2d6c128f LUCENE-7871: fixing CHANGES.txt, mark it as Lucene 7.0 bug fix. 2017-07-03 15:53:57 +03:00
Adrien Grand e809e095f0 Merge branch 'master' into upgrade-master-to-8 2017-07-03 09:25:39 +02:00
Anshum Gupta 3b6d741016 Solr 7.0 release, bumping up version to 8 on master 2017-06-30 10:40:27 -07:00
Chris Hostetter 26d2ed7c4d SOLR-10989: Randomize PointFields and general cleanup in schema files where some Trie fields were unused 2017-06-30 10:39:28 -07:00
Chris Hostetter 0159d494f5 SOLR-10979: Randomize PointFields in schema-docValues*.xml and all affected tests 2017-06-29 15:09:39 -07:00
Chris Hostetter b7fb61d7b9 SOLR-10977: Randomize the usage of Points based numerics in schema15.xml and all impacted tests 2017-06-29 12:05:15 -07:00
Erick Erickson 8f71bb40a5 SOLR-10910: Clean up a few details left over from pluggable transient core and untangling CoreDescriptor/CoreContainer references 2017-06-28 21:02:14 -07:00
David Smiley 811621c6ea SOLR-6807: fix _stateVer_ param check to not depend on handleSelect setting 2017-06-28 23:44:03 -04:00
Chris Hostetter c98e2a528f SOLR-10971: Randomize PointFields in CdcrBootstrapTest 2017-06-28 14:55:29 -07:00
Chris Hostetter 89abc98907 SOLR-10970: Randomize PointFields in all tests using schema-*sort* files 2017-06-28 14:52:40 -07:00
David Smiley 82a44beb3c SOLR-6807: requestDispatcher/@handleSelect now defaults to false; stop using it.
Deprecated StandardRequestHandler; stop using it.
2017-06-28 17:22:44 -04:00
Dennis Gove d5963bebc4 SOLR-10123: Upgraded the Analytics Component to version 2.0 2017-06-28 14:13:37 -04:00
Uwe Schindler 85a27a231f SOLR-10966, HADOOP-14586: Add workaround for Hadoop-Common 2.7.2 incompatibility with Java 9 2017-06-28 17:47:24 +02:00
Uwe Schindler 02caab4ce1 Revert "SOLR-10951, HADOOP-14586: Add a hack to make Hadoop's Shell work with Java 9 release"
This reverts commit 1e93367c00.
2017-06-28 17:46:16 +02:00
Uwe Schindler 1e93367c00 SOLR-10951, HADOOP-14586: Add a hack to make Hadoop's Shell work with Java 9 release 2017-06-28 17:41:28 +02:00
Christine Poerschke 701c73d45a SOLR-10506: Fix memory leak (upon collection reload or ZooKeeper session expiry) in ZkIndexSchemaReader.
(Torsten Bøgh Köster, Christine Poerschke, Jörg Rathlev, Mike Drob)
2017-06-27 15:07:40 +01:00
Christine Poerschke 9c75c8082d SOLR-10963: Fix example json in MultipleAdditiveTreesModel javadocs. (Stefan Langenmaier via Christine Poerschke) 2017-06-27 13:22:11 +01:00
Mark Miller 54fc1ee44d SOLR-10307: Export variables so that solr.in.sh works correctly. 2017-06-27 02:37:15 -04:00
Ishan Chattopadhyaya ee572b052a SOLR-10272: Use _default config set if config name is not specified with CREATE collection 2017-06-27 09:07:05 +05:30
Chris Hostetter 9f56698d33 SOLR-10948: Fix extraction component to treat DatePointField the same as TrieDateField
SOLR-10947: Randomize the usage of Points based numerics in contrib test schemas

This commit also adds @SuppressPointFields needed for SOLR-10949
2017-06-26 17:03:00 -07:00
Chris Hostetter 14a0b4fa53 SOLR-10946: Randomize the usage of Points based numerics in solrj test schemas
This includes an @SuppressPointFields for SOLR-10960
2017-06-26 15:49:55 -07:00
Dennis Gove bee8d7ccb3 Revert "SOLR-9981: Performance improvements and bug fixes for the Analytics component"
This reverts commit a5dce163eb.
2017-06-26 17:33:26 -04:00
Christine Poerschke 0dad305193 SOLR-10823: correct CHANGES.txt entry section (7.0.0 instead of 6.7.0) 2017-06-26 20:12:22 +01:00
Christine Poerschke 44860bd48a SOLR-10823: Add reporting period to SolrMetricReporter base class. 2017-06-26 16:26:37 +01:00
Ishan Chattopadhyaya e4a7fc59ad SOLR-10574: Adding _default configset, replacing data_driven_schema_configs and basic_configs 2017-06-26 04:58:02 +05:30
Dennis Gove a5dce163eb SOLR-9981: Performance improvements and bug fixes for the Analytics component 2017-06-24 21:39:01 -04:00
Mikhail Khludnev 706d201815 LUCENE-7871: fix false positive match in BlockJoinSelector when children have no value.
- introducing  BlockJoinSelector.wrap methods accepting children as DISI.
- extracting ToParentDocValues
2017-06-20 16:31:09 +03:00
Mikhail Khludnev 3b07e7241e SOLR-10824: fixing NPE ExactSharedStatsCache, avoid maxdocs skew on
unique terms.
2017-06-12 21:27:53 +03:00
Anshum Gupta e46d39bd5a SOLR-10915: Make builder based SolrClient constructors to be the only valid way to construct client objects and increase the visibility of builder elements to be protected so extending the builder, and the clients is possible. 2017-06-23 11:30:50 -07:00
Christine Poerschke 05433eb709 Revert "SOLR-10907: Fix Resource Leak warning in ExpandComponent."
This reverts commit 55b0227d8c.
2017-06-23 19:26:21 +01:00
Christine Poerschke 55b0227d8c SOLR-10907: Fix Resource Leak warning in ExpandComponent. 2017-06-23 15:47:24 +01:00
Steve Rowe a6f4f2dd9c SOLR-10503,SOLR-10502: Deprecate CurrencyField in favor of new CurrencyFieldType, which works with point fields and provides control over dynamic fields used for the raw amount and currency code sub-fields. 2017-06-23 10:14:28 -04:00
Jan Høydahl 69d0c70651 SOLR-10763: Admin UI replication tab sometimes empty when failed replications 2017-06-23 08:26:34 +02:00
yonik 98276481e4 SOLR-10921: raise lucene BooleanQuery.maxClauseCount, add higher level checking via QueryUtils.build 2017-06-22 16:05:19 -04:00
Uwe Schindler 5de15ff403 LUCENE-7883: Lucene/Solr no longer uses the context class loader when resolving resources 2017-06-22 20:20:50 +02:00
Chris Hostetter 38f29b2674 SOLR-10864: Simplified how Trie vs Points based numerics are randomized by SolrTestCaseJ4
Adds a static option to PointsField to ignore 'precisionStep' attribute.

This change also begins to attempt to randomize 'docValues' on numeric field types unless tests explicity enable/disable them
2017-06-22 09:31:36 -07:00
Steve Rowe d3f9059d29 SOLR-10883: Ref guide: Escape replacement substitutions; add .adoc file checks to the top-level validate target 2017-06-21 18:21:40 -04:00
Chris Hostetter 1737fce5df SOLR-10929: Removed unused 'valType' option from ExternalFileField 2017-06-21 09:13:22 -07:00
Cao Manh Dat 8e9d685a40 SOLR-8256: Set legacyCloud=false as default 2017-06-21 22:25:39 +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 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
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
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
Cao Manh Dat 1744fa254a SOLR-10886: Add CHANGES.txt entry 2017-06-16 14:30: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 f6f6f11320 SOLR-10433: CollectionAdmin requests in SolrJ to support V2 calls 2017-06-16 14:05:51 +09:30
Chris Hostetter 274971c3e3 SOLR-10832: Fixed VersionInfo.getMaxVersionFromIndex when using PointsField with indexed="true" 2017-06-15 15:53:48 -07:00
Steve Rowe 4fe9d4402f SOLR-10891: BBoxField should support point-based number sub-fields 2017-06-15 13:01:05 -04:00
yonik 3b5f3cc3ed SOLR-7452: add CHANGES for refinement, remove debugging output, don't indent _facet_ refinement info 2017-06-15 12:53:09 -04:00
Chris Hostetter f1e2be6451 SOLR-10834: Fixed tests and test configs to stop using numeric uniqueKey fields
Squashed commit of the following (from jira/SOLR-10834 branch):

commit 8f1043840f38533864b2c713daf066b6c3509147
commit 7b95773bd524cd86aaccc56cc33a003a9aff2004
commit b26bf9d60e2b94e0cdc365d1e2c0a37c33e24198
commit df11992106f8c338503b6e3e9a27ba6ddcfa2953
commit fcf98132410ed247e451bb449a8337a09bd857ce
commit 05e8e226de359a6d7bc99219eaec161a32268f17
commit 6dce948294351560948a32b64679b1879657af79
commit 53f97845caaa8adc25862e4017b94f3091063552
commit d5bfb5f57016341fbeaf73b5e4c9ed10dc3816d0
commit d333f7b1eee10893a81532ac2f5a77a46716d90b
commit 15983ceec4702dc8c7562250d59cd8231c67d46a
commit e18e2e771fb4678cb911a62bbc7c74a873466bf0
commit 134e210bdf601600a9d90dd0720a35cb122896b0
commit ec03260265f8a3bbdfd7f9b015de16a4950a05eb
commit 5d430057ed335801a524e1e7666061075ab6d859
commit 1625df3d21b8fa27815d7a7b89a55fc338eeb23b
2017-06-15 09:14:24 -07:00
Noble Paul c3c895548f SOLR-10876: Regression in loading runtime UpdateRequestProcessors like TemplateUpdateProcessorFactory 2017-06-14 18:56:43 +09:30
Noble Paul 92b17838a3 SOLR-10876: Regression in loading runtime UpdateRequestProcessors like TemplateUpdateProcessorFactory 2017-06-14 18:07:40 +09:30
Mike Drob d1db5f7af9 Revert "SOLR-8392: Remove instanceof checks on return value of SolrParam::get"
This reverts commit 94220a01e1.
2017-06-13 14:19:05 -07:00
Mark Miller 9a0d9e83f6 SOLR-9910: Add solr/solr.cmd parameter to append jetty parameters to the start script. 2017-06-13 15:55:51 -04:00
Tomas Fernandez Lobbe 061a768d87 SOLR-10833: Updated CHANGES to include SOLR-10833 2017-06-13 10:57:45 -07:00
Chris Hostetter 6396cb759f SOLR-10830: Solr now correctly enforces that the '_root_' field has the same fieldType as the uniqueKey field 2017-06-13 10:17:32 -07:00
Andrzej Bialecki 232eff0893 SOLR-10704 Wait until all leader replicas are recovered before deleting
the originals.
2017-06-13 17:39:26 +02:00
Tomas Fernandez Lobbe 833a6f3ffb SOLR-10851: SolrClients should clarify expectations for solrServerUrl parameter 2017-06-12 15:47:46 -07:00
Mike Drob 94220a01e1 SOLR-8392: Remove instanceof checks on return value of SolrParam::get 2017-06-12 15:15:54 -07:00
Tomas Fernandez Lobbe c51f6fae75 SOLR-10835: Add support for point fields in Export Handler 2017-06-12 14:21:41 -07:00
Dawid Weiss b2ea95c9ec SOLR-10849: MoreLikeThisComponent should expose setMaxDocFreqPct (maxDoc frequency percentage). 2017-06-12 14:44:06 +02:00
Cao Manh Dat 661a3c46d4 SOLR-10715: Move change entry to 6.7.0 2017-06-12 16:44:42 +07:00
Cao Manh Dat 41d12df6d2 SOLR-10715: Welcome message should work for _introspect 2017-06-12 10:46:38 +07:00
Erick 95841d9ed4 SOLR-10857: Solr loads UNLOADed core on request. 2017-06-11 12:13:25 -07:00
David Smiley 5c781d5679 SOLR-10836: igain, significantTerms, and tlogit assumed existing terms 2017-06-09 23:39:23 -04:00
Steve Rowe 566fcfce13 SOLR-10761: Switch trie numeric/date fields to points in data-driven-enabled example and test schemas 2017-06-09 19:43:01 -04:00
Chris Hostetter 8cd826f293 SOLR-10829: Fixed IndexSchema to enforce that uniqueKey can not be Points based for correctness 2017-06-09 11:39:09 -07:00
Steve Rowe e4ab04ab7d SOLR-10501: Test sortMissing{First,Last} with points fields. 2017-06-07 19:21:10 -04:00
Christine Poerschke b25dda0b20 SOLR-10800: Factor out HttpShardHandler.transformReplicasToShardUrls from HttpShardHandler.prepDistributed.
(Domenico Fabio Marino, Christine Poerschke)
2017-06-07 13:27:53 +01:00
David Smiley 29de0f75e8 SOLR-10722: UH optimize for Solr's getFieldInfos 2017-06-06 11:05:17 -04:00
Noble Paul 790fb19377 SOLR-10278: A new DSL to set cluster-wide preferences and policies on how to allocate replicas to nodes 2017-06-06 14:51:01 +09:30
Shalin Shekhar Mangar d633c957cb Merge branch 'feature/autoscaling_solr7'
# Conflicts:
#	solr/CHANGES.txt
2017-06-06 09:26:56 +05:30
Shalin Shekhar Mangar b47572ee87 SOLR-10419: All collection APIs should use the new Policy framework for replica placement 2017-06-06 09:22:38 +05:30
Joel Bernstein 4f55b43daa SOLR-10651: Update CHANGES.txt for completed subtasks 2017-06-05 20:02:46 -04:00
Mikhail Khludnev 357f4dfb18 SOLR-3702: concat(..) function query 2017-06-05 23:26:06 +03:00
Jason Gerlowski 99093caec5 SOLR-10713: Add common output files to .gitignore
Signed-off-by: Mike Drob <mdrob@apache.org>
2017-06-05 12:49:50 -05:00
Christine Poerschke 2271e73e76 SOLR-10671: Add abstract doInit method to the SolrMetricReporter base class.
(Christine Poerschke, Anshum Gupta)
2017-06-05 12:17:38 +01:00
Shalin Shekhar Mangar 744d1ab974 SOLR-10782: Improve error handling and tests for Snitch and subclasses and general cleanups 2017-06-05 13:41:26 +05:30
Mikhail Khludnev db2b19f6ba SOLR-8762: respond child docs in DIH debug 2017-06-03 21:36:52 +03:00
Varun Thacker 2c9f8604c2 SOLR-8437: Improve RAMDirectory details in sample solrconfig files 2017-06-02 21:56:49 -07:00
Chris Hostetter 038baaed92 SOLR-10801: Remove several deprecated methods that were exposed to plugin writers 2017-06-02 10:51:23 -07:00
Tomas Fernandez Lobbe 3618fc529d SOLR-10799: Refator HttpShardHandler.prepDistributed collection of shard replicas 2017-06-02 10:34:30 -07:00
Christine Poerschke c64f9d64b4 SOLR-8668: In solrconfig.xml remove <mergePolicy> (and related <mergeFactor> and <maxMergeDocs>)
support in favor of the <mergePolicyFactory> element introduced by SOLR-8621 in Solr 5.5.0.
(Christine Poerschke, hossman)
2017-06-02 13:59:08 +01:00
Christine Poerschke cccf97cae8 SOLR-10790: Fix warnings in Assign.java and ReplicaAssigner.java classes. 2017-06-02 10:39:18 +01:00
Christine Poerschke 72ba34f66c LUCENE-7852: Correct copyright year(s) in lucene/LICENSE.txt and solr/LICENSE.txt files 2017-06-02 10:36:07 +01:00
Chris Hostetter fb3d3f1c92 SOLR-10791: Remove deprecated options in SSLTestConfig 2017-06-01 10:50:58 -07:00
Chris Hostetter c88c524bbf SOLR-10792: Deprecate and remove implicit registration of lucenePlusSort aka OldLuceneQParser 2017-06-01 10:01:17 -07:00
Noble Paul 57fe80d8a0 SOLR-10744: Update noggit to newer version (0.8) 2017-06-01 15:13:00 +09:30
Noble Paul 4a378eb0ad SOLR-10793: BlobHandler should have a well-known permission name 2017-06-01 13:44:02 +09:30
Mark Miller 7da9e9d735 SOLR-10137: Ensure that ConfigSets created via API are mutable. 2017-05-31 17:44:08 -04:00
Mark Miller 872b0dba2d SOLR-10360: Solr HDFS snapshot export fails due to FileNotFoundException error when using MR1 instead of yarn.
This closes #173
2017-05-31 14:24:18 -04:00
Chris Hostetter 7a5261a222 SOLR-10757: Merge remote-tracking branch 'refs/remotes/origin/master'
Conflicts:
	solr/CHANGES.txt
2017-05-31 09:52:25 -07:00
Chris Hostetter ee33f38bd1 SOLR-10757: delete/refactor/cleanup CollectionAdminRequest deprecations 2017-05-31 09:49:56 -07:00
Tomas Fernandez Lobbe c824b097b4 SOLR-10752: replicationFactor default is 0 if tlogReplicas > 0 is specified 2017-05-30 17:54:28 -07:00
Shalin Shekhar Mangar e5d8ed397a SOLR-9735: Initial port of autoscaling work for Solr 7 2017-05-30 14:59:25 +05:30
Erick Erickson 412e4ae2c1 SOLR-10719: Creating a core.properties fails if the parent of core.properties is a symlinked dierctory 2017-05-29 20:08:44 -07:00
Erick Erickson 906679adc8 LUCENE=7705: Allow CharTokenizer-derived tokenizers and KeywordTokenizer to configure the max token length 2017-05-28 15:18:48 -07:00
Chris Hostetter bc973ecdcf SOLR-10755: delete/refactor many solrj deprecations 2017-05-26 19:04:31 -07:00
Steve Rowe 1d2acdbea7 SOLR-10758: move CHANGES entry under 6.6 section after backport 2017-05-26 18:39:41 -04:00
Ishan Chattopadhyaya 45b26e322f SOLR-10735: Fixing windows space directory issue 2017-05-27 03:30:27 +05:30
Steve Rowe b23aab5482 SOLR-10758: Modernize the Solr ref guide's Chinese language analysis coverage 2017-05-26 14:47:32 -04:00
Christine Poerschke e7099e4bf5 SOLR-10741: Factor out createSliceShardsStr method from HttpShardHandler.prepDistributed.
(Domenico Fabio Marino via Christine Poerschke)
2017-05-26 10:52:57 +01:00
Steve Rowe 78e7e1c307 SOLR-10379: Add ManagedSynonymGraphFilterFactory, deprecate ManagedSynonymFilterFactory 2017-05-25 17:49:20 -04:00
Christine Poerschke 6ba1834bc3 SOLR-10659: Remove ResponseBuilder.getSortSpec use in SearchGroupShardResponseProcessor. (Judith Silverman via Christine Poerschke) 2017-05-25 16:46:46 +01:00
Christine Poerschke 2bb6e2caca SOLR-10479: Adds support for HttpShardHandlerFactory.loadBalancerRequests(MinimumAbsolute|MaximumFraction) configuration. (Ramsey Haddad, Daniel Collins, Christine Poerschke) 2017-05-25 16:46:45 +01:00
Tomas Fernandez Lobbe 94731aaa09 SOLR-10710: Fix LTR failing tests 2017-05-24 13:28:07 -07:00
yonik d60c72f34c SOLR-10634: calc metrics in first phase if limit=-1 and no subfacets 2017-05-23 20:52:46 -04:00
Steve Rowe ea9adc055b SOLR-10438: Assign explicit useDocValuesAsStored values to all points field types in schema-point.xml/TestPointFields. 2017-05-23 20:04:43 -04:00
Erick 28b8696d77 SOLR-10721: Provide a way to know when Core Discovery is finished and when all async cores are done loading 2017-05-23 12:20:58 -07:00
Mark Miller 73aa53b063 SOLR-10307: Add upgrade notes for back compat change. 2017-05-23 12:50:07 -03:00
David Smiley 92ed8b4220 SOLR-10729: Deprecated LatLonType, GeoHashField, SpatialPointVectorFieldType, and SpatialTermQueryPrefixTreeFieldType 2017-05-23 11:09:32 -04:00
David Smiley 2218ded2af SOLR-10700: Convert PostingsSolrHighlighter to extend UnifiedSolrHighlighter 2017-05-23 11:02:52 -04:00
David Smiley 715d8b0ccf SOLR-10727: SolrIndexSearcher.numDocs empty docSet optimization 2017-05-23 10:51:00 -04:00
Tomas Fernandez Lobbe 2fc41d565a SOLR-10233: Add support for replica types 2017-05-22 19:58:51 -07:00
yonik 1802d24aba SOLR-10723: fix resize for CountSlotAcc, HllAgg.NumericAcc 2017-05-22 22:39:33 -04:00
Dennis Gove a622568979 SOLR-10292: Moves new feature description in solr/CHANGES.txt to the correct version 2017-05-19 21:10:25 -04:00
Jan Høydahl 4a57fb4d88 SOLR-10585: Remove defaultSearchField completely in 7.0 2017-05-19 15:27:28 +02:00
Jan Høydahl afd70a48cc SOLR-10378: Clicking Solr logo on AdminUI shows blank page 2017-05-18 14:26:59 +02:00
Jan Høydahl 21384b5b21 SOLR-10042: Delete old deprecated Admin UI 2017-05-18 14:12:59 +02:00
Jan Høydahl b5aa0da6ff SOLR-10223: Allow running examples as root on Linux with -force option 2017-05-18 11:26:19 +02:00
Cao Manh Dat 38205d7ada SOLR-10413: Update CHANGES.txt 2017-05-18 13:59:56 +07:00
Tomas Fernandez Lobbe c9abe7db23 SOLR-10414: RecoveryStrategy is now a Runnable instead of a Thread 2017-05-16 17:03:10 -07:00
Mark Miller 0fb89f17e1 SOLR-10307: Allow Passing SSL passwords through environment variables. 2017-05-16 14:19:16 -03:00
Jan Høydahl 66cd20e98a SOLR-10584: Remove defaultOperator completely in 7.0 2017-05-15 09:44:09 +02:00
Cao Manh Dat 9dc952a47c SOLR-10412: v2 API: many API command specification properties are typed "number" but should instead be typed "integer" 2017-05-15 11:59:08 +07:00
Steve Rowe e11bc03098 LUCENE-7821: The classic and flexible query parsers, as well as Solr's 'lucene'/standard query parser, should require ' TO ' in range queries, and accept 'TO' as endpoints in range queries. 2017-05-14 11:31:22 -04:00
Cao Manh Dat 9fa04ecc95 SOLR-10405: v2 API introspect response contains multiple copies of the experimental format WARNING 2017-05-13 15:11:56 +07:00
Steve Rowe b3eccb35ea SOLR-10400: Replace (instanceof TrieFooField || instanceof FooPointField) constructs with FieldType.getNumberType() or SchemaField.getSortField() where appropriate. 2017-05-12 19:22:06 -04:00
Christine Poerschke 6d74a9e858 Revert "SOLR-10572: Removed three "no longer supported in solrconfig.xml" asserts."
This reverts commit a96f39449b.

Resolved Conflicts:
	solr/CHANGES.txt
2017-05-12 14:58:47 +01:00
jdyer1 e61b5b34bf SOLR-10617: JDBCStream to support additional types, minor refactoring to separate out CalciteJDBCStream, upgrade hsqldb for JDBCStream & DIH tests. 2017-05-12 08:44:16 -05:00
Cao Manh Dat 904df0eb61 SOLR-10411: v2 Collection API modify command specification's replicationFactor property is incorrectly typed as string, should be integer 2017-05-12 13:38:56 +07:00
Cao Manh Dat 5f51228a01 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2017-05-12 09:54:34 +07:00
Cao Manh Dat f6b3337b65 SOLR-10408: v2 API introspect should return useful message for non-existent command 2017-05-12 09:54:19 +07:00
Ishan Chattopadhyaya 2f6700972e Adding 6.7 release after cutting 6.6 branch 2017-05-11 20:09:39 +05:30
Cao Manh Dat cc8b5bab0b SOLR-10431: Make it possible to invoke v2 api calls using SolrJ 2017-05-11 09:06:03 +07:00
Varun Thacker b1efd37ba7 SOLR-9527: Improve distribution of replicas when restoring a collection 2017-05-10 15:39:27 +01:00
Steve Rowe 4cc20d27cd SOLR-10357: add attribution to CHANGES entry 2017-05-10 10:23:07 -04:00
Noble Paul 0184d6b7f5 SOLR-10647: Move the V1 <-> V2 API mapping to SolrJ 2017-05-10 23:06:07 +09:30
Andrzej Bialecki 3217fd7c3c SOLR-10262: Add support for configurable metrics implementations. 2017-05-09 13:47:39 +02:00
Jan Høydahl d59faafd89 SOLR-10644: solr.in.sh installed by install script should be writable by solr user 2017-05-09 13:03:18 +02:00
Ishan Chattopadhyaya c9541c216d SOLR-8440: Support for enabling basic authentication using bin/solr|bin/solr.cmd
Usage:
    bin/solr auth -enable -prompt
    bin/solr auth -enable -credentials solr:SolrRocks
    bin/solr auth -disable
2017-05-09 12:42:41 +05:30
Cao Manh Dat 0e019c63ec Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2017-05-09 13:57:05 +07:00
Cao Manh Dat a24fa8d7db SOLR-10619: Optimize using cache for DistributedQueue in case of single-consumer 2017-05-09 13:56:49 +07:00
Joel Bernstein 3b8c55a649 SOLR-10638: Update CHANGES.txt 2017-05-08 22:21:10 -04:00
Scott Blum 972e342fee SOLR-10524: Build fix for NPE
Introduced by ZkStateWriter batching optimizations.
2017-05-08 20:33:55 -04:00
Tomas Fernandez Lobbe 6f978c5878 SOLR-10639: Removed entry from CHANGES.txt 2017-05-08 17:30:22 -07:00
Tomas Fernandez Lobbe fbdd2c0ee8 SOLR-10639: Fix NPE in LRU/LFU/FastLRU caches toString method 2017-05-08 17:11:35 -07:00
jdyer1 82b78bd95e SOLR-10522: Revert "SOLR-9972: SpellCheckComponent collations and suggestions returned as a JSON object rather than a list" 2017-05-08 13:28:55 -05:00
Joel Bernstein 07cc043664 SOLR-10625: Update CHANGES.txt 2017-05-08 10:19:41 -04:00
Shalin Shekhar Mangar 54061ed4a6 SOLR-10630: HttpSolrCall.getAuthCtx().new AuthorizationContext() {...}.getParams() sometimes throws java.lang.NullPointerException 2017-05-08 15:50:10 +05:30
Cao Manh Dat 20c4886816 SOLR-10524: Explore in-memory partitioning for processing Overseer queue messages 2017-05-08 16:21:19 +07:00
Jan Høydahl 37df64450e SOLR-8149: Admin UI - Plugins / Stats - active item is now highlighted 2017-05-08 10:49:53 +02:00
Joel Bernstein 34c6c9956d SOLR-10626: Update CHANGES.txt 2017-05-07 21:02:41 -04:00
Joel Bernstein fd24081c63 SOLR-10622: Update CHANGES.txt 2017-05-07 16:26:53 -04:00
Mikhail Khludnev dbe6fc5d8f SOLR-10614: remove static backdoor fields from SimplePostTool.
Enabling testTechproductsExample
2017-05-06 22:29:10 +03:00
Joel Bernstein df6da67204 SOLR-10601: Update CHANGES.txt 2017-05-06 12:53:29 -04:00
Joel Bernstein 4b54109690 SOLR-10536: Update CHANGES.txt 2017-05-06 12:45:53 -04:00
yonik b636d6e96a SOLR-10547: consolidate MinAgg+MaxAgg, add min/max support for single valued string fields 2017-05-06 05:52:15 -04:00
Mikhail Khludnev c02d490d21 SOLR-10615: latching SDF.doFilter() on init(); respond 404 instead of 500 in case of init failures or corecontainer shutdown. 2017-05-06 10:47:27 +03:00
Joel Bernstein 52b252cc6e SOLR-10582: Update CHANGES.txt 2017-05-05 14:45:11 -04:00
Joel Bernstein b18c182d42 SOLR-10559: Update CHANGES.txt 2017-05-05 14:36:32 -04:00
Joel Bernstein 554f6600a0 SOLR-10566: Update CHANGES.txt 2017-05-05 14:27:46 -04:00
Christine Poerschke a96f39449b SOLR-10572: Removed three "no longer supported in solrconfig.xml" asserts. 2017-05-05 18:58:16 +01:00
Joel Bernstein 07acc93b74 SOLR-10516: Update CHANGES.txt 2017-05-05 13:57:03 -04:00
Joel Bernstein 9d2f6d2cf4 SOLR-10504: Update CHANGES.txt 2017-05-05 13:48:47 -04:00
Joel Bernstein 41ebeeaadc SOLR-10274: Update CHANGES.txt 2017-05-05 13:40:02 -04:00
Joel Bernstein a0fc943324 SOLR-10426: Add shuffle Streaming Expression 2017-05-05 13:32:33 -04:00
Joel Bernstein 8bfe70fbea SOLR-10351: Update CHANGES.txt 2017-05-05 13:24:59 -04:00
Joel Bernstein 867e81672a SOLR-10303: Update CHANGES.txt 2017-05-05 13:14:15 -04:00
Noble Paul faa74ec7dc SOLR-9530: An Update Processor to convert normal update operation to an atomic operations such as add, set,inc, remove ,set, removeregex 2017-05-05 10:49:11 +09:30
Jan Høydahl e776cbe446 SOLR-7041: Cut over tests from <defaultSearchField> in schema to df on requests 2017-05-05 00:53:50 +02:00
Mikhail Khludnev 30f1422ba9 SOLR-9867: make sure cores are assigned in the end of SolrDispatchFilter.createCoreContainer() only 2017-05-04 15:45:14 +03:00
Mikhail Khludnev 32b7791fa8 SOLR-9867: fixing TestSolrCLIRunExample.testTechproductsExample
- SolrDispatchFilter.doFilter rejects invocation until init() is completed.
- introducing isLoaded=false, isLoading=true core status
- blocking shutdown until core loading stops
- looping run example tool while core is loading 1 min max.
2017-05-04 09:15:12 +03:00
Chris Hostetter 15e1c5d34f SOLR-10583: JSON Faceting now supports a query time 'join' domain change option 2017-05-03 10:30:02 -07:00
David Smiley b901d16b9b * SOLR-10549: (typo fix in CHANGES.txt) 2017-05-03 10:07:12 -04:00
David Smiley 037d864bf9 * SOLR-10549: The new 'large' attribute had been forgotten in /schema/fields?showDefaults=true (David Smiley) 2017-05-03 09:30:34 -04:00
Mikhail Khludnev cbd3b02cda SOLR-10588: Prevent redundant double core reload on config update. 2017-05-03 07:10:05 +03:00
Erick Erickson 0be8e17832 SOLR-10519: SolrCLI.atPath cannot handle children that begin with a slash. 2017-05-02 13:58:47 -07:00
Mark Miller 366a5d242e SOLR-10316: Unloading a core can remove a ZK SolrCore registration entry for the wrong SolrCore. 2017-05-02 15:31:57 -03:00