25705 Commits

Author SHA1 Message Date
David Smiley
abb81e4ded LUCENE-7384: Remove defunct ScoringWrapperSpans. 2016-07-19 12:45:09 -04:00
Noble Paul
b4c8f5678d Merge remote-tracking branch 'origin/master' 2016-07-19 18:21:38 +05:30
Noble Paul
2d1496c83d 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:21:23 +05:30
Christine Poerschke
832dacffc8 SOLR-9275: fix NPE in SolrCoreParser.init 2016-07-19 11:28:57 +01:00
David Smiley
5c4b7173a8 LUCENE-7385: fix location of CHANGES.txt entry in master (branch_6x is good) 2016-07-18 22:11:26 -04:00
David Smiley
efef37bb67 LUCENE-7385: Improve/fix assert messages in SpanScorer. 2016-07-18 22:04:26 -04: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
Christine Poerschke
9f13bf6718 SOLR-9275: add defaultField protected field to queryparser/xml's CoreParser 2016-07-18 15:45:01 +01:00
Shalin Shekhar Mangar
05b38f5f21 SOLR-7362: Log the actual payload being sent to Solr 2016-07-18 10:59:23 +05:30
jbernste
10f3700e72 SOLR-9240: Update CHANGES.txt 2016-07-17 21:49:24 -04:00
Uwe Schindler
59218b90e1 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:03 +02:00
Uwe Schindler
621527d1a2 Update JGit to keep up-to-date with recent GIT versions 2016-07-17 12:50:23 +02:00
jbernste
c3c1f8d6e6 SOLR-9240: Added testcase with text field in the fl for topic 2016-07-16 22:36:30 -04:00
jbernste
fc3894e837 SOLR-9240:Support running the topic() Streaming Expression in parallel mode. 2016-07-16 22:36:30 -04:00
Noble Paul
74633594d8 SOLR-7280: precommit errors 2016-07-16 19:54:43 +05:30
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
Jan Høydahl
4f45226174 SOLR-9237: Make FvhContainer public 2016-07-16 11:51:06 +02:00
Uwe Schindler
2585c9f3ff LUCENE-7382: Fix bug introduced by LUCENE-7355 that used the wrong default AttributeFactory for new Tokenizers 2016-07-16 10:09:40 +02:00
Shalin Shekhar Mangar
833c8ee152 SOLR-9290: MockCoreContainer should call super.shutdown() 2016-07-16 00:59:35 +05:30
Mike McCandless
343f374b53 LUCENE-7380: add Polygon.fromGeoJSON 2016-07-15 10:51:08 -04:00
Martijn van Groningen
2e0b2f5e37 LUCENE-7383: fix test, only use BoostQuery once 2016-07-15 16:32:04 +02:00
Christine Poerschke
f9c9470641 SOLR-9306: give solr/contrib/analysis-extras's test classes access to lucene/analysis's test classes 2016-07-14 10:20:35 +01:00
Martijn van Groningen
3a71c7d8df LUCENE-7376: Add support for ToParentBlockJoinQuery to fast vector highlighter's FieldQuery. 2016-07-14 10:10:44 +02:00
Steve Rowe
51d4af6859 LUCENE-7013: add licence header position checker to -validate-source-patterns, and fix the violations it found 2016-07-13 13:21:36 -04:00
Christine Poerschke
1e92fc5f35 SOLR-9300: fix replace expression in GetMavenDependenciesTask's dependencyToArtifactId (Christine Poerschke, Daniel Collins) 2016-07-13 17:12:35 +01:00
Christine Poerschke
15e8719b8a LUCENE-7372: Factor out an org.apache.lucene.search.FilterWeight class. 2016-07-13 16:04:24 +01:00
Christine Poerschke
415d321044 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 12:50:26 +01:00
Varun Thacker
eefdc62c99 SOLR-9242: Move license headers to the top + force refresh cluster propery before reading the 'location' param 2016-07-13 14:42:19 +05:30
Adrien Grand
b54d46722b LUCENE-7371: Fix CHANGES entry. 2016-07-12 18:04:08 +02:00
Adrien Grand
866398bea6 LUCENE-7371: Better compression of values in Lucene60PointsFormat. 2016-07-12 17:57:56 +02:00
Adrien Grand
e92a38af90 LUCENE-7355: Add Analyzer#normalize() and use it in query parsers. 2016-07-12 16:33:07 +02:00
Mike McCandless
ced9140368 add points to back compat indices 2016-07-12 10:23:12 -04:00
Mike McCandless
1e794e0ee2 add points to back compat indices 2016-07-12 10:14:24 -04:00
Adrien Grand
5def78ba10 LUCENE-7368: Remove queryNorm. 2016-07-12 14:38:36 +02:00
Steve Rowe
7b4af27aa8 LUCENE-7012: IntelliJ config: fix Copyright plugin config to put the license header before the package declaration 2016-07-12 02:23:06 -04:00
Steve Rowe
39356bf64c SOLR-9295: Added beginning-of-file UTF-8 BOM to the list of disallowed patterns in -validate-source-patterns 2016-07-11 20:48:21 -04:00
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
Shawn Heisey
e66ff585dd SOLR-9295: Remove BOM (unicode Byte Order Mark) from text files. 2016-07-11 12:06:23 -06:00
Mike McCandless
3125fccd8d LUCENE-7373: remove deprecated API 2016-07-11 11:40:17 -04:00
Mike McCandless
df9efb8b6d 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:46 -04:00
Noble Paul
cf3a500542 Merge remote-tracking branch 'origin/master' 2016-07-11 19:29:42 +05:30
Noble Paul
74de196565 SOLR-8995: Use Lamdas for Thread/Runnable 2016-07-11 19:29:15 +05:30
Mike McCandless
de6485ea6a add missing succes=true in NRT replicator; remove some dead code 2016-07-11 09:23:11 -04:00
Mike McCandless
044aabfb30 Remove IW.slowFileExists, since it's only called from "used to be helpful but now useless" asserts:
- Directory.copyFrom now throws an exception if the test already exists

  - Directory.sync now throws an exception if a file name didn't already exist
2016-07-11 05:32:56 -04: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
Mike McCandless
cbbc505268 LUCENE-7276: MatchNoDocsQuery now inclues an optional reason for why it was used 2016-07-08 13:07:54 -04:00
Alan Woodward
be8d56ada6 SOLR-9181: Fix race in constructState() and missing call in forceUpdateCollection() 2016-07-08 10:01:31 +01:00