8509 Commits

Author SHA1 Message Date
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
Noble Paul
7d388c02b1 SOLR-9310: reverting the variable name change becaause it can break back-compat 2016-07-25 12:30:10 +05:30
Noble Paul
3740156adf SOLR-9310: The variable name is confusing. maxInHash is not a hash 2016-07-25 12:10:49 +05:30
Steve Rowe
a6655a9d39 SOLR-9076: disable broken nightly tests MorphlineBasicMiniMRTest and MorphlineGoLiveMiniMRTest via @AwaitsFix 2016-07-22 14:26:55 -04:00
Nicholas Knize
2aa01ed037 remove unused import (DocCollection) 2016-07-22 11:46:59 -05:00
Christine Poerschke
7a4f800388 SOLR-9323: remove unused import (SQLHandler) 2016-07-22 17:18:58 +01:00
Noble Paul
d9bbd70ff1 SOLR-9323: Expose ClusterSate.getCollectionStates which returns unverified list of collection names 2016-07-22 13:57:47 +05:30
Noble Paul
c627ddc16c SOLR-8995: Use lambdas in CoreAdminHandler 2016-07-21 20:27:11 +05:30
Noble Paul
0ec1c25097 SOLR-8995: Use lambda to simplify CollectionsHandler 2016-07-21 13:20:24 +05:30
Christine Poerschke
a4970c8685 SOLR-9275: fix NPE in SolrCoreParser.init 2016-07-20 11:32:47 +01:00
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 9aa639d45e31059bb2910dade6d7728ea075cd57)
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 08019f42889a537764384429c4184515d233a2cb)
2016-07-19 10:51:25 -07:00
Noble Paul
89a1fe661e SOLR-7280: refactored to incorporate Mike's suggestions. Default thread count for cloud is limited to 8 now. In our internal teting 8 has given us the best stability during restarts 2016-07-19 20:16:29 +05:30
Noble Paul
fcd2cc57d5 SOLR-7280: refactored to incorporate Mike's suggestions. Default thread count for cloud is limited to 8 now. In our internal teting 8 has given us the best stability during restarts 2016-07-19 18:43:06 +05:30
Chris Hostetter
9bde118c2f SOLR-9285: Fixed AIOOBE when using ValueSourceAugmenter in single node RTG
(cherry picked from commit 4123b3bf26156227174ef3c417b36309c2beeb9a)
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
jbernste
46c1601b05 SOLR-9240: Added testcase with text field in the fl for topic 2016-07-16 23:25:08 -04:00
jbernste
c6df1868a0 SOLR-9240:Support running the topic() Streaming Expression in parallel mode. 2016-07-16 23:25:08 -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
Noble Paul
6902eddd8d SOLR-7280: In cloud-mode sort the cores smartly before loading & limit threads to improve cluster stability 2016-07-16 22:42:22 +05:30
Jan Høydahl
81c23f1c5b SOLR-9237: Make FvhContainer public
(cherry picked from commit 4f45226)
2016-07-16 11:58:40 +02:00
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
83bbd32f4d SOLR-9306: give solr/contrib/analysis-extras's test classes access to lucene/analysis's test classes 2016-07-14 11:08:38 +01:00
Christine Poerschke
625979113f LUCENE-7372: Factor out an org.apache.lucene.search.FilterWeight class. 2016-07-13 19:44:12 +01:00
Steve Rowe
e0213933dd LUCENE-7013: ClassificationUpdateProcessorFactory.java: fix bad merge (merged master import into branch_6x) 2016-07-13 14:42:08 -04:00
Steve Rowe
629346febb LUCENE-7013: add licence header position checker to -validate-source-patterns, and fix the violations it found 2016-07-13 13:20:34 -04:00
Christine Poerschke
85c8f22ca9 SOLR-9090: Add directUpdatesToLeadersOnly flag to solrj CloudSolrClient. (Marvin Justice, Christine Poerschke) 2016-07-13 14:19:26 +01:00
Varun Thacker
1dfc637f2c SOLR-9242: Move license headers to the top + force refresh cluster propery before reading the 'location' param 2016-07-13 15:00:28 +05:30
Adrien Grand
7c2e7a0fb8 LUCENE-7355: Add Analyzer#normalize() and use it in query parsers. 2016-07-12 18:01:44 +02: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 462dc04cb6aaf3a876b56f27c6b511b00e25e85a)
2016-07-11 14:35:31 -07:00
elyograg
268021af9c SOLR-9295: Remove BOM (unicode Byte Order Mark) from text files. 2016-07-11 12:26:48 -06:00
Mike McCandless
621a98faa2 LUCENE-7373: deprecate Directory.renameFile, which both renamed and fsync'd the directory, replacing it with separate rename and syncMetaData methods 2016-07-11 11:15:22 -04:00
Noble Paul
8db04e3457 SOLR-8995: Use Lamdas for Thread/Runnable 2016-07-11 19:30:49 +05:30
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
Alan Woodward
fda3d8b7c2 SOLR-9181: Fix race in constructState() and missing call in forceUpdateCollection() 2016-07-08 14:29:49 +01:00
Alan Woodward
86d8d3a937 SOLR-9181: More logging 2016-07-08 14:29:42 +01:00
Alan Woodward
60232cd028 SOLR-9181: Add some logging to ZkStateReader to try and debug test failures 2016-07-08 14:29:34 +01:00
markrmiller
b0386f0d64 SOLR-9236: Don't use System.currentTimeMillis. 2016-07-07 20:32:09 -04:00
markrmiller
e91863b8e1 SOLR-9236: Fix import. 2016-07-07 12:47:50 -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