Commit Graph

25676 Commits

Author SHA1 Message Date
Steve Rowe 17d113dac1 LUCENE-2605: Add classic QueryParser option setSplitOnWhitespace() to control whether to split on whitespace prior to text analysis. Default behavior remains unchanged: split-on-whitespace=true. 2016-07-05 18:03:42 -04:00
Chris Hostetter 54b3945572 SOLR-9235: Fixed NPE when using non-numeric range query in deleteByQuery 2016-07-05 14:18:55 -07:00
Alan Woodward 521764ffa5 SOLR-9181: More logging 2016-07-05 15:17:24 +01:00
Alan Woodward e6e0765e86 SOLR-9181: Add some logging to ZkStateReader to try and debug test failures 2016-07-05 10:46:43 +01:00
Shalin Shekhar Mangar 8653be9a5b SOLR-8048: Stop using deprecated CollectionAdminRequest.Reload constructor 2016-07-05 12:53:35 +05:30
Shalin Shekhar Mangar 2d6b7ea966 SOLR-8048: Close the http client in a finally clause at the end of the test 2016-07-05 12:48:04 +05:30
Erick 32e0f5fd25 SOLR-9276: Remove remnants of old-style core definitions from OpenCloseCoreStressTest 2016-07-04 17:13:39 -07:00
Erick Erickson 9dd9a6fc91 SOLR-9194: Enhance the bin/solr script to perform file operations to/from Zookeeper. Windows text fix 3 2016-07-04 10:25:40 -07:00
Christine Poerschke fd80ead401 LUCENE-7358: Remove redundant failonerror=true in (contrib|modules)-crawl elements. 2016-07-04 11:42:30 +01:00
Adrien Grand 513cfd77e4 LUCENE-7353: ScandinavianFoldingFilterFactory and ScandinavianNormalizationFilterFactory now implement MultiTermAwareComponent. 2016-07-04 09:42:28 +02:00
Adrien Grand d66e9935c3 LUCENE-7351: Doc id compression for points. 2016-07-04 09:13:41 +02:00
Adrien Grand b37e4eeecb LUCENE-7367: Upgrade TestQualityRun to bm25. 2016-07-04 09:08:57 +02:00
Erick Erickson 65c34857f8 SOLR-9194: Enhance the bin/solr script to perform file operations to/from Zookeeper. More Windows fixes 2016-07-03 17:14:25 -07:00
Erick Erickson 961eaf9add SOLR-9194: Enhance the bin/solr script to perform file operations to/from Zookeeper - Fix Windows failures 2016-07-02 16:07:38 -07:00
Erick a851d5f557 SOLR-9194: Enhance the bin/solr script to perform file operations to/from Zookeeper 2016-07-02 10:25:44 -07:00
Alan Woodward 1fa0d0419a Remove unused import 2016-07-02 12:23:01 +01:00
Alan Woodward c38cdedbf2 SOLR-9076: Fix ivy config to pass precommit 2016-07-01 16:13:30 +01:00
Alan Woodward cefab1dffc SOLR-9181: Fix some races in ZkStateReader collection watch updates 2016-07-01 15:47:47 +01:00
markrmiller 2c96c91dd8 SOLR-9076: Add some missing dependencies. 2016-07-01 09:06:15 -04:00
Noble Paul 06cb145f12 Merge remote-tracking branch 'origin/master' 2016-07-01 17:37:52 +05:30
Noble Paul df9fb16b46 SOLR-9251: Support for a new tag 'role' in replica placement rules 2016-07-01 17:37:36 +05:30
Shalin Shekhar Mangar 51fde1cbf9 SOLR-9262: Connection and read timeouts are being ignored by UpdateShardHandler after SOLR-4509 2016-07-01 13:16:46 +05:30
Shalin Shekhar Mangar 6674969a89 SOLR-9262: Revert changes 2016-07-01 12:58:56 +05:30
Shalin Shekhar Mangar 2b4420c473 SOLR-9262: Connection and read timeouts are being ignored by UpdateShardHandler after SOLR-4509 2016-07-01 12:47:05 +05:30
Shalin Shekhar Mangar 0a15699caa SOLR-8787: Shutdown MiniSolrCloudCluster in a finally block 2016-06-30 22:32:23 +05:30
Shalin Shekhar Mangar 6528dacb0e SOLR-8787: TestAuthenticationFramework should not extend TestMiniSolrCloudCluster 2016-06-30 19:50:17 +05:30
Shalin Shekhar Mangar 74c86063cf SOLR-9264: Remove unused imports 2016-06-30 18:20:11 +05:30
Shalin Shekhar Mangar 015e0fc1cf SOLR-9264: Optimize ZkController.publishAndWaitForDownStates to not read all collection states and watch relevant collections instead 2016-06-30 15:22:57 +05:30
Noble Paul 1dc7480bcd SOLR-9216: Support collection.configName in MODIFYCOLLECTION request 2016-06-30 12:10:36 +05:30
Dennis Gove 1ae0d8d6e1 SOLR-9246: If the JDBCStream sees an unknown column type it will now throw a detailed exception 2016-06-29 14:27:56 -04:00
Steve Rowe 7a8be18278 Put back 6.2 bugfix released in 5.5.2: SOLR-9191 2016-06-29 08:59:17 -04:00
Alan Woodward 6a703bebf7 LUCENE-7359: Add equals() and hashCode() to Explanation 2016-06-29 10:40:27 +01:00
Shalin Shekhar Mangar 4ea95bf8f1 SOLR-8777: Duplicate Solr process can cripple a running process 2016-06-29 14:49:59 +05:30
Alan Woodward f3dcd467ff LUCENE-7360: Remove Explanation.toHtml() 2016-06-29 09:16:13 +01:00
Alan Woodward 23119db360 LUCENE-7360: Explanation.toHtml() is deprecated 2016-06-29 09:13:29 +01:00
Tomas Fernandez Lobbe 4070bdd8d8 SOLR-8657: Fix SolrRequestInfo error logs if QuerySenderListener is being used 2016-06-28 13:11:40 -07:00
jbernste 3f7acb5cf9 SOLR-9254: Fixed typo in CHANGES.txt 2016-06-28 15:31:37 -04:00
jbernste 407080af5b SOLR-9254: GraphTermsQueryQParserPlugin throws NPE when field being search is not present in segment 2016-06-28 13:03:34 -04:00
Shalin Shekhar Mangar ab2348e3ef Fix typo in bin/solr zk help text
This closes #29
2016-06-28 17:15:21 +05:30
Christine Poerschke e0c45f400f LUCENE-7356: SearchGroup tweaks (initialCapacity, size==0 vs. isEmpty) 2016-06-28 12:42:11 +01:00
Shalin Shekhar Mangar 9cbd54087c SOLR-8626: 404 error when clicking nodes in cloud graph view in angular UI.
This closes #23
2016-06-28 16:43:00 +05:30
Shalin Shekhar Mangar 2a1ec2d4d6 Merge remote-tracking branch 'origin/master' 2016-06-28 16:24:01 +05:30
Shalin Shekhar Mangar adaabaf834 Trivial name spelling fix for SOLR-445
Merge branch 'patch-3' of https://github.com/arafalov/lucene-solr-1

This closes #43
2016-06-28 16:21:22 +05:30
Karl Wright 7343b0547d Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2016-06-28 06:27:33 -04:00
Karl Wright d954c78cea LUCENE-7357: If the points for path segment intersections are ambiguous, throw an IllegalArgumentException. 2016-06-28 06:27:21 -04:00
Steve Rowe 8c47d20d23 releasedJirasRegex.py: fixed comment about the limitations of the script 2016-06-27 16:32:33 -04:00
Steve Rowe ac473a9fac Renamed manageRelease.py to releasedJirasRegex.py, cleaned it up a bit, fixed a bug (matching JIRAs not at the beginning of bullets), and added the ability to match older releases' numbered bullets. 2016-06-27 16:10:44 -04:00
Steve Rowe 1e182d81db Simplify backcompat index file name creation 2016-06-27 12:57:40 -04:00
Varun Thacker 36183cad87 SOLR-7374: Fixing test failures like build #3366. Index a minimum of 1 doc 2016-06-27 12:08:45 +05:30
Jan Høydahl 7eb77027bb SOLR-9237: DefaultSolrHighlighter.doHighlightingByFastVectorHighlighter can't be overidden 2016-06-26 23:59:59 +02:00