Commit Graph

15456 Commits

Author SHA1 Message Date
James Dyer f2775f1c51 SOLR-4051: Configurable DIH Property Writers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408880 13f79535-47bb-0310-9956-ffa450edef68
2012-11-13 18:38:45 +00:00
James Dyer 3e45aec329 SOLR-4051: Configurable DIH Property Writers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408873 13f79535-47bb-0310-9956-ffa450edef68
2012-11-13 18:30:51 +00:00
Adrien Grand 130df2e8e1 Use the new StoredDocument API in the example code.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408841 13f79535-47bb-0310-9956-ffa450edef68
2012-11-13 17:23:22 +00:00
Mark Robert Miller 27181e53a0 * SOLR-4003: The SolrZKClient clean method should not try and clear zk paths that start with /zookeeper, as this can fail and stop the removal of further nodes. (Mark Miller)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408831 13f79535-47bb-0310-9956-ffa450edef68
2012-11-13 16:56:27 +00:00
Adrien Grand 0b22d0b4a6 Lucene41StoredFieldsFormat: missing javadocs.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408820 13f79535-47bb-0310-9956-ffa450edef68
2012-11-13 16:06:45 +00:00
Adrien Grand da6d1ed228 LUCENE-4509: Enable stored fields compression in Lucene41Codec.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408762 13f79535-47bb-0310-9956-ffa450edef68
2012-11-13 14:54:09 +00:00
Steven Rowe 211a24c489 SOLR-2045: Maven configuration: add derby test dependency to DIH
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408685 13f79535-47bb-0310-9956-ffa450edef68
2012-11-13 11:54:24 +00:00
Alan Woodward 492741333b SOLR-4022: Remove unintentional subliminal advertising from test schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408649 13f79535-47bb-0310-9956-ffa450edef68
2012-11-13 09:29:34 +00:00
Alan Woodward 0f57f8bdef SOLR-4022: Allow sorting on ExternalFileFields
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408646 13f79535-47bb-0310-9956-ffa450edef68
2012-11-13 09:19:10 +00:00
Yonik Seeley ddb20fd43d SOLR-4036: field aliases in fl should not cause properties of target field to be used
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408560 13f79535-47bb-0310-9956-ffa450edef68
2012-11-13 02:41:08 +00:00
Yonik Seeley 8d047adbb9 SOLR-3989: SolrZkClient constructor dropped exception cause when throwing a new RuntimeException
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408510 13f79535-47bb-0310-9956-ffa450edef68
2012-11-13 00:03:58 +00:00
Adrien Grand f1fda6880b LUCENE-4554: CompressingStoredFieldsFormat: don't write the original length at the beginning of the chunk with LZ4 compressors
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408476 13f79535-47bb-0310-9956-ffa450edef68
2012-11-12 22:17:13 +00:00
Mark Robert Miller 6794693f30 SOLR-4064: When there is an unexpected exception while trying to run the new leader process, the SolrCore will not correctly rejoin the election.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408398 13f79535-47bb-0310-9956-ffa450edef68
2012-11-12 18:49:06 +00:00
James Dyer b5164f0c5d SOLR-2045: fix svn:eol-style for sha1 file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408388 13f79535-47bb-0310-9956-ffa450edef68
2012-11-12 18:16:51 +00:00
James Dyer b87c71a09b SOLR-2045: suppress creation of derby.log during test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408377 13f79535-47bb-0310-9956-ffa450edef68
2012-11-12 17:54:45 +00:00
James Dyer 0de0c53e35 SOLR-2045: DIH doesn't release jdbc connections for some databases
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408368 13f79535-47bb-0310-9956-ffa450edef68
2012-11-12 17:36:32 +00:00
James Dyer f8736aaf9a SOLR-2045: DIH doesn't release jdbc connections for some databases
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408364 13f79535-47bb-0310-9956-ffa450edef68
2012-11-12 17:33:00 +00:00
Mark Robert Miller 3627b45e9c remove nocommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408336 13f79535-47bb-0310-9956-ffa450edef68
2012-11-12 16:01:16 +00:00
Mark Robert Miller f902314d74 SOLR-3993: If multiple SolrCore's for a shard coexist on a node, on cluster restart, leader election would stall until timeout, waiting to see all of the replicas come up.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408313 13f79535-47bb-0310-9956-ffa450edef68
2012-11-12 15:10:47 +00:00
Mark Robert Miller 267df1a190 SOLR-4067: ZkStateReader#getLeaderProps should not return props for a leader that it does not think is live.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408305 13f79535-47bb-0310-9956-ffa450edef68
2012-11-12 14:37:12 +00:00
Michael McCandless ea255484c4 fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408251 13f79535-47bb-0310-9956-ffa450edef68
2012-11-12 11:36:43 +00:00
Mark Robert Miller aaa329f061 SOLR-4055: Remove tabs and format to Lucene convention
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408134 13f79535-47bb-0310-9956-ffa450edef68
2012-11-11 22:29:41 +00:00
Mark Robert Miller 99c4749d1a SOLR-4055: Fix a thread safety issue with the Collections API that could cause actions to be targeted at the wrong SolrCores.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408125 13f79535-47bb-0310-9956-ffa450edef68
2012-11-11 21:54:04 +00:00
Mark Robert Miller 3c4c55aad1 SOLR-4063: remove unused variable
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408091 13f79535-47bb-0310-9956-ffa450edef68
2012-11-11 19:30:20 +00:00
Michael McCandless 89cbd54e08 LUCENE-4544: fix off-by-one in max number of CMS merge threads
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408089 13f79535-47bb-0310-9956-ffa450edef68
2012-11-11 19:19:55 +00:00
Mark Robert Miller e92475e10e SOLR-4063: Allow CoreContainer to load multiple SolrCores in parallel rather than just serially.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408088 13f79535-47bb-0310-9956-ffa450edef68
2012-11-11 19:18:03 +00:00
Michael McCandless a53ecb1d09 fix tie-break in test to use analyzed form not surface form
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407869 13f79535-47bb-0310-9956-ffa450edef68
2012-11-10 18:28:05 +00:00
Mark Robert Miller 9eb16eef21 SOLR-4060: ReplicationHandler can try and do a snappull and open a new IndexWriter after shutdown has already occurred, leaving an IndexWriter that is not closed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407817 13f79535-47bb-0310-9956-ffa450edef68
2012-11-10 14:11:05 +00:00
Robert Muir b57d801ae3 don't fail if we cant delete: for some reason windows is hanging on to open file handles to these jars?
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407815 13f79535-47bb-0310-9956-ffa450edef68
2012-11-10 14:08:45 +00:00
Robert Muir 43dc1dcdea LUCENE-4466: bounds check term vectors in segmentreader, not the codec
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407605 13f79535-47bb-0310-9956-ffa450edef68
2012-11-09 19:52:20 +00:00
James Dyer 18ed36adac SOLR-3856: Improve tests for SqlEntityProcessor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407547 13f79535-47bb-0310-9956-ffa450edef68
2012-11-09 17:17:54 +00:00
Robert Muir c87afb5a28 disable solr tests in jenkins until they start passing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407438 13f79535-47bb-0310-9956-ffa450edef68
2012-11-09 12:46:57 +00:00
Michael McCandless 504938ec03 remove bad assert
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407328 13f79535-47bb-0310-9956-ffa450edef68
2012-11-09 00:34:42 +00:00
Michael McCandless cd7dfb5ca6 always fsync for now (it's causing test failures otherwise)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407313 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 23:34:59 +00:00
Simon Willnauer 58d914e533 fix javadoc links
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407295 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 22:20:26 +00:00
Simon Willnauer d8d3dc2a13 LUCENE-4537: Separate RateLimiter from Directory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407268 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 21:24:43 +00:00
James Dyer f57cdb8fc3 SOLR-3856: @Ignore Delta test while investigating Linux failures
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407140 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 15:51:48 +00:00
Steven Rowe 5ba17cf480 SOLR-4031: Eclipse and Maven configurations: Upgrade to Jetty 8.1.7
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407120 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 15:18:10 +00:00
Robert Muir 3c14a51d14 SOLR-4050: ensure we have no trash in example/lib, move jetty start.jar into ivy.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407107 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 14:50:41 +00:00
Yonik Seeley 959bccf7c1 SOLR-4050: upgrade jetty start.jar to match jetty libs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407093 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 14:20:51 +00:00
Michael McCandless c85875c33e don't hang if Solr example fails to start
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407083 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 14:00:28 +00:00
Robert Muir 1897641123 svn:eol-style=native
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406758 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 19:26:11 +00:00
Adrien Grand 980915f6ca LUCENE-4527: CompressingStoreFieldsFormat: encode numStoredFields more efficiently.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406704 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 16:24:24 +00:00
James Dyer f8be77c39b SOLR-3856: Better test failure output
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406698 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 16:20:25 +00:00
Yonik Seeley ce716b2606 SOLR-4031: add checksums for new jetty jars
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406664 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 15:06:15 +00:00
Adrien Grand b99a2b3590 LUCENE-4536: Make PackedInts on-disk format byte-aligned.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406651 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 14:17:42 +00:00
Yonik Seeley d5222ffba3 SOLR-4031: Upgrade to Jetty 8.1.7
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406601 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 12:59:31 +00:00
Shai Erera 2e896c4af6 LUCENE-4532: fix DirectoryTaxonomyWriter to track the taxonomy epoch, rather than create timestamp
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406539 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 10:50:14 +00:00
Robert Muir 25eab66662 try to fix the worst of the class summaries so that the first sentence is parsed correctly
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406454 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 04:29:25 +00:00
Robert Muir 857f32d508 javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406444 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 04:07:59 +00:00