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
Mark Robert Miller
0c8d47a00e
SOLR-5540: HdfsLockFactory should explicitly create the lock parent directory if necessary.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1548590 13f79535-47bb-0310-9956-ffa450edef68
2013-12-06 16:44:53 +00:00
Mark Robert Miller
a758823bbe
Clean up.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1548587 13f79535-47bb-0310-9956-ffa450edef68
2013-12-06 16:41:08 +00:00
Noble Paul
0754f884a1
SOLR-5525
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1548503 13f79535-47bb-0310-9956-ffa450edef68
2013-12-06 12:58:35 +00:00
Stefan Matheis
ad4b95a353
SOLR-5539: Admin UI - Remove ability to create/modify files
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1548477 13f79535-47bb-0310-9956-ffa450edef68
2013-12-06 09:53:03 +00:00
Steven Rowe
325637c2cf
SOLR-1301: ignore '*.iml' in new Solr contribs' directories; put new Solr contribs' lib/ and test-lib/ directories under Subversion control; ignore '*.jar' in these directories
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1548319 13f79535-47bb-0310-9956-ffa450edef68
2013-12-05 22:16:17 +00:00
Mark Robert Miller
6350b2d709
SOLR-1301: Clean up.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1547962 13f79535-47bb-0310-9956-ffa450edef68
2013-12-04 23:28:50 +00:00
Mark Robert Miller
e4f83aa1a0
SOLR-1301: Merge in latest morphlines module updates.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1547879 13f79535-47bb-0310-9956-ffa450edef68
2013-12-04 19:11:41 +00:00
Mark Robert Miller
b2a253a930
SOLR-1301: Merge in latest solr-map-reduce updates.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1547871 13f79535-47bb-0310-9956-ffa450edef68
2013-12-04 18:28:45 +00:00
Shalin Shekhar Mangar
1ae2e523df
SOLR-5502: Moving change log entry to the other section because this bug hasn't been released yet
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1547835 13f79535-47bb-0310-9956-ffa450edef68
2013-12-04 15:54:06 +00:00
Mark Robert Miller
bca33f30d2
SOLR-1301: Straighten out module names so that they match current convention
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1547819 13f79535-47bb-0310-9956-ffa450edef68
2013-12-04 15:15:24 +00:00
Uwe Schindler
de81d96cc0
Update some ANT plugins:
...
- make SVN version configurable: As svnkit 1.8 does not support svn 1.7 WCs and vice versa, if you use an 1.8 WC, you have to manually pass -Dsvnkit.version=1.8.0 (unless I find a better solution...)
- Update Groovy
- Update Pegdown
- LUCENE-5243: Update Clover to released version 3.2.0 (no more snapshot)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1547661 13f79535-47bb-0310-9956-ffa450edef68
2013-12-04 00:54:08 +00:00
Uwe Schindler
7bf6ee0a92
Fix annotation
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1547631 13f79535-47bb-0310-9956-ffa450edef68
2013-12-03 22:56:56 +00:00
Yonik Seeley
f47d26a49e
docs: SOLR-552 should be SOLR-5524
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1547581 13f79535-47bb-0310-9956-ffa450edef68
2013-12-03 20:40:35 +00:00
Yonik Seeley
56e6b5752a
SOLR-552: change scale function to use itself as context key instead of source
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1547568 13f79535-47bb-0310-9956-ffa450edef68
2013-12-03 20:22:21 +00:00
Noble Paul
dab93e43cc
SOLR-5525
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1547565 13f79535-47bb-0310-9956-ffa450edef68
2013-12-03 20:20:48 +00:00
Mark Robert Miller
5416a09e73
SOLR-5502: Fix inadvertently removed changes entry
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1547522 13f79535-47bb-0310-9956-ffa450edef68
2013-12-03 18:43:26 +00:00
Robert Muir
b5dbac5e35
LUCENE-4381: upgrade ICU to icu4j 52.1
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1547502 13f79535-47bb-0310-9956-ffa450edef68
2013-12-03 18:05:23 +00:00
Steven Rowe
5f5098299a
SOLR-1301: remove unnecessary (POM-only) dependency org.apache.hadoop:hadoop-yarn-server
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1547498 13f79535-47bb-0310-9956-ffa450edef68
2013-12-03 17:54:57 +00:00
Steven Rowe
0f768189e5
When dependency/@conf contains BOTH 'test' and 'compile', and dependency/artifact/@type != 'test', the artifact is NOT a test dependency, to handle solr-morphlines-core's compile-scope cdk-morphlines-core and test-scope cdk-morphlines-core-tests dependencies
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1547479 13f79535-47bb-0310-9956-ffa450edef68
2013-12-03 17:08:11 +00:00
Mark Robert Miller
1f57856b90
SOLR-5502: A "/" in a document id will cause an exception to be thrown when using the composite id router.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1547452 13f79535-47bb-0310-9956-ffa450edef68
2013-12-03 16:10:58 +00:00
Mark Robert Miller
09aa2dce76
SOLR-1301: Ignore these tests on java 8 and j9 for now.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1547442 13f79535-47bb-0310-9956-ffa450edef68
2013-12-03 15:42:16 +00:00
Steven Rowe
dff3579da3
SOLR-5354: applying hoss's patch to fix function edge case in distributed sort
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1547430 13f79535-47bb-0310-9956-ffa450edef68
2013-12-03 15:22:59 +00:00