Mark Robert Miller
2c2b455442
SOLR-1301: Ignore this test on Windows - there is a problem with Windows paths and Morphlines.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1553184 13f79535-47bb-0310-9956-ffa450edef68
2013-12-23 19:11:07 +00:00
Mark Robert Miller
76f3bbef6e
SOLR-5576: Improve concurrency when registering and waiting for all SolrCore's to register a DOWN state.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1553178 13f79535-47bb-0310-9956-ffa450edef68
2013-12-23 19:00:14 +00:00
Mark Robert Miller
227ce7c228
SOLR-5573: ChaosMonkey should randomly turn off Solr's commit on shutdown option.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1553159 13f79535-47bb-0310-9956-ffa450edef68
2013-12-23 17:34:24 +00:00
Mark Robert Miller
be7d4f195f
SOLR-5574: CoreContainer shutdown publishes all nodes as down and waits to see that and then again publishes all nodes as down.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1553157 13f79535-47bb-0310-9956-ffa450edef68
2013-12-23 17:31:50 +00:00
Noble Paul
97d3e2d546
SOLR-5525 use hasCollection()
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1553095 13f79535-47bb-0310-9956-ffa450edef68
2013-12-23 11:44:21 +00:00
Mark Robert Miller
8d9d344501
SOLR-5569: fix how this check is done - we need to hit the rest of the loop, not continue
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1553072 13f79535-47bb-0310-9956-ffa450edef68
2013-12-23 05:45:28 +00:00
Mark Robert Miller
07a07a5bd1
SOLR-5570: Generalize solrcloud-start.sh solrcloud dev script.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1553067 13f79535-47bb-0310-9956-ffa450edef68
2013-12-23 04:44:26 +00:00
Mark Robert Miller
e7d67c783b
SOLR-5552: Leader recovery process can select the wrong leader if all replicas for a shard are down and trying to recover as well as lose updates that should have been recovered.
...
SOLR-5569 A replica should not try and recover from a leader until it has published that it is ACTIVE.
SOLR-5568 A SolrCore cannot decide to be the leader just because the cluster state says no other SolrCore's are active.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1553031 13f79535-47bb-0310-9956-ffa450edef68
2013-12-22 21:16:52 +00:00
Robert Muir
5ac5bdbc47
disable very very very wasteful codec
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1553000 13f79535-47bb-0310-9956-ffa450edef68
2013-12-22 15:26:31 +00:00
Joel Bernstein
ab4984419e
Added 4.6.1 CHANGES
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1552905 13f79535-47bb-0310-9956-ffa450edef68
2013-12-21 14:09:11 +00:00
Adrien Grand
533777f620
LUCENE-5373: Fix memory usage estimation for [Lucene40/Lucene42/Memory/Direct]DocValuesProducer.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1552751 13f79535-47bb-0310-9956-ffa450edef68
2013-12-20 17:26:51 +00:00
Simon Willnauer
ad6c85ef96
LUCENE-5374: Call IW#processEvents before IndexWriter is closed
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1552710 13f79535-47bb-0310-9956-ffa450edef68
2013-12-20 16:04:55 +00:00
Mark Robert Miller
5f17bb8a01
SOLR-5565: Raise default ZooKeeper session timeout to 30 seconds from 15 seconds.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1552700 13f79535-47bb-0310-9956-ffa450edef68
2013-12-20 15:16:03 +00:00
Mark Robert Miller
136a2c7190
SOLR-5562: ConcurrentUpdateSolrServer constructor ignores supplied httpclient.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1552691 13f79535-47bb-0310-9956-ffa450edef68
2013-12-20 14:56:07 +00:00
Mark Robert Miller
0a6017d7da
SOLR-1301: Merge Morphlines modules up to Kite 0.10 and CDK 0.9
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1552398 13f79535-47bb-0310-9956-ffa450edef68
2013-12-19 19:13:47 +00:00
Mark Robert Miller
e7d605a2d5
SOLR-1301: Update to Kite 0.10 from CDK 0.9
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1552381 13f79535-47bb-0310-9956-ffa450edef68
2013-12-19 17:51:39 +00:00
Robert Muir
7808f7f44e
fix locale violation
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1552334 13f79535-47bb-0310-9956-ffa450edef68
2013-12-19 16:20:22 +00:00
Alan Woodward
25b53be6f9
SOLR-5556: Allow CollectionsHandler and InfoHandler classes to be specified in solr.xml
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1552044 13f79535-47bb-0310-9956-ffa450edef68
2013-12-18 17:35:24 +00:00
Joel Bernstein
a18470e858
SOLR-5416: CollapsingQParserPlugin bug with tagging
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1551999 13f79535-47bb-0310-9956-ffa450edef68
2013-12-18 16:06:13 +00:00
Robert Muir
22baafc512
SOLR-5528: improve response format of the new SuggestComponent
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1551753 13f79535-47bb-0310-9956-ffa450edef68
2013-12-17 23:14:11 +00:00
Han Jiang
261127a062
package summary fix
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1551222 13f79535-47bb-0310-9956-ffa450edef68
2013-12-16 15:03:45 +00:00
Alan Woodward
507cb684b7
Fix test bug
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1551053 13f79535-47bb-0310-9956-ffa450edef68
2013-12-15 20:46:27 +00:00
Alan Woodward
234acf76b5
SOLR-5543: Core Swaps result in duplicate entries in solr.xml
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1550969 13f79535-47bb-0310-9956-ffa450edef68
2013-12-14 21:11:18 +00:00
Alan Woodward
d22cffebb7
SOLR-5555: CloudSolrServer and LBHttpSolrServer shouldn't throw MUE from constructors
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1550824 13f79535-47bb-0310-9956-ffa450edef68
2013-12-13 19:47:06 +00:00
Shalin Shekhar Mangar
f590fe62a6
SOLR-3702: Reverting commit because it breaks QueryEqualityTest
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1550676 13f79535-47bb-0310-9956-ffa450edef68
2013-12-13 10:25:43 +00:00
Shalin Shekhar Mangar
78d8d0c535
SOLR-3702: A 'concat' function query to support concatenation of Strings
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1550656 13f79535-47bb-0310-9956-ffa450edef68
2013-12-13 06:40:01 +00:00
Mark Robert Miller
5b0ae51d63
SOLR-5547: Creating a collection alias using SolrJ's CollectionAdminRequest sets the alias name and the collections to alias to the same value.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1550548 13f79535-47bb-0310-9956-ffa450edef68
2013-12-12 21:57:39 +00:00
Mark Robert Miller
8f6343fb83
SOLR-5548: Give DistributedSearchTestCase / JettySolrRunner the ability to specify extra filters.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1550508 13f79535-47bb-0310-9956-ffa450edef68
2013-12-12 20:15:52 +00:00
Uwe Schindler
7e070c34a4
SOLR-5492: Ignore broken test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1550323 13f79535-47bb-0310-9956-ffa450edef68
2013-12-12 00:13:14 +00:00
Steven Rowe
36fd83b0df
LUCENE-5360: Netbeans support: streamline XSLT stylesheet; add basic code style
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1550178 13f79535-47bb-0310-9956-ffa450edef68
2013-12-11 15:53:18 +00:00
Shalin Shekhar Mangar
bee606588d
SOLR-5492: Added shardAddress in grouping query responses. Added tests.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1550143 13f79535-47bb-0310-9956-ffa450edef68
2013-12-11 14:12:26 +00:00
Uwe Schindler
09d6a3c73c
reenable javadocs on JDK8
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1550110 13f79535-47bb-0310-9956-ffa450edef68
2013-12-11 11:39:27 +00:00
Steven Rowe
05634cff5d
LUCENE-5360: Add support for developing in Netbeans IDE.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1549872 13f79535-47bb-0310-9956-ffa450edef68
2013-12-10 15:50:38 +00:00
Shalin Shekhar Mangar
4b8d5f0d51
SOLR-5308: Handle route keys with bit separators. Route docs to target shard leader directly.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1549821 13f79535-47bb-0310-9956-ffa450edef68
2013-12-10 11:48:30 +00:00
Steven Rowe
a1461ad9b1
LUCENE-5364: Replace hard-coded Version.LUCENE_XY that doesn't have to be hard-coded (because of back-compat testing or version dependent behavior, or demo code that should exemplify pinning versions in user code), with Version.LUCENE_CURRENT in non-test code, or with LuceneTestCase.TEST_VERSION_CURRENT in test code; upgrade hard-coded Version.LUCENE_XY constants that should track the next release version to the next release version if they aren't already there, and put a token near them so that they can be found and upgraded when the next release version changes: ':Post-Release-Update-Version.LUCENE_XY:'
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1549701 13f79535-47bb-0310-9956-ffa450edef68
2013-12-09 22:53:38 +00:00
Simon Willnauer
0991a217d1
Fix RandomSimilarityProvider Math#abs can return negative value for Integer.MIN_VALUE
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1549687 13f79535-47bb-0310-9956-ffa450edef68
2013-12-09 21:40:39 +00:00
Noble Paul
07a2322efd
SOLR-5525
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1549591 13f79535-47bb-0310-9956-ffa450edef68
2013-12-09 14:58:53 +00:00
Noble Paul
60a881a00b
SOLR-5525
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1549552 13f79535-47bb-0310-9956-ffa450edef68
2013-12-09 11:22:29 +00:00
Simon Willnauer
a0745eccea
LUCENE-5362: IndexReader and SegmentCoreReaders now throw AlreadyClosedException if the refCount in incremented but is less that 1.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1549012 13f79535-47bb-0310-9956-ffa450edef68
2013-12-08 10:10:42 +00:00
Chris M. Hostetter
101f0b4978
test to help verify that functions wrapping queries (or filtered by queries) are only evaluated for docs that match those queries
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1548955 13f79535-47bb-0310-9956-ffa450edef68
2013-12-07 19:28:58 +00:00
Uwe Schindler
37a067efde
Better fix for the broken link using the native javadocs linking instead of HTML links: This makes the target of the link just work with compile version
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1548870 13f79535-47bb-0310-9956-ffa450edef68
2013-12-07 11:18:05 +00:00
Han Jiang
0baa424980
broken link police
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1548830 13f79535-47bb-0310-9956-ffa450edef68
2013-12-07 10:34:21 +00:00
Uwe Schindler
60bc097a7a
Fix eol-style
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1548822 13f79535-47bb-0310-9956-ffa450edef68
2013-12-07 09:29:37 +00:00
Mark Robert Miller
6df2115c56
SOLR-1301: Update jar checksums for Morphlines 0.9.0
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1548795 13f79535-47bb-0310-9956-ffa450edef68
2013-12-07 06:17:30 +00:00
Steven Rowe
130808e4e3
LUCENE-5357: Sync small change (/Katakana/ => /Katakana [x ExtendNumLet] x Katakana/ in the <ALPHANUM> pattern) from UAX29URLEmailTokenizerImpl.jflex to StandardTokenizerImpl.jflex
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1548746 13f79535-47bb-0310-9956-ffa450edef68
2013-12-06 23:11:12 +00:00
Mark Robert Miller
c7a3b96893
SOLR-5532: SolrJ Content-Type validation is too strict for some webcontainers / proxies.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1548659 13f79535-47bb-0310-9956-ffa450edef68
2013-12-06 19:01:03 +00:00
Mark Robert Miller
d8f1161418
SOLR-1301: Update to Morphlines 0.9.0
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1548605 13f79535-47bb-0310-9956-ffa450edef68
2013-12-06 17:34:55 +00:00
Mark Robert Miller
00b0209844
SOLR-1301: Fix a couple of bugs around setting up the embedded Solr instance.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1548600 13f79535-47bb-0310-9956-ffa450edef68
2013-12-06 17:04:47 +00:00
Steven Rowe
d516948bbd
LUCENE-5357: Upgrade StandardTokenizer and UAX29URLEmailTokenizer to Unicode 6.3; update UAX29URLEmailTokenizer's recognized top level domains in URLs and Emails from the IANA Root Zone Database.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1548595 13f79535-47bb-0310-9956-ffa450edef68
2013-12-06 16:51:43 +00:00
Mark Robert Miller
618f6b876d
SOLR-5533: Improve out of the box support for running Solr on hdfs with SolrCloud.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1548593 13f79535-47bb-0310-9956-ffa450edef68
2013-12-06 16:49:18 +00:00