Michael McCandless
|
3693346afa
|
LUCENE-5339: fix some nocommits; move taxoWriter out of FacetsConfig; move search + collect utility methods to FacetsCollector
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5339@1546653 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-29 21:49:13 +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 |
Michael McCandless
|
5edc798fda
|
LUCENE-5339: nocommits
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5339@1546167 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-27 19:35:21 +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 |
Michael McCandless
|
614af8799c
|
LUCENE-5339: address some nocommits
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5339@1546129 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-27 17:32:42 +00:00 |
Michael McCandless
|
458786d0f4
|
LUCENE-5339: factor out base classes for int/float taxonomy aggregates
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5339@1546097 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-27 16:34:39 +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 |
Michael McCandless
|
825a02356d
|
LUCENE-5339: Gilad's feedback, improve javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5339@1546008 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-27 12:07:30 +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 |
Michael McCandless
|
b3a77738fa
|
LUCENE-5339: remove writercache sub-packages
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5339@1545808 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-26 20:14:22 +00:00 |
Michael McCandless
|
80743b6e78
|
LUCENE-5339: move/rename away from simple
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5339@1545798 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-26 19:53:22 +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 |
Michael McCandless
|
ea40a32e4a
|
LUCENE-5339: add missing file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5339@1545639 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-26 12:49:17 +00:00 |
Michael McCandless
|
488af6a0ff
|
LUCENE-5339: cutover demo to new APIs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5339@1545637 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-26 12:46:13 +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 |
Michael McCandless
|
0255424864
|
LUCENE-5339: finish cutover
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5339@1545466 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-26 00:12:57 +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 |