Robert Muir
|
cafdce601c
|
SOLR-5512: Optimize DocValuesFacets
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1546675 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-30 01:32:26 +00:00 |
Mark Robert Miller
|
7bae4083e1
|
SOLR-5509: allow retry updates to self again, don't retry on remote solrserver exceptions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1546670 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-30 01:04:27 +00:00 |
Adrien Grand
|
4213413f0b
|
LUCENE-5285: Improved highlighting of multi-valued fields with FastVectorHighlighter.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1546603 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-29 16:45:01 +00:00 |
Steven Rowe
|
52e8ead225
|
SOLR-5354: fix attribution
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1546589 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-29 16:03:21 +00:00 |
Steven Rowe
|
921bd47919
|
SOLR-5354: Distributed sort is broken with CUSTOM FieldType
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1546457 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-28 21:00:28 +00:00 |
Mark Robert Miller
|
8ed8d46efe
|
SOLR-5509: Do not retry to yourself.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1546286 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-28 05:15:16 +00:00 |
Mark Robert Miller
|
301d7a080a
|
SOLR-5509: Always add a param for 'from' node.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1546278 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-28 04:09:02 +00:00 |
Erick Erickson
|
efbc66ca8f
|
SOLR-5488: Added more test info output. Somehow lost some of what I did yesterday
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1546263 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-28 03:17:30 +00:00 |
Robert Muir
|
fcb7e37c29
|
SOLR-5506: Support docValues in (ICU)CollationField
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1546245 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-28 00:31:03 +00:00 |
Mark Robert Miller
|
e5fbf6dce2
|
SOLR-5504: Windows can throw a ConnectException when Linux throws a SocketException - also add a bit more testing.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1546224 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-27 23:15:13 +00:00 |
Mark Robert Miller
|
e54b08e2ab
|
SOLR-5509: fix possible npe
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1546189 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-27 20:43:35 +00:00 |
Mark Robert Miller
|
2939fce489
|
SOLR-5509: better debug logging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1546186 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-27 20:40:01 +00:00 |
Mark Robert Miller
|
83da40be81
|
SOLR-5509: Beef up retry logging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1546164 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-27 19:24:22 +00:00 |
Erick Erickson
|
38643894d1
|
SOLR-5488: Changing Facets testing to use DOM rather than string operations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1546074 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-27 15:24:24 +00:00 |
Steven Rowe
|
b821c13488
|
Handle indirect test-scoped cross-module dependencies; handle multiple artifacts for a single dependency declaration in ivy.xml files; handle solr module names that start with 'solr-'
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545855 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-26 21:46:11 +00:00 |
Steven Rowe
|
18bcf7fc82
|
Fix improperly named module solr-extraction -> solr-cell
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545699 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-26 15:55:10 +00:00 |
Shalin Shekhar Mangar
|
b1a7190dbb
|
SOLR-5492: Return the replica that actually served the query in shards.info response
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545662 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-26 14:05:12 +00:00 |
Erick Erickson
|
9db2e666e2
|
SOLR-5488: Revamped ExpressionTest to use the DOM parsing in AbstractAnalyticsStatsTest rather than string operations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545650 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-26 13:25:20 +00:00 |
Stefan Matheis
|
765f907be1
|
SOLR-5189: Solr 4.x Web UI Log Viewer does not display 'date' column from logs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545581 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-26 09:41:38 +00:00 |
Shalin Shekhar Mangar
|
0302eeb254
|
SOLR-5499: Log a warning if /get is not registered when using SolrCloud
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545554 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-26 07:02:17 +00:00 |
Shalin Shekhar Mangar
|
b1e82e75ff
|
SOLR-5494: Moving change log entry to bug fixes section
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545551 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-26 06:28:06 +00:00 |
Mark Robert Miller
|
2912823f3a
|
tests: up get leader timeout default to 2s from 1s
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545530 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-26 03:30:40 +00:00 |
Erick Erickson
|
bc38be3e07
|
SOLR-5488: Fix up test failures for analytics component. Some cleanups suggested by IntelliJ's analysis
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545514 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-26 02:42:18 +00:00 |
Mark Robert Miller
|
ee21f3b465
|
raise retries a bit - it can take a bit for a new leader to take over
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545512 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-26 02:34:46 +00:00 |
Mark Robert Miller
|
8f94ae68de
|
SOLR-5503: Retry 'forward to leader' requests less aggressively - rather than on IOException, ConnectException.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545464 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-25 23:59:40 +00:00 |
Mark Robert Miller
|
59186c5ae7
|
LUCENE-5349: Ivy's resolution cache can easily corrupt and cause premature end of file errors.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545440 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-25 23:00:08 +00:00 |
Mark Robert Miller
|
bf251f501d
|
We need better testing for SolrCmdDistributor retry logic.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545428 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-25 22:32:05 +00:00 |
Steven Rowe
|
2678a15112
|
Bring IntelliJ configuration up-to-date
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545426 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-25 22:25:43 +00:00 |
Erick Erickson
|
728b740ede
|
SOLR-5488: Fixing up tests for analytics component
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545417 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-25 21:59:09 +00:00 |
Mark Robert Miller
|
295ce29bfb
|
tests: have ChaosMonkeyNothingIsSafeTest start up down nodes at the end so that any final updates won't fail because there is no leader coming
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545409 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-25 21:14:11 +00:00 |
Mark Robert Miller
|
dc147b8ee0
|
tests: mark the control requests in logging output for deletes as well
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545399 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-25 20:46:17 +00:00 |
Mark Robert Miller
|
78a40b68fb
|
tests: remove extra control add from last commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545359 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-25 18:09:40 +00:00 |
Mark Robert Miller
|
42ead72e6f
|
tests: mark the control requests in logging output
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545336 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-25 16:25:51 +00:00 |
Shalin Shekhar Mangar
|
64c394c714
|
SOLR-5378: lucene expressions module's lib directory is not necessary in solr.lucene.libs path
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545318 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-25 15:16:00 +00:00 |
Shalin Shekhar Mangar
|
5d45ce858f
|
SOLR-5378: Add dependencies of lucene's expressions module to Solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545311 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-25 14:59:29 +00:00 |
Mark Robert Miller
|
9e7b76f893
|
tests: have TestLBHttpSolrServer extend SolrTestCaseJ4 so it runs jetty in test mode and is happier
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545161 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-25 06:46:35 +00:00 |
Mark Robert Miller
|
7d5363964c
|
SOLR-5488: fix forbidden api call
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545143 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-25 03:16:26 +00:00 |
Mark Robert Miller
|
4eaf2769ad
|
tests: boost timeout a bit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545137 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-25 02:44:47 +00:00 |
Mark Robert Miller
|
88c177ead6
|
SOLR-4711: enable these tests on java 8
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545131 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-25 01:42:01 +00:00 |
Mark Robert Miller
|
2cd275ce25
|
SOLR-5417: make forbidden API's happy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545128 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-25 01:27:56 +00:00 |
Mark Robert Miller
|
56a116aae8
|
SOLR-5417: fail if the chaosmonkey runs for over 20 seconds and doesn't kill a jetty
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545125 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-25 01:11:51 +00:00 |
Mark Robert Miller
|
262e0c4190
|
SOLR-5497: Did not help.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545107 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-24 23:15:51 +00:00 |
Erick Erickson
|
0e19da794b
|
SOLR-5488: Added DOM parsing to the test cases rather than string manipulation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545080 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-24 21:33:45 +00:00 |
Mark Robert Miller
|
aca845c6a0
|
SOLR-5497: Do not try and start a jetty that is not stopped
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545066 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-24 20:20:10 +00:00 |
Mark Robert Miller
|
c95f5900ac
|
SOLR-4553: Bug in finding remote node when proxying update request in a cluster with more than one collection.
Also, attempt to proxy requests more aggressively.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545065 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-24 20:19:43 +00:00 |
Mark Robert Miller
|
fc7a21deea
|
SOLR-5488: fix ignore import
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545054 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-24 19:25:43 +00:00 |
Mark Robert Miller
|
2e461b4258
|
SOLR-5488: ignore this test for now
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545053 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-24 19:23:44 +00:00 |
Mark Robert Miller
|
ac8cd42ebd
|
SOLR-5497: See if this helps.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545049 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-24 19:12:50 +00:00 |
Mark Robert Miller
|
aaafda0f6e
|
SOLR-4713: This should not be an issue anymore
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545035 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-24 18:54:52 +00:00 |
Mark Robert Miller
|
e50b2b3da4
|
SOLR-4553: for some reason, a node can keep seeing slices inactive or something - we should attempt to proxy inactive slices anyway
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545027 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-24 18:45:17 +00:00 |