Commit Graph

3289 Commits

Author SHA1 Message Date
Christine Poerschke 545734e035 SOLR-9410: Make ReRankQParserPlugin's private ReRankWeight a public class of its own. 2016-08-15 11:33:36 +01:00
Alexandre Rafalovitch 9275b41706 SOLR-9002: Fix type mapping for JSON and text
This is for the Admin UI's collection/File screen
2016-08-14 08:23:23 +10:00
Alexandre Rafalovitch 7a2b268261 SOLR-8911: Enable scrolling in Admin UI overflows 2016-08-14 00:43:16 +10:00
Varun Thacker 45f9b6b1ff SOLR-9092: In the deletereplica commandand add a live check before calling delete core 2016-08-13 18:01:44 +05:30
Alexandre Rafalovitch a6ce37022e SOLR-8715: Admin UI - Fix schema special case 2016-08-13 00:20:05 +10:00
Alexandre Rafalovitch 9ba422ac44 SOLR-9232: Fix Swap Cores in Admin UI 2016-08-12 23:32:19 +10:00
Shalin Shekhar Mangar 42254c2d9b SOLR-9405: ConcurrentModificationException in ZkStateReader.getStateWatchers
(cherry picked from commit f82c3b1)
2016-08-12 17:39:30 +05:30
Christine Poerschke 0252790962 SOLR-9331: Remove ReRankQuery's length constructor argument and member. 2016-08-11 09:51:35 +01:00
Noble Paul 4bd7d7fadb SOLR-9320: SOLR-9318 The last commit screwed up 2016-08-11 12:39:37 +05:30
Noble Paul 519be6acf0 SOLR-9320: A REPLACENODE command to decommission an existing node with another new node and SOLR-9318 the DELETENODE command that deletes all replicas in a node 2016-08-11 12:24:06 +05:30
Noble Paul 74b470a7a9 SOLR-9397: Config API does not support adding caches 2016-08-10 20:23:22 +05:30
Alexandre Rafalovitch e58c83f0ab SOLR-9003: DIH Debug now works in new Admin UI
This resolves #61
2016-08-10 21:50:31 +10:00
Chris Hostetter 8ad1a830fb SOLR-9367: Improved TestInjection's randomization logic to use LuceneTestCase.random()
(cherry picked from commit 84a8c098fc)
2016-08-09 14:48:37 -07:00
Christine Poerschke fc9a010e58 SOLR-9385: Add QParser.getParser(String,SolrQueryRequest) variant. 2016-08-09 15:07:26 +01:00
David Smiley 91d7b53d9c SOLR-9350: JSON Facet and method=stream: cacheDf threshold now gates use of the filter cache
(cherry picked from commit b63bb51)
2016-08-08 10:38:05 -04:00
Christine Poerschke 812dc1d0b5 SOLR-9353: Factor out ReRankQParserPlugin.ReRankQueryRescorer private class. 2016-08-08 10:21:36 +01:00
Shalin Shekhar Mangar cc3f3e8a8b SOLR-6465: CDCR: fall back to whole-index replication when tlogs are insufficient
(cherry picked from commit 153c270045)
2016-08-08 11:22:50 +05:30
Shalin Shekhar Mangar a2993363b5 SOLR-9392: Fixed CDCR Test failures which were due to leaked resources
(cherry picked from commit bfee229)
2016-08-08 07:47:08 +05:30
Noble Paul 74653e9dbf Merge remote-tracking branch 'origin/branch_6x' into branch_6x 2016-08-04 12:23:24 +05:30
Noble Paul 750bb367d2 SOLR-9179: NPE in IndexSchema using IBM JDK 2016-08-04 12:22:16 +05:30
jbernste f8cf9a7bf2 SOLR-9252: Update CHANGES.txt 2016-08-03 15:10:42 -04:00
Chris Hostetter 72750167a2 SOLR-9308: Fix distributed RTG to forward request params, fixes fq and non-default fl params
(cherry picked from commit b3505298a5)

Conflicts:
	solr/core/src/java/org/apache/solr/handler/component/RealTimeGetComponent.java
2016-08-02 12:32:09 -07:00
Gregory Chanan 6cfec0bd7a SOLR-9200: Add Delegation Token Support to Solr 2016-08-02 12:50:49 -04:00
Mikhail Khludnev 77409fd432 SOLR-9209,SOLR-9256: extracting
JdbcDataSource.createResultSetIterator(), adding a test for
ResultSetIterator.hasNext()
2016-08-02 15:12:17 +03:00
Jan Høydahl 0dc1cf5ddd SOLR-9358: [AngularUI] In Cloud->Tree file view area, collapse metadata by default
(cherry picked from commit d86c369)
2016-07-31 23:10:11 +02:00
Jan Høydahl 0df3d5ad45 SOLR-8379: UI Cloud->Tree view now shows .txt files correctly. This closes #58
(cherry picked from commit 96280d1)
2016-07-29 09:36:42 +02:00
David Smiley c434eff828 SOLR-9279: new function queries: gt, gte, lt, lte, eq
Lucene Queries module: new ComparisonBoolFunction base class
(cherry picked from commit d12b93e)
2016-07-28 22:49:18 -04:00
Jan Høydahl 46e183deea SOLR-8645: managed-schema is now syntax highlighted in cloud->Tree view. This closes #57
(cherry picked from commit 1fb4c5d)
2016-07-29 00:07:01 +02:00
David Smiley 0f26f11f6c SOLR-9269: Snapshots (Solr core level)
(cherry picked from commit b7aa0b5)
2016-07-28 15:01:56 -04:00
Jan Høydahl 3292acdb50 SOLR-8596: Split UIs RAW query params only on first equal sign
(cherry picked from commit c9935b4)
2016-07-28 15:55:45 +02:00
Varun Thacker 91ed36ddb4 SOLR-9340: Change ZooKeeper disconnect and session expiry related logging from INFO to WARN to make debugging easier 2016-07-27 00:06:11 +05:30
Varun Thacker 7b6a16c30b SOLR-9335: Switch Solr cache/search/update stats counters to use LongAdder 2016-07-26 18:28:11 +05:30
Noble Paul 3a1fe0a8ee SOLR-9339: NPE in CloudSolrClient when the response is null 2016-07-26 13:09:44 +05:30
Noble Paul 501d73b4b8 Merge remote-tracking branch 'origin/branch_6x' into branch_6x
Conflicts:
	solr/CHANGES.txt
2016-07-25 21:14:17 +05:30
Noble Paul a30084ec82 SOLR-9334: CloudSolrClient.collectionStateCache is unbounded 2016-07-25 21:13:35 +05:30
Christine Poerschke 80a2e73ccd SOLR-9275: make XML QueryParser support (defType=xmlparser) extensible via configuration 2016-07-20 11:32:33 +01:00
Chris Hostetter acbe59c70c SOLR-9309: Fix SolrCloud RTG response structure when multi ids requested but only 1 found
(cherry picked from commit 9aa639d45e)
2016-07-19 11:12:01 -07:00
Chris Hostetter 9feeee4e27 SOLR-9288: Fix [docid] transformer to return -1 when used in RTG with uncommitted doc
(cherry picked from commit 08019f4288)
2016-07-19 10:51:25 -07:00
Chris Hostetter 9bde118c2f SOLR-9285: Fixed AIOOBE when using ValueSourceAugmenter in single node RTG
(cherry picked from commit 4123b3bf26)
2016-07-18 10:21:46 -07:00
jbernste 75d3243647 SOLR-9240: Update CHANGES.txt
Conflicts:
	solr/CHANGES.txt
2016-07-17 21:54:46 -04:00
Noble Paul 5932f52588 SOLR-7280: In cloud-mode sort the cores smartly before loading & limit threads to improve cluster stability 2016-07-16 22:50:40 +05:30
Shalin Shekhar Mangar bb7742ebc7 SOLR-9290: TCP-connections in CLOSE_WAIT spike during heavy indexing and do not decrease 2016-07-15 12:23:49 +05:30
Christine Poerschke 85c8f22ca9 SOLR-9090: Add directUpdatesToLeadersOnly flag to solrj CloudSolrClient. (Marvin Justice, Christine Poerschke) 2016-07-13 14:19:26 +01:00
Chris Hostetter b3cc4b3111 SOLR-9287: Including 'score' in the 'fl' param when doing an RTG no longer causes an NPE
(cherry picked from commit 462dc04cb6)
2016-07-11 14:35:31 -07:00
Shalin Shekhar Mangar 9d8cc80a79 SOLR-9291: ZkSolrResourceLoader should not retry fetching resources if the server has been shutdown
(cherry picked from commit 42e1caf)
2016-07-11 07:36:30 +05:30
David Smiley da25555baf SOLR-9270: spatialContextFactory now accepts "JTS" alias. Spatial config attributes with old package names are now rewritten with a warning.
(cherry picked from commit 360b9a3)
2016-07-09 10:56:59 -04:00
yonik 1a53346c0e SOLR-9163: sync basic_configs w/ data_driven_schema_configs 2016-07-08 15:45:30 -04:00
markrmiller dc763e383d SOLR-9236: AutoAddReplicas will append an extra /tlog to the update log location on replica failover. 2016-07-07 09:39:05 -04:00
Shalin Shekhar Mangar 4921dcd80c SOLR-8858: SolrIndexSearcher#doc() completely ignores field filters unless lazy field loading is enabled.
This closes #47.
(cherry picked from commit 24d6b78)
2016-07-07 13:23:39 +05:30
Erick 90b572bce6 Merge remote-tracking branch 'origin/branch_6x' into branch_6x
# Conflicts:
#	solr/CHANGES.txt
2016-07-06 21:03:05 -07:00
Erick 602a72ddad SOLR-9277: Clean up some more remnants of supporting old and new style solr.xml in tests
(cherry picked from commit 7743718)
2016-07-06 21:02:20 -07:00
jbernste de7a3f6f68 SOLR-9193,SOLR-9243: update CHANGES.txt 2016-07-06 19:20:44 -04:00
Erick Erickson 6a278333f2 SOLR-7903: Comment out trappy references to example docs in elevate.xml files
(cherry picked from commit db29544)
2016-07-06 15:00:39 -07:00
Chris Hostetter f69e624645 Merge remote-tracking branch 'refs/remotes/origin/branch_6x' into branch_6x (SOLR-9180) 2016-07-06 14:15:21 -07:00
Shalin Shekhar Mangar a942de68fc 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.
(cherry picked from commit 380c5a6)
2016-07-07 02:35:20 +05:30
Chris Hostetter fee9526208 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

(cherry picked from commit ae316f1e39)
2016-07-06 13:46:15 -07:00
Varun Thacker ee21bb3b3f SOLR-9088: Fixed TestManagedSchemaAPI failures which exposed race conditions in the schema API 2016-07-06 14:09:56 +05:30
Varun Thacker 413ea47670 SOLR-9242: Collection backup/restore to provide a param for specifying underlying storage repository to use 2016-07-06 13:21:31 +05:30
Chris Hostetter 5abdcb8fa5 SOLR-9235: Fixed NPE when using non-numeric range query in deleteByQuery
(cherry picked from commit 54b3945572)
2016-07-05 14:23:21 -07:00
Erick fa3e79ba3c SOLR-9194: Enhance the bin/solr script to perform file operations to/from Zookeeper
(cherry picked from commit a851d5f)
2016-07-02 11:35:46 -07:00
Alan Woodward 057c317a9d SOLR-9181: Fix some races in ZkStateReader collection watch updates 2016-07-01 15:48:29 +01:00
Noble Paul 5937247ac3 SOLR-9251: Support for a new tag 'role' in replica placement rules 2016-07-01 17:38:40 +05:30
Shalin Shekhar Mangar c7d82e7b38 SOLR-8787: TestAuthenticationFramework should not extend TestMiniSolrCloudCluster
(cherry picked from commit 6528dac)
2016-06-30 22:27:37 +05:30
Shalin Shekhar Mangar 8cb37842ec SOLR-9264: Optimize ZkController.publishAndWaitForDownStates to not read all collection states and watch relevant collections instead
(cherry picked from commit 015e0fc)
2016-06-30 15:23:58 +05:30
Noble Paul ce3ea76781 SOLR-9216: Support collection.configName in MODIFYCOLLECTION request 2016-06-30 13:13:01 +05:30
Dennis Gove d1a9daec87 SOLR-9246: If the JDBCStream sees an unknown column type it will now throw a detailed exception 2016-06-29 14:44:25 -04:00
Steve Rowe 455e041c68 Put back 6.2 bugfixes released in 5.5.2: SOLR-9191 and SOLR-9234 2016-06-29 09:00:29 -04:00
Shalin Shekhar Mangar 812fd346f7 SOLR-8777: Duplicate Solr process can cripple a running process
(cherry picked from commit 4ea95bf)
2016-06-29 16:59:56 +05:30
Tomas Fernandez Lobbe eaabb9dc77 SOLR-8657: Fix SolrRequestInfo error logs if QuerySenderListener is being used 2016-06-28 15:11:41 -07:00
jbernste 723fc1dc85 SOLR-9254: Fixed typo in CHANGES.txt 2016-06-28 15:33:02 -04:00
jbernste 59c5e6014b SOLR-9254: GraphTermsQueryQParserPlugin throws NPE when field being search is not present in segment 2016-06-28 13:11:19 -04:00
Shalin Shekhar Mangar de85b9fff2 SOLR-8626: 404 error when clicking nodes in cloud graph view in angular UI.
This closes #23
(cherry picked from commit 9cbd540)
2016-06-28 16:43:31 +05:30
Shalin Shekhar Mangar c8f9973a10 Trivial name spelling fix for SOLR-445. Cherry-picked 8c47d20 2016-06-28 16:38:51 +05:30
Jan Høydahl 319f89210a SOLR-9237: DefaultSolrHighlighter.doHighlightingByFastVectorHighlighter can't be overidden
(cherry picked from commit 7eb7702)
2016-06-27 00:01:09 +02:00
Steve Rowe 98d5c83db7 CHANGES.txt-s: Synchronize 5.5.1 and 5.5.2 sections 2016-06-24 19:21:05 -04:00
Varun Thacker daf90b5e0c SOLR-7374: Core level backup/restore now supports specifying a directory implementation 2016-06-24 18:07:31 +05:30
Erick caec6b40fd SOLR-8546: TestLazyCores is failing a lot on the Jenkins cluster. 2016-06-23 21:10:49 -07:00
Gregory Chanan b76f64fdc0 SOLR-9076: Update to Hadoop 2.7.2 2016-06-23 14:57:59 -07:00
markrmiller dae777899a SOLR-9219: Make hdfs blockcache read buffer sizes configurable and improve cache concurrency. 2016-06-23 17:28:10 -04:00
Noble Paul 73d5f1c52c SOLR-9234: srcField parameter works only when all fields are captured in the /update/json/docs endpoint 2016-06-21 18:51:45 +05:30
Adrien Grand aaddefe80e SOLR-7739: Add CHANGES entry. 2016-06-20 17:19:59 +02:00
Uwe Schindler 1f7b955507 SOLR-8981: Add changes entry 2016-06-18 19:28:16 +02:00
Uwe Schindler 7403b46c4d SOLR-8981: Update TIKA to 1.13:
- This commit merges branch 'SOLR-8981' of https://github.com/tballison/lucene-solr
- Adds some modifications and reverts jackcess-encrypt addition (not yet working)
- Fixes order of ivy-versions.properties
- This closes #44
2016-06-18 19:21:52 +02:00
Christine Poerschke f9521549e0 SOLR-9195: remove unnecessary allocation and null check in UpdateRequestProcessorChain.getReqProcessors 2016-06-15 14:39:45 +01:00
Noble Paul 62452f033a SOLR-8048: bin/solr script should support basic auth credentials provided in solr.in.sh 2016-06-15 11:50:23 +05:30
Christine Poerschke 9be5b98eb3 SOLR-9161: change SolrPluginUtils.invokeSetters implementation to accommodate setter variants 2016-06-14 09:45:08 +01:00
Steve Rowe 816b502025 Address Solr Changes.html problems: 1) In solr/CHANGES.txt, add a 'Versions of Major Components' section to the 6.2.0 and 6.1.0 releases; 2) In addVersion.py: when adding a new version to solr/CHANGES.txt, add a line referring to LUCENE_CHANGES.txt, and add a 'Versions of Major Components' section with versions interpolated from ivy-versions.properties; and 3) In changes2html.pl: allow section names to have up to 6 words (to handle 'Upgrading from Solr any prior release') 2016-06-13 20:17:59 -04:00
markrmiller 90c920d276 SOLR-9204: Improve performance of getting directory size with hdfs. 2016-06-13 12:23:37 -04:00
Mikhail Khludnev c67258694b SOLR-2199: DataImportHandler (DIH) JdbcDataSource supports multiple resultsets per query 2016-06-13 00:13:42 +03:00
Erick Erickson bc86c1015c SOLR-9187: Support dates and booleans in /export handler, support boolean DocValues fields 2016-06-11 17:53:59 -07:00
Alan Woodward 4a22b0ff82 SOLR-9176: Fix facet method fallback selection 2016-06-10 15:41:24 +01:00
Steve Rowe 74d94ec265 SOLR-8812: edismax: turn off mm processing if no explicit mm spec is provided and there are explicit operators (except for AND) - addresses problems caused by SOLR-2649 2016-06-10 02:34:56 -04:00
Gregory Chanan 360d9c40da SOLR-9199: ZkController#publishAndWaitForDownStates logic is inefficient 2016-06-09 13:26:30 -07:00
Scott Blum 4eead9b235 Fix solr/CHANGES.txt 2016-06-09 16:24:37 -04:00
Scott Blum cde57ab64a SOLR-9191: OverseerTaskQueue.peekTopN() fatally flawed 2016-06-09 15:16:27 -04:00
Steve Rowe 210e0bbc88 CHANGES.txt-s: Move issues released with 6.0.1 into the 6.0.1 sections 2016-06-08 18:22:11 -04:00
Noble Paul 73b73f068b SOLR-9198: config APIs unable to add multiple values with same name 2016-06-09 00:35:12 +05:30
Adrien Grand e495616686 Add Version.LUCENE_6_2_0. 2016-06-08 14:31:40 +02:00
David Smiley 3a57beaa9e SOLR-8859: Fix AbstractSpatialFieldType to not cycle through all Spatial4j provided formats.
And Fix RptWithGeometrySpatialField to be less brittle on init()
(cherry picked from commit fb37b3e)
2016-06-07 17:06:04 -04:00
Mikhail Khludnev 871347282a SOLR-8445: fix line separator in log4j.properties files 2016-06-07 00:25:18 +03:00