Commit Graph

25640 Commits

Author SHA1 Message Date
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
markrmiller 91a9d96454 SOLR-9236: Don't use System.currentTimeMillis. 2016-07-07 20:31:53 -04:00
markrmiller c588415583 SOLR-9236: Fix import. 2016-07-07 12:47:03 -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
Mike McCandless 1bd5d17891 improve docs 2016-07-07 08:45:01 -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
Dawid Weiss f61a5f27d2 Added tests.awaitsfix to properties passed to forked JVMs in tests. Added a little info about tests.filter to test-help. 2016-07-07 10:15:40 +02:00
Adrien Grand f1528bf338 LUCENE-7369: Similarity.coord and BooleanQuery.disableCoord are removed. 2016-07-07 10:02:29 +02: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
jbernste d9a0eba1a3 SOLR-9193: Fix-up javdoc 2016-07-06 18:59:05 -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