Chris M. Hostetter
|
d90bbdb836
|
SOLR-3370: fixed CSVResponseWriter to respect globs in the 'fl' param
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1333760 13f79535-47bb-0310-9956-ffa450edef68
|
2012-05-04 05:29:59 +00:00 |
|
Christopher John Male
|
a8beeff4e9
|
tidied some spelling
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1333753 13f79535-47bb-0310-9956-ffa450edef68
|
2012-05-04 03:44:55 +00:00 |
|
Christopher John Male
|
5898dc5a83
|
LUCENE-2510: Added bw compat support for ResourceLoader/Aware
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1333751 13f79535-47bb-0310-9956-ffa450edef68
|
2012-05-04 03:31:50 +00:00 |
|
Chris M. Hostetter
|
938c75d550
|
SOLR-3432: enhancements to existing test that i *thought* would demonstrate bug, but for some inexplicable reason, the test still passes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1333738 13f79535-47bb-0310-9956-ffa450edef68
|
2012-05-04 01:25:54 +00:00 |
|
Chris M. Hostetter
|
b61381fd33
|
test cleanup -- remove the _version_ field from schema12.xml, and update the two tess that might care to use schema15.xml. Change is motivated by SOLR-3432 (we shouldn't be updating all 'old' configs when features are added, we need tests using older style configs to ensure we don't break stuff)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1333704 13f79535-47bb-0310-9956-ffa450edef68
|
2012-05-04 00:43:32 +00:00 |
|
Chris M. Hostetter
|
d5eeb396a5
|
PingRequestHandler is now directly configured with a "healthcheckFile" instead of looking for the legacy <admin><healthcheck/></admin> syntax. Filenames specified as relative paths have been fixed so that they are resolved against the data dir instead of the CWD of the java process.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1333598 13f79535-47bb-0310-9956-ffa450edef68
|
2012-05-03 19:56:13 +00:00 |
|
Yonik Seeley
|
612d9227de
|
SOLR-3427: fix NPE in UnInvertedField faceting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1333125 13f79535-47bb-0310-9956-ffa450edef68
|
2012-05-02 17:50:33 +00:00 |
|
Ryan McKinley
|
3d224abfe8
|
SOLR-3426: better error message when log4j is installed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1332752 13f79535-47bb-0310-9956-ffa450edef68
|
2012-05-01 17:08:43 +00:00 |
|
David Wayne Smiley
|
5078b46ec0
|
typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1332507 13f79535-47bb-0310-9956-ffa450edef68
|
2012-05-01 02:48:40 +00:00 |
|
David Wayne Smiley
|
c362770d97
|
Commons-Codec's Caverphone class is deprecated; its replacement is Caverphone2.
Since the old reportedly forwards calls to the new; this should have no effect.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1332506 13f79535-47bb-0310-9956-ffa450edef68
|
2012-05-01 02:48:11 +00:00 |
|
Ryan McKinley
|
e95db84bec
|
use log.warn() for PERFORMANCE WARNING
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1332376 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-30 20:44:03 +00:00 |
|
James Dyer
|
a5faa50193
|
SOLR-3422: fix javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1332360 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-30 20:02:23 +00:00 |
|
James Dyer
|
7073768b74
|
SOLR-3422: add license headers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1332322 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-30 18:20:37 +00:00 |
|
James Dyer
|
72767240b3
|
SOLR-3262: Add changes.txt entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1332293 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-30 17:04:12 +00:00 |
|
James Dyer
|
fc2749f24a
|
SOLR-3422: Refactor DIH - configuration data
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1332292 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-30 16:59:30 +00:00 |
|
Sami Siren
|
f2a682a587
|
fix logging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1332160 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-30 11:12:21 +00:00 |
|
Christopher John Male
|
d8898b662d
|
LUCENE-2510: Moved ResourceLoader/Aware into analysis module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1332037 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-30 01:34:48 +00:00 |
|
Christopher John Male
|
db9c825465
|
SOLR-3403: Moved Analysis Factory logging to relevant classes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1332035 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-30 00:31:36 +00:00 |
|
Stefan Matheis
|
937658dbcf
|
SOLR-3238: Link Schema-Browser to Analysis and Query
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1331707 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-28 08:34:36 +00:00 |
|
Stefan Matheis
|
269ff0028d
|
SOLR-3238: Persist State of Verbose-Setting on Analysis
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1331706 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-28 08:32:52 +00:00 |
|
Stefan Matheis
|
d2a4908ac8
|
SOLR-3238: Link Analysis to Schema-Browser
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1331705 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-28 08:29:58 +00:00 |
|
Chris M. Hostetter
|
7f2ed71391
|
SOLR-1893: Refactored some common code from LRUCache and FastLRUCache into SolrCacheBase
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1331622 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-27 22:57:03 +00:00 |
|
Chris M. Hostetter
|
e2507ce54c
|
SOLR-3309: web.xml now specifies metadata-complete=true (which requires Servlet 2.5) to prevent servlet containers from scanning class annotations on startup
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1331529 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-27 18:13:39 +00:00 |
|
Ryan McKinley
|
ca210975bf
|
SOLR-3358: catch Throwable rather hten Exception
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1331523 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-27 17:59:14 +00:00 |
|
Ryan McKinley
|
346f8830ee
|
SOLR-3358: log a warning rather then throw an exception if log watcher initialization fails
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1331522 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-27 17:57:33 +00:00 |
|
Sami Siren
|
efcd62f311
|
SOLR-2020: use echoParams, remove SOP
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1331286 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-27 08:09:58 +00:00 |
|
Dawid Weiss
|
e84ba16dd7
|
LUCENE-4016: require ant 1.8.2 or later. Sorry Uwe.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1331284 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-27 08:02:53 +00:00 |
|
Stefan Matheis
|
d290df514a
|
SOLR-3275: Make (UI) CoreAdmin Cloud-Aware
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1331268 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-27 07:23:06 +00:00 |
|
Stefan Matheis
|
0cd09a8900
|
SOLR-3238: CoreAdmin UI-Refactoring
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1331261 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-27 07:18:53 +00:00 |
|
Christopher John Male
|
9dcae1a12f
|
SOLR-3402: Analysis Factory Lucene Version is now parsed outside of the Factories
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1331220 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-27 05:18:38 +00:00 |
|
Robert Muir
|
09e3948d71
|
LUCENE-3892: revert the revert: configure fallbacks so that ivy downloads work from china
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1331164 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-27 01:01:04 +00:00 |
|
Robert Muir
|
b06d2b0fbd
|
revert china fallback config until i can debug jenkins
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1331034 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-26 19:13:33 +00:00 |
|
Robert Muir
|
f8577e6cb4
|
LUCENE-3892: configure fallbacks so that ivy downloads work from china
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1331019 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-26 18:33:46 +00:00 |
|
Mark Robert Miller
|
325c83e650
|
speed up this test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1331009 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-26 18:25:12 +00:00 |
|
Sami Siren
|
fcfa443d3c
|
SOLR-2020: fix another bug with param encoding with multipart request
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1330803 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-26 12:17:58 +00:00 |
|
Ryan McKinley
|
14560553b4
|
SOLR-3413: support multiple copies in return fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1330568 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-25 21:26:51 +00:00 |
|
Erick Erickson
|
e80c56d227
|
Corrected typo for SOLR-2438
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1330327 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-25 15:03:08 +00:00 |
|
Dawid Weiss
|
0f08c5a3f9
|
Adding a note about LUCENE-4020 issue. Spelling corrections.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1330051 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-24 22:30:27 +00:00 |
|
Chris M. Hostetter
|
c0a94ba5f8
|
SOLR-2605: fixed tracking of the 'defaultCoreName' in CoreContainer so that CoreAdminHandler could return consistent information regardless of wether there is a a default core name or not
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1330028 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-24 21:42:19 +00:00 |
|
Chris M. Hostetter
|
19d35e0b06
|
javadoc typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1329961 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-24 19:36:48 +00:00 |
|
Chris M. Hostetter
|
0501fcc8d9
|
SOLR-2690: to hell with JVMs that don't consistently normalize the ID in the TimeZone's returned by TimeZone.getTimeZone ... we don't give a shit, all that matters is that the rules are hte same anyway
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1329934 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-24 18:50:46 +00:00 |
|
James Dyer
|
9713155458
|
SOLR-3361: fix "maxNumberOfBackups" to work if backups are triggered on commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1329906 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-24 18:07:49 +00:00 |
|
Chris M. Hostetter
|
dd8202b3ec
|
SOLR-2690: extreme testing paranoia
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1329893 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-24 17:53:18 +00:00 |
|
Chris M. Hostetter
|
955fa4ba44
|
SOLR-2690: more explicit checks, particularly GMT-00 which seems to have made jenkins java7 unhappy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1329887 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-24 17:43:19 +00:00 |
|
James Dyer
|
31f12e4b73
|
SOLR-3361: fix "maxNumberOfBackups" to work if backups are triggered on commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1329839 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-24 16:37:48 +00:00 |
|
Chris M. Hostetter
|
d2875edd99
|
SOLR-2690: New support for a "TZ" request param which overrides the TimeZone used when rounding Dates in DateMath expressions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1329837 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-24 16:35:41 +00:00 |
|
Sami Siren
|
6f43ebfd90
|
SOLR-3354: the corecontainer sometimes fail to start (#cores==0), check that everything is correctly set up before going to actual tests or fail fast
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1329775 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-24 15:05:35 +00:00 |
|
Sami Siren
|
027b6ce3bb
|
try to handle reconnects that happens when things are slow
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1329650 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-24 11:47:24 +00:00 |
|
Tommaso Teofili
|
b3241a23b3
|
[SOLR-3396] - avoid NPEs on appendMap method
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1329640 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-24 11:18:59 +00:00 |
|
Christopher John Male
|
b91898b5df
|
SOLR-3301: Added Locale to param uppercasing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1329634 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-24 10:47:19 +00:00 |
|