Commit Graph

18867 Commits

Author SHA1 Message Date
Mark Robert Miller cd3f22f76b SOLR-5486: cleanup DeleteInactiveReplicaTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1544033 13f79535-47bb-0310-9956-ffa450edef68
2013-11-21 04:56:22 +00:00
Mark Robert Miller 8def69cd7f SOLR-5369: clean up this test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1544006 13f79535-47bb-0310-9956-ffa450edef68
2013-11-21 02:24:43 +00:00
Mark Robert Miller 1c00bcd424 SOLR-5481: SolrCmdDistributor should not let the http client do it's own retries.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1543986 13f79535-47bb-0310-9956-ffa450edef68
2013-11-20 23:47:06 +00:00
Erick Erickson 4dc4d39cb9 SOLR-5208: Support for the setting of core.properties key/values at create-time on Collections API
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1543969 13f79535-47bb-0310-9956-ffa450edef68
2013-11-20 22:15:17 +00:00
Mark Robert Miller 51a45c9f4d SOLR-5479: Deal with null message in SolrLogLayout
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1543966 13f79535-47bb-0310-9956-ffa450edef68
2013-11-20 21:59:56 +00:00
Mark Robert Miller 4f1ed4ee86 tests: check for fails again - if there was a fail and we compare against control, it's going to fail later anyway
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1543944 13f79535-47bb-0310-9956-ffa450edef68
2013-11-20 20:59:11 +00:00
Mark Robert Miller 83e28ca6dd SOLR-5479: SolrCmdDistributor retry logic stops if a leader for the request cannot be found in 1 second.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1543940 13f79535-47bb-0310-9956-ffa450edef68
2013-11-20 20:44:43 +00:00
Michael McCandless f005912635 improve javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1543852 13f79535-47bb-0310-9956-ffa450edef68
2013-11-20 15:59:28 +00:00
Mark Robert Miller bd2c81dbe2 SOLR-5404: The example config references deprecated classes.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1543846 13f79535-47bb-0310-9956-ffa450edef68
2013-11-20 15:41:28 +00:00
Michael McCandless 2bf8490b55 fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1543825 13f79535-47bb-0310-9956-ffa450edef68
2013-11-20 14:27:03 +00:00
Michael McCandless 189feaacb6 LUCENE-5339: more tests, add DimConfig.requireDimCount
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5339@1543803 13f79535-47bb-0310-9956-ffa450edef68
2013-11-20 12:33:36 +00:00
Erick Erickson 915977b6e8 Adding debug information to diagnose failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1543796 13f79535-47bb-0310-9956-ffa450edef68
2013-11-20 12:09:24 +00:00
Erick Erickson fe2e612ebd SOLR-5459: Try loading a temporary core when saving a file in the admin UI config editing mode
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1543660 13f79535-47bb-0310-9956-ffa450edef68
2013-11-20 00:15:13 +00:00
Erick Erickson 122171155f SOLR-5302 Analytics component. Checking in to trunk, we'll let it back then port to 4x
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1543651 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 23:45:31 +00:00
Michael McCandless c960539c4c LUCENE-5339: another test, cutover taxo writer/reader to pathToString/stringToPath
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5339@1543572 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 20:55:22 +00:00
Shawn Heisey 6b67d485dc fix typo in jmx log message
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1543545 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 19:39:53 +00:00
Michael McCandless 6a8b870c58 LUCENE-5339: add best-effort detection of invalid mixing of different association field types in single indexed field
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5339@1543535 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 19:24:03 +00:00
Michael McCandless 1accec983e LUCENE-5339: switch to DocumentBuilder.build instead of FacetIndexWriter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5339@1543530 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 18:35:54 +00:00
Michael McCandless d815a3608b LUCENE-5339: migrate some more tests; fix 'ignores IntsRef.offset bug' in TaxoFacetCounts; add FacetTestCase.getFacetCounts
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5339@1543506 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 17:13:14 +00:00
Mark Robert Miller feacdae9c5 SOLR-5464,SOLR-5465,SOLR-5452: Fix CHANGES entries - move to 4.6
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1543450 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 15:20:51 +00:00
Shalin Shekhar Mangar 94fe5db45c Reformatted code according to lucene/solr standards
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1543422 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 13:25:12 +00:00
Stefan Matheis d744fb54dc SOLR-5458: Admin UI - Remove separated Pages for Config & Schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1543368 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 10:21:02 +00:00
Mark Robert Miller 8822632048 SOLR-5465: SolrCmdDistributor retry logic has a concurrency race bug.
SOLR-5464: ConcurrentSolrServer does not stream pure delete by id requests.
SOLR-5452: Do not attempt to proxy internal update requests.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1543299 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 03:13:33 +00:00
Michael McCandless 7027c5690e LUCENE-5339: renames
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5339@1543213 13f79535-47bb-0310-9956-ffa450edef68
2013-11-18 22:45:49 +00:00
Mark Robert Miller d6e1114002 tests: set request info on SyncStrategy for better logging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1543205 13f79535-47bb-0310-9956-ffa450edef68
2013-11-18 22:33:25 +00:00
Michael McCandless 5126543569 LUCENE-5339: add base class for taxo facet impls; catch wrong index field name for a given dim
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5339@1543202 13f79535-47bb-0310-9956-ffa450edef68
2013-11-18 22:31:40 +00:00
Michael McCandless f6cd7fda74 LUCENE-5339: renames
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5339@1543161 13f79535-47bb-0310-9956-ffa450edef68
2013-11-18 21:10:45 +00:00
Mark Robert Miller 2115c05de9 SOLR-5452: Back this out for a bit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1543108 13f79535-47bb-0310-9956-ffa450edef68
2013-11-18 18:52:01 +00:00
Mark Robert Miller b10061bf11 SOLR-5452: Parse params correctly.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1543097 13f79535-47bb-0310-9956-ffa450edef68
2013-11-18 18:19:26 +00:00
Mark Robert Miller 74deac93f8 SOLR-5461: Request proxying should only set con.setDoOutput(true) if the
request is a post.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1543088 13f79535-47bb-0310-9956-ffa450edef68
2013-11-18 17:18:37 +00:00
Mark Robert Miller d88ee060b5 SOLR-5460: SolrDispatchFilter#sendError can get a SolrCore that it does not close.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1543078 13f79535-47bb-0310-9956-ffa450edef68
2013-11-18 16:47:02 +00:00
Michael McCandless 18117c0b04 LUCENE-5339: assocations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5339@1543047 13f79535-47bb-0310-9956-ffa450edef68
2013-11-18 14:53:53 +00:00
Mark Robert Miller 4f1a857977 SOLR-5452: Do not attempt to proxy internal update requests.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1543037 13f79535-47bb-0310-9956-ffa450edef68
2013-11-18 14:31:18 +00:00
Mark Robert Miller d9e8a31a15 tests: try running this tests again to see how it goes...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1543022 13f79535-47bb-0310-9956-ffa450edef68
2013-11-18 13:25:26 +00:00
Simon Willnauer ca9f50fde5 Added missing Lucene 4.5.1 secion and ported already released changes to that secion.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1542971 13f79535-47bb-0310-9956-ffa450edef68
2013-11-18 10:53:58 +00:00
Stefan Matheis bdbf771ef8 SOLR-5456: Admin UI - Allow creating new Files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1542967 13f79535-47bb-0310-9956-ffa450edef68
2013-11-18 10:30:54 +00:00
Mark Robert Miller c13e4aaa38 SOLR-5453: Move CHANGES entry to 4.6
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1542888 13f79535-47bb-0310-9956-ffa450edef68
2013-11-18 04:23:40 +00:00
Mark Robert Miller e8fbefc83d SOLR-5397: Replication can fail silently in some cases.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1542884 13f79535-47bb-0310-9956-ffa450edef68
2013-11-18 04:00:56 +00:00
Erick Erickson 6e78f9a497 SOLR-5455: add managed schema name to the files the admin UI cannot edit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1542859 13f79535-47bb-0310-9956-ffa450edef68
2013-11-17 22:59:42 +00:00
Michael McCandless a872b82402 LUCENE-5339: remove delim char
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5339@1542843 13f79535-47bb-0310-9956-ffa450edef68
2013-11-17 21:57:42 +00:00
Michael McCandless 45a73c005e LUCENE-5339: simplify DrillDownQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5339@1542804 13f79535-47bb-0310-9956-ffa450edef68
2013-11-17 20:31:07 +00:00
Mark Robert Miller 194238944c tests: improve example test debug logging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1542784 13f79535-47bb-0310-9956-ffa450edef68
2013-11-17 18:29:53 +00:00
Michael McCandless 7a0ee102d0 LUCENE-5339: add OrdinalsReader + Cache to abstract the source of the ords
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5339@1542773 13f79535-47bb-0310-9956-ffa450edef68
2013-11-17 17:56:31 +00:00
Erick Erickson bb3a18444a Added native EOL
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1542760 13f79535-47bb-0310-9956-ffa450edef68
2013-11-17 16:49:37 +00:00
Mark Robert Miller da585d78ed tests: tweak timeouts
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1542730 13f79535-47bb-0310-9956-ffa450edef68
2013-11-17 14:20:10 +00:00
Stefan Matheis 2aec8731a4 SOLR-5446: Admin UI - Allow changing Schema and Config
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1542720 13f79535-47bb-0310-9956-ffa450edef68
2013-11-17 13:23:23 +00:00
Michael McCandless 39f6c8a5ff LUCENE-5339: update TODOs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5339@1542717 13f79535-47bb-0310-9956-ffa450edef68
2013-11-17 12:52:47 +00:00
Michael McCandless 46e67d8f04 LUCENE-5339: cutover DrillSideways
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5339@1542713 13f79535-47bb-0310-9956-ffa450edef68
2013-11-17 12:28:18 +00:00
Michael McCandless 95a9cd2854 LUCENE-5339: add nocommits
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5339@1542712 13f79535-47bb-0310-9956-ffa450edef68
2013-11-17 12:23:08 +00:00
Mark Robert Miller 496f27ad66 tests: add useful commented out logging options for solrcloud debug to log4j test config file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1542634 13f79535-47bb-0310-9956-ffa450edef68
2013-11-17 02:44:59 +00:00