Shai Erera
|
b5d4f778d2
|
remove leftover license file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1482680 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-15 05:09:01 +00:00 |
Steven Rowe
|
461cca89dc
|
LUCENE-4975: remove nocommit target
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1482641 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-14 23:32:11 +00:00 |
Steven Rowe
|
64b85cf0ed
|
LUCENE-4975: replicator module: make validate-maven-dependencies succeed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1482640 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-14 23:29:03 +00:00 |
Robert Muir
|
ca404e3ec0
|
SOLR-4448: Allow the solr internal load balancer to be more easily pluggable
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1482600 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-14 21:29:52 +00:00 |
Chris M. Hostetter
|
a1e29c7415
|
SOLR-4813: Fix SynonymFilterFactory to allow init parameters for tokenizer factory used when parsing synonyms file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1482474 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-14 17:21:50 +00:00 |
Adrien Grand
|
c1ec7aa8df
|
LUCENE-4946: Sorter.rotate is a no-op when one of the two adjacent slices to rotate is empty.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1482111 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-13 21:26:08 +00:00 |
Robert Muir
|
67970fcaab
|
add replicator to smokeTester
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1482001 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-13 18:01:48 +00:00 |
Robert Muir
|
93201959b8
|
SOLR-4785: add gbowyer's tests to unbreak build
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481977 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-13 17:23:03 +00:00 |
Steven Rowe
|
1e4ece5fbd
|
LUCENE-4975: make forbidden-apis shut up: "new Random()" is bad, and LTC.random() says "RandomizedRunner prevents changing the seed of its random generators to assure repeatability of tests. If you need a mutable instance of Random, create a new instance, preferably with the initial seed aquired from this Random instance.", so switched to "new Random(random.nextLong())"
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481971 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-13 17:03:50 +00:00 |
Steven Rowe
|
5ea434e636
|
LUCENE-4975: replicator module: IntelliJ configuration: add svn:eol-style to replicator.iml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481961 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-13 16:40:55 +00:00 |
Steven Rowe
|
c30277e08f
|
LUCENE-4975: replicator module: Maven configuration: remove <pluginManagement> wrapper from around the surefire plugin config, so that it will operate in situ
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481958 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-13 16:36:05 +00:00 |
Robert Muir
|
5b27bf880b
|
filter out 'hidden' directories with a regex filter instead
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481954 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-13 16:29:40 +00:00 |
Robert Muir
|
7d04352542
|
remove strange retry-port loop, and just bind to ephemeral port
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481947 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-13 16:00:53 +00:00 |
Robert Muir
|
d9c6fa0b49
|
avoid NRTCachingDirectory in this test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481938 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-13 15:45:31 +00:00 |
Steven Rowe
|
c819b8a753
|
LUCENE-4975: replicator module: Maven configuration: remove unnecessary comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481922 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-13 15:28:59 +00:00 |
Shai Erera
|
40e939c954
|
make ReplicatorTestCase.newHttpServer respect tests.jettyConnector for freebsd issues
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481914 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-13 15:22:14 +00:00 |
Steven Rowe
|
2c76719401
|
LUCENE-4975: replicator module: make Maven configuration functional
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481912 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-13 15:15:01 +00:00 |
Steven Rowe
|
7630d6b7e6
|
LUCENE-4975: replicator module: IntelliJ configuration
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481880 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-13 14:36:58 +00:00 |
Shai Erera
|
6b75799b42
|
LUCENE-4975: Add Replication module to Lucene
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481804 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-13 11:57:22 +00:00 |
Mark Robert Miller
|
c8178bd351
|
tests: improve test fail msg for easier debugging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481774 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-13 10:16:42 +00:00 |
Mark Robert Miller
|
e64b4aa347
|
SOLR-4796: zkcli.sh should honor JAVA_HOME
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481753 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-13 09:36:53 +00:00 |
Greg Bowyer
|
d4e8d82891
|
LUCENE-2713: Removed fixed test seed from TestPhraseQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481693 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-13 03:28:55 +00:00 |
Mark Robert Miller
|
ce5f508ff5
|
SOLR-4234: Add support for binary files in ZooKeeper.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481675 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-13 00:30:25 +00:00 |
Jan Høydahl
|
1cd6be0712
|
SOLR-4785: New MaxScoreQParserPlugin
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481651 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-12 21:23:37 +00:00 |
Dawid Weiss
|
91f908f513
|
Setting eol-style on an added file.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481635 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-12 19:45:26 +00:00 |
Dawid Weiss
|
77597dfc04
|
LUCENE-4997: Internal test framework's tests are sensitive to previous test failures and tests.failfast.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481634 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-12 19:44:26 +00:00 |
Shawn Heisey
|
6e6ce33a94
|
SOLR-4807: zkcli fix for log4j and Windows
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481220 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-10 22:29:30 +00:00 |
Shalin Shekhar Mangar
|
aec783468c
|
SOLR-4806: Shard splitting does not abort if WaitForState times out
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481145 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-10 19:01:20 +00:00 |
Shawn Heisey
|
3f0814fb79
|
SOLR-4760: fix typo in re-added bracket
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481129 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-10 18:19:06 +00:00 |
Robert Muir
|
2a0d8086df
|
LUCENE-4991: QueryParser doesnt handle synonyms correctly for chinese
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481100 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-10 16:59:36 +00:00 |
Robert Muir
|
afbca4dc8a
|
LUCENE-4996: Include field name in all DocInverter exceptions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481080 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-10 16:29:19 +00:00 |
Erick Erickson
|
08a140dcf5
|
SOLR-4790, Defining a core with the same name should throw an error
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481079 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-10 16:26:47 +00:00 |
Erick Erickson
|
2f4474d5ad
|
added to CHANGES.txt for SOLR-4791
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481038 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-10 14:53:59 +00:00 |
Mark Robert Miller
|
caf6b7f3c9
|
SOLR-4751: revert for now
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481030 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-10 14:35:11 +00:00 |
Erick Erickson
|
fddfe20f9d
|
Test fix for SOLR-4760
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480998 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-10 12:52:25 +00:00 |
Jan Høydahl
|
3a53c33984
|
SOLR-4563: RSS DIH-example not working
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480993 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-10 12:36:39 +00:00 |
Koji Sekiguchi
|
1ce5ec4b99
|
SOLR-4751: fix replication problem of files in sub directory of conf
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480988 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-10 12:07:29 +00:00 |
Uwe Schindler
|
15317f5200
|
LUCENE-4993: Fix BeiderMorseFilter to preserve custom attributes when inserting tokens with position increment 0.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480911 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-10 08:00:19 +00:00 |
Shalin Shekhar Mangar
|
d9140ea03d
|
Move bug fixes to 4.3.1 changelog
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480888 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-10 06:05:23 +00:00 |
Shawn Heisey
|
f3bb1d7d6f
|
SOLR-4760: Include core name in logs when loading schema.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480882 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-10 05:51:39 +00:00 |
Uwe Schindler
|
f8ee486b21
|
LUCENE-4994: Fix PatternKeywordMarkerFilter to have public constructor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480829 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-09 22:55:56 +00:00 |
Shalin Shekhar Mangar
|
fa5752b7f5
|
Preparing changelogs for a 4.3.1 release
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480772 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-09 21:10:38 +00:00 |
Shai Erera
|
327b1f09bd
|
LUCENE-4990: Improve MockDirectoryWrapper.sync
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480761 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-09 20:26:52 +00:00 |
Michael McCandless
|
c75b9060a5
|
LUCENE-4986: NRT reopen after tryDeleteDocument was failing to reflect the deletion
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480650 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-09 14:13:02 +00:00 |
Robert Muir
|
d118a98365
|
sync up NOTICE
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480522 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-09 03:09:16 +00:00 |
Chris M. Hostetter
|
ca6a3a1b5f
|
SOLR-4803: Fixed core discovery mode (ie: new style solr.xml) to treat 'collection1' as the default core name
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480515 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-09 01:20:50 +00:00 |
Shalin Shekhar Mangar
|
5ef9e9eff4
|
SOLR-4797: Shard splitting creates sub shards which have the wrong hash range in cluster state. This happens when numShards is not a power of two and router is compositeId
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480478 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-08 21:57:31 +00:00 |
Dawid Weiss
|
84d08b269c
|
LUCENE-4987: Upgrade randomized testing to version 2.0.10:
Test framework may fail internally due to overly aggresive J9 optimizations.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480457 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-08 21:04:04 +00:00 |
Yonik Seeley
|
72065147d7
|
SOLR-4798: use correct router during index splitting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480383 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-08 18:10:56 +00:00 |
Robert Muir
|
e19e272d62
|
SOLR-4791: Use URLClassLoader.close() to try to release jar files from URLClassLoader
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480362 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-08 17:21:46 +00:00 |