Commit Graph

3229 Commits

Author SHA1 Message Date
jbernste 2c4542ea02 SOLR-9252: Update CHANGES.txt 2016-08-03 15:00:46 -04:00
Gregory Chanan a07425a4e1 SOLR-9324: Fix jira number in CHANGES.txt 2016-08-02 19:49:00 -04:00
Gregory Chanan e50858c314 SOLR-9324: Support Secure Impersonation / Proxy User for solr authentication 2016-08-02 19:42:10 -04:00
Chris Hostetter b3505298a5 SOLR-9308: Fix distributed RTG to forward request params, fixes fq and non-default fl params 2016-08-02 12:23:19 -07:00
Mikhail Khludnev 209bfcf021 SOLR-9209,SOLR-9256: extracting
JdbcDataSource.createResultSetIterator(), adding a test for
ResultSetIterator.hasNext()
2016-08-02 14:45:37 +03:00
Jan Høydahl d86c369533 SOLR-9358: [AngularUI] In Cloud->Tree file view area, collapse metadata by default 2016-07-31 23:07:51 +02:00
Jan Høydahl 96280d15e3 SOLR-8379: UI Cloud->Tree view now shows .txt files correctly. This closes #58 2016-07-29 09:33:44 +02:00
David Smiley d12b93e272 SOLR-9279: new function queries: gt, gte, lt, lte, eq
Lucene Queries module: new ComparisonBoolFunction base class
2016-07-28 22:45:43 -04:00
Jan Høydahl 1fb4c5d46d SOLR-8645: managed-schema is now syntax highlighted in cloud->Tree view. This closes #57 2016-07-29 00:03:24 +02:00
David Smiley b7aa0b56be SOLR-9269: Snapshots (Solr core level) 2016-07-28 14:23:09 -04:00
Gregory Chanan 7bf019a9c2 SOLR-9200: Add Delegation Token Support to Solr 2016-07-28 12:59:05 -04:00
Jan Høydahl c9935b4788 SOLR-8596: Split UIs RAW query params only on first equal sign 2016-07-28 15:52:43 +02:00
Varun Thacker 3603a62889 SOLR-9340: Change ZooKeeper disconnect and session expiry related logging from INFO to WARN to make debugging easier 2016-07-26 23:41:39 +05:30
Varun Thacker f906862afe SOLR-9335: Switch Solr cache/search/update stats counters to use LongAdder 2016-07-26 16:17:41 +05:30
Noble Paul 9a24dc5d2c SOLR-9339: NPE in CloudSolrClient when the response is null 2016-07-26 13:08:28 +05:30
Noble Paul 4ed68bc80e SOLR-9334: CloudSolrClient.collectionStateCache is unbounded 2016-07-25 20:47:19 +05:30
Chris Hostetter 9aa639d45e SOLR-9309: Fix SolrCloud RTG response structure when multi ids requested but only 1 found 2016-07-19 11:11:49 -07:00
Chris Hostetter 08019f4288 SOLR-9288: Fix [docid] transformer to return -1 when used in RTG with uncommitted doc 2016-07-19 10:50:45 -07:00
Chris Hostetter 4123b3bf26 SOLR-9285: Fixed AIOOBE when using ValueSourceAugmenter in single node RTG 2016-07-18 10:21:08 -07:00
Christine Poerschke 6f76ac1314 SOLR-9275: make XML QueryParser support (defType=xmlparser) extensible via configuration 2016-07-18 15:45:33 +01:00
jbernste 10f3700e72 SOLR-9240: Update CHANGES.txt 2016-07-17 21:49:24 -04:00
Noble Paul 6c1b75b06b SOLR-7280: In cloud-mode sort the cores smartly before loading & limit threads to improve cluster stability 2016-07-16 19:12:59 +05:30
Chris Hostetter 462dc04cb6 SOLR-9287: Including 'score' in the 'fl' param when doing an RTG no longer causes an NPE 2016-07-11 14:35:06 -07:00
Shalin Shekhar Mangar 42e1caf2bf SOLR-9291: ZkSolrResourceLoader should not retry fetching resources if the server has been shutdown 2016-07-11 07:35:10 +05:30
David Smiley 360b9a3528 SOLR-9270: spatialContextFactory now accepts "JTS" alias. Spatial config attributes with old package names are now rewritten with a warning. 2016-07-09 10:49:12 -04:00
yonik 67b638880d SOLR-9163: sync basic_configs w/ data_driven_schema_configs 2016-07-08 15:43:30 -04:00
markrmiller 546093812c SOLR-9236: AutoAddReplicas will append an extra /tlog to the update log location on replica failover. 2016-07-07 09:37:28 -04:00
Christine Poerschke 976079a8ee SOLR-9090: Add directUpdatesToLeadersOnly flag to solrj CloudSolrClient. (Marvin Justice, Christine Poerschke) 2016-07-07 10:03:21 +01:00
Shalin Shekhar Mangar 24d6b78469 SOLR-8858: SolrIndexSearcher#doc() completely ignores field filters unless lazy field loading is enabled.
This closes #47.
2016-07-07 13:22:15 +05:30
Erick 7743718d29 SOLR-9277: Clean up some more remnants of supporting old and new style solr.xml in tests 2016-07-06 19:51:06 -07:00
jbernste 2bd6c4ecd7 SOLR-9193,SOLR-9243: update CHANGES.txt 2016-07-06 19:06:16 -04:00
Erick Erickson db295440a6 SOLR-7903: Comment out trappy references to example docs in elevate.xml files 2016-07-06 14:50:43 -07:00
Chris Hostetter 1125a8a8ef Merge remote-tracking branch 'refs/remotes/origin/master' (SOLR-9180) 2016-07-06 14:25:40 -07:00
Shalin Shekhar Mangar 380c5a6b97 SOLR-9207: PeerSync recovery failes if number of updates requested is high. A new useRangeVersions config option is introduced (defaults to true) to send version ranges instead of individual versions for peer sync. 2016-07-07 02:32:45 +05:30
Chris Hostetter ae316f1e39 SOLR-9180: More comprehensive tests of psuedo-fields for RTG and SolrCloud requests
This commit also includes new @AwaitsFix'ed tests for the following known issues...

 * SOLR-9285 ArrayIndexOutOfBoundsException when ValueSourceAugmenter used with RTG on uncommitted doc
 * SOLR-9286 SolrCloud RTG: psuedo-fields (like ValueSourceAugmenter, [shard], etc...) silently fails (even for committed doc)
 * SOLR-9287 single node RTG: NPE if score is requested
 * SOLR-9288 RTG: fl=[docid] silently missing for uncommitted docs
 * SOLR-9289 SolrCloud RTG: fl=[docid] silently ignored for all docs
2016-07-06 13:42:21 -07:00
Varun Thacker 5fadc4ee23 SOLR-9088: Fixed TestManagedSchemaAPI failures which exposed race conditions in the schema API 2016-07-06 14:08:05 +05:30
Varun Thacker bfe5c5ae49 SOLR-9242: Collection backup/restore to provide a param for specifying underlying storage repository to use 2016-07-06 13:18:13 +05:30
Chris Hostetter 54b3945572 SOLR-9235: Fixed NPE when using non-numeric range query in deleteByQuery 2016-07-05 14:18:55 -07:00
Erick a851d5f557 SOLR-9194: Enhance the bin/solr script to perform file operations to/from Zookeeper 2016-07-02 10:25:44 -07:00
Alan Woodward cefab1dffc SOLR-9181: Fix some races in ZkStateReader collection watch updates 2016-07-01 15:47:47 +01:00
Noble Paul 06cb145f12 Merge remote-tracking branch 'origin/master' 2016-07-01 17:37:52 +05:30
Noble Paul df9fb16b46 SOLR-9251: Support for a new tag 'role' in replica placement rules 2016-07-01 17:37:36 +05:30
Shalin Shekhar Mangar 51fde1cbf9 SOLR-9262: Connection and read timeouts are being ignored by UpdateShardHandler after SOLR-4509 2016-07-01 13:16:46 +05:30
Shalin Shekhar Mangar 6674969a89 SOLR-9262: Revert changes 2016-07-01 12:58:56 +05:30
Shalin Shekhar Mangar 2b4420c473 SOLR-9262: Connection and read timeouts are being ignored by UpdateShardHandler after SOLR-4509 2016-07-01 12:47:05 +05:30
Shalin Shekhar Mangar 6528dacb0e SOLR-8787: TestAuthenticationFramework should not extend TestMiniSolrCloudCluster 2016-06-30 19:50:17 +05:30
Shalin Shekhar Mangar 015e0fc1cf SOLR-9264: Optimize ZkController.publishAndWaitForDownStates to not read all collection states and watch relevant collections instead 2016-06-30 15:22:57 +05:30
Noble Paul 1dc7480bcd SOLR-9216: Support collection.configName in MODIFYCOLLECTION request 2016-06-30 12:10:36 +05:30
Dennis Gove 1ae0d8d6e1 SOLR-9246: If the JDBCStream sees an unknown column type it will now throw a detailed exception 2016-06-29 14:27:56 -04:00
Steve Rowe 7a8be18278 Put back 6.2 bugfix released in 5.5.2: SOLR-9191 2016-06-29 08:59:17 -04:00