25575 Commits

Author SHA1 Message Date
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
3416dda961 Merge remote-tracking branch 'origin/branch_6x' into branch_6x 2016-07-25 12:13:34 +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
Martijn van Groningen
dc54f97a35 LUCENE-7383: Fix 'dimensionNumBytes' validation 2016-07-25 08:27:01 +02:00
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
Nicholas Knize
1a94c25a04 LUCENE-7381: Fix equals relation in RangeFieldQuery. Fix relation logic in BaseRangeFieldQueryTestCase. 2016-07-22 11:23:00 -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
Nicholas Knize
7dfcfcc718 LUCENE-7381: add point based DoubleRangeField and RangeFieldQuery for indexing and querying on Ranges up to 4 dimensions 2016-07-20 22:07:32 -05:00
Adrien Grand
d5779335aa LUCENE-7311: Cached term queries do not seek the terms dictionary anymore. 2016-07-20 17:43:31 +02:00
Christine Poerschke
433ab5ea6d Tweak LeafFieldComparator javadocs (duplicate and copy/paste). 2016-07-20 13:00:11 +01:00
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
Christine Poerschke
b0d322d528 SOLR-9275: add defaultField protected field to queryparser/xml's CoreParser 2016-07-20 11:32:20 +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
David Smiley
dfa3f61ecf LUCENE-7384: Tweak SpanWeight.buildSimWeight to reuse the existing similarity.
(cherry picked from commit 180f956)
2016-07-19 12:53:58 -04:00
David Smiley
8904c3a952 LUCENE-7384: Remove defunct ScoringWrapperSpans.
(cherry picked from commit abb81e4)
2016-07-19 12:52:19 -04: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
David Smiley
6e99ed3013 LUCENE-7385: Improve/fix assert messages in SpanScorer.
(cherry picked from commit efef37b)
2016-07-18 22:09:37 -04:00
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
Uwe Schindler
cbc16dbe88 Don't fail ASAP on Jenkins builds, run the whole build and fail finally (Jenkins does this for us with reason "unstable" once the build is done). This allows to run build completely, although some tests fail. 2016-07-17 13:02:54 +02:00
Uwe Schindler
9913daaa90 Update JGit to keep up-to-date with recent GIT versions 2016-07-17 12:52:06 +02: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
Uwe Schindler
d71a358601 LUCENE-7382: Fix bug introduced by LUCENE-7355 that used the wrong default AttributeFactory for new Tokenizers 2016-07-16 10:11:01 +02:00
Mike McCandless
573aaf75f5 LUCENE-7380: add Polygon.fromGeoJSON 2016-07-15 10:51:35 -04:00
Martijn van Groningen
7b53656786 LUCENE-7383: fix test, only use BoostQuery once 2016-07-15 16:32:30 +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
Martijn van Groningen
4edba94631 LUCENE-7376: Add support for ToParentBlockJoinQuery to fast vector highlighter's FieldQuery. 2016-07-14 10:56:08 +02: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
c2866c7702 LUCENE-7013: move license header before package declaration 2016-07-13 13:27:26 -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
4339328982 SOLR-9300: fix replace expression in GetMavenDependenciesTask's dependencyToArtifactId (Christine Poerschke, Daniel Collins) 2016-07-13 17:14:13 +01:00
Christine Poerschke
85c8f22ca9 SOLR-9090: Add directUpdatesToLeadersOnly flag to solrj CloudSolrClient. (Marvin Justice, Christine Poerschke) 2016-07-13 14:19:26 +01:00
Christine Poerschke
7ee15727c9 SOLR-9298: add resources directory to solr/test-framework's pom.xml
This is needed to fix solr/contrib/analysis-extras mvn test failure (SSLTestConfig).

(Christine Poerschke, Steve Row)
2016-07-13 13:26:20 +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
1a6df249f9 LUCENE-7371: Fix CHANGES entry. 2016-07-12 18:04:33 +02:00
Adrien Grand
1f446872aa LUCENE-7371: Better compression of values in Lucene60PointsFormat. 2016-07-12 18:01:44 +02:00
Adrien Grand
7c2e7a0fb8 LUCENE-7355: Add Analyzer#normalize() and use it in query parsers. 2016-07-12 18:01:44 +02:00