Commit Graph

507 Commits

Author SHA1 Message Date
Jan Høydahl e3374c9c9b SOLR-3255: OpenExchangeRates.Org Exchange Rate Provider and improved ExchangeRateProvider interface
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307063 13f79535-47bb-0310-9956-ffa450edef68
2012-03-29 19:14:07 +00:00
Sami Siren b5f8deb795 SOLR-2020: migrate to Java client that uses Apache Http Components http client (4.x)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1306800 13f79535-47bb-0310-9956-ffa450edef68
2012-03-29 12:11:37 +00:00
Mark Robert Miller 0ced8b5020 revert dsmiley's other commits: SOLR-2724,SOLR-435,SOLR-3283
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1306331 13f79535-47bb-0310-9956-ffa450edef68
2012-03-28 13:56:19 +00:00
Dawid Weiss 3bbc27fc64 SOLR-3272: Solr filter factory for MorfologikFilter (Polish lemmatisation).
(Rafał Kuć via Dawid Weiss, Steven Rowe, Uwe Schindler).

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1306198 13f79535-47bb-0310-9956-ffa450edef68
2012-03-28 07:33:55 +00:00
David Wayne Smiley 264f63036c SOLR-2724 Removed defaultSearchField and defaultOperator from schema.xml as they are deprecated.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1306159 13f79535-47bb-0310-9956-ffa450edef68
2012-03-28 04:43:55 +00:00
Chris M. Hostetter 156eac271c SOLR-3261: Fix edismax to respect query operators when literal colons are used in query string
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1306054 13f79535-47bb-0310-9956-ffa450edef68
2012-03-27 23:24:51 +00:00
Chris M. Hostetter 6a1a25868b SOLR-3046: Fix whitespace typo in DIH response "Time taken"
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1305929 13f79535-47bb-0310-9956-ffa450edef68
2012-03-27 17:48:35 +00:00
Mark Robert Miller 7b3f632f32 SOLR-3214: If you use multiple fl entries rather than a comma separated list, all but the first entry can be ignored if you are using distributed search.
SOLR-3256: Distributed search throws NPE when using fl=score

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1305927 13f79535-47bb-0310-9956-ffa450edef68
2012-03-27 17:41:18 +00:00
James Dyer aed1330b54 SOLR-3278: Negative boost support to the Extended Dismax Query Parser Boost Query
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1305908 13f79535-47bb-0310-9956-ffa450edef68
2012-03-27 17:16:10 +00:00
Chris M. Hostetter 3f32f09c95 SOLR-3264: Fix CoreContainer and SolrResourceLoader logging to stop misleading people about SolrCore instanceDir's being the Solr Home Dir
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1305697 13f79535-47bb-0310-9956-ffa450edef68
2012-03-27 00:57:09 +00:00
David Wayne Smiley 9491346128 SOLR-3161 limit qt=/... (leading /) to refer to a SearchHandler for safety
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1305217 13f79535-47bb-0310-9956-ffa450edef68
2012-03-26 04:43:37 +00:00
Robert Muir 2590469186 SOLR-3112: Fix tests not to write to src/test-files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1304441 13f79535-47bb-0310-9956-ffa450edef68
2012-03-23 15:32:44 +00:00
Martijn van Groningen e36ee74921 SOLR-3156: Check for Lucene directory locks at startup.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1304359 13f79535-47bb-0310-9956-ffa450edef68
2012-03-23 14:12:24 +00:00
Tommaso Teofili e3056ee81d [SOLR-2983] - fix custom merge policy instantiation issue in SolrIndexConfig
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1304098 13f79535-47bb-0310-9956-ffa450edef68
2012-03-22 22:20:23 +00:00
Chris M. Hostetter a78109cdf2 SOLR-3074: fix SolrPluginUtils.docListToSolrDocumentList
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303977 13f79535-47bb-0310-9956-ffa450edef68
2012-03-22 18:50:45 +00:00
Erick Erickson 115c1c1ecc Added notes for SOLR-3221 (Thanks Greg Bowyer)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303511 13f79535-47bb-0310-9956-ffa450edef68
2012-03-21 19:16:53 +00:00
Chris M. Hostetter 85bba7eed7 SOLR-2959: edismax now respects the magic fields '_val_' and '_query_'
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303256 13f79535-47bb-0310-9956-ffa450edef68
2012-03-21 02:32:48 +00:00
James Dyer f2544bdd3d SOLR-3260: better messages when ScriptTransform fails on init
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302972 13f79535-47bb-0310-9956-ffa450edef68
2012-03-20 16:21:13 +00:00
James Dyer 255f763640 SOLR-2124: do not log stack trace for Service Disabled / 503
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302970 13f79535-47bb-0310-9956-ffa450edef68
2012-03-20 16:18:11 +00:00
Jan Høydahl 54d48eb98b SOLR-2764: Create a NorwegianLightStemmer and NorwegianMinimalStemmer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302833 13f79535-47bb-0310-9956-ffa450edef68
2012-03-20 10:57:50 +00:00
Robert Muir 7230d78fe9 spelling
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302809 13f79535-47bb-0310-9956-ffa450edef68
2012-03-20 09:19:55 +00:00
Chris M. Hostetter c800132d39 Links to posisble Errate on wiki
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302729 13f79535-47bb-0310-9956-ffa450edef68
2012-03-20 00:00:13 +00:00
Robert Muir 8e6f468ce1 sync 3.6 solr/CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302611 13f79535-47bb-0310-9956-ffa450edef68
2012-03-19 19:30:47 +00:00
Yonik Seeley d02600d565 SOLR-2949: distrib support for QEC
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302542 13f79535-47bb-0310-9956-ffa450edef68
2012-03-19 17:08:30 +00:00
Uwe Schindler 8bcbd04454 SOLR-3244: Fix new admin UI for Tomcat
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1300710 13f79535-47bb-0310-9956-ffa450edef68
2012-03-14 20:29:42 +00:00
Yonik Seeley a56daa639c SOLR-2719: restore ability to specify fl=field-with-dashes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1300316 13f79535-47bb-0310-9956-ffa450edef68
2012-03-13 19:57:46 +00:00
Jan Høydahl 8452214c35 SOLR-2826: CHANGES entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1300093 13f79535-47bb-0310-9956-ffa450edef68
2012-03-13 12:26:18 +00:00
Jan Høydahl 2b65fd00e6 SOLR-3026: eDismax: Locking down which fields can be explicitly queried (user fields aka uf)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1299172 13f79535-47bb-0310-9956-ffa450edef68
2012-03-10 09:42:41 +00:00
Jan Høydahl b9dfe2836e SOLR-2202: Moved CHANGES entry to 3.6.0 section after branch commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1299161 13f79535-47bb-0310-9956-ffa450edef68
2012-03-10 08:27:10 +00:00
Jan Høydahl bf2be9b35a SOLR-2202: Money/Currency FieldType
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1299083 13f79535-47bb-0310-9956-ffa450edef68
2012-03-09 22:40:06 +00:00
Chris M. Hostetter f30f04a347 SOLR-3077: Better error messages when attempting to use blank field names
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298667 13f79535-47bb-0310-9956-ffa450edef68
2012-03-09 00:34:13 +00:00
Jan Høydahl 9bf5e29879 SOLR-3140: Make omitNorms default for all numeric field types
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298398 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 14:03:39 +00:00
Martijn van Groningen d22b750992 SOLR-2898: Support grouped faceting.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298186 13f79535-47bb-0310-9956-ffa450edef68
2012-03-07 22:51:18 +00:00
Uwe Schindler 7ef0b53961 SOLR-3204: The packaged pre-release artifact of Commons CSV used the original package name (org.apache.commons.csv). This created a compatibility issue as the Apache Commons team works toward an official release of Commons CSV. JARJAR (http://code.google.com/p/jarjar/) was used to change the package name to org.apache.solr.internal.csv
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298164 13f79535-47bb-0310-9956-ffa450edef68
2012-03-07 22:22:00 +00:00
Ryan McKinley a57f29a367 SOLR-3159: Upgrade example and tests to run with Jetty 8
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298108 13f79535-47bb-0310-9956-ffa450edef68
2012-03-07 20:49:28 +00:00
Ryan McKinley 5811b6229a SOLR-141: Errors and Exceptions are formated by ResponseWriter.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297749 13f79535-47bb-0310-9956-ffa450edef68
2012-03-06 21:59:31 +00:00
Ryan McKinley 58e3736862 SOLR-3202: remove JSP support and the old admin UI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297578 13f79535-47bb-0310-9956-ffa450edef68
2012-03-06 17:04:19 +00:00
Sami Siren 4ebf04948b SOLR-3187: SystemInfoHandler leaks filehandles
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297423 13f79535-47bb-0310-9956-ffa450edef68
2012-03-06 11:08:14 +00:00
Martijn van Groningen 60d9caa11e SOLR-3195: timeAllowed is ignored for grouping queries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296996 13f79535-47bb-0310-9956-ffa450edef68
2012-03-05 10:31:30 +00:00
Sami Siren 4633ae38d4 SOLR-3080: add entry to changelog
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1295001 13f79535-47bb-0310-9956-ffa450edef68
2012-02-29 07:54:30 +00:00
Ryan McKinley effa52b18f SOLR-3134: Adding test and fix from Russell Black
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294995 13f79535-47bb-0310-9956-ffa450edef68
2012-02-29 07:32:02 +00:00
Sami Siren dcaf6be3e4 SOLR-3165: make DIH work with solrcloud
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294990 13f79535-47bb-0310-9956-ffa450edef68
2012-02-29 07:07:40 +00:00
James Dyer 390454fba6 SOLR-3168: "numberToKeep" backups doesn't ever keep more than 1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294703 13f79535-47bb-0310-9956-ffa450edef68
2012-02-28 15:53:13 +00:00
James Dyer af77642d82 SOLR-3033: "numberToKeep" on replication handler does not work with "backupAfter"
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294702 13f79535-47bb-0310-9956-ffa450edef68
2012-02-28 15:50:31 +00:00
David Wayne Smiley effbca10e2 SOLR-3040 The DIH's admin UI (dataimport.jsp) now requires DIH request handlers to start with a '/'.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1293102 13f79535-47bb-0310-9956-ffa450edef68
2012-02-24 06:47:43 +00:00
Ryan McKinley d1abb09612 SOLR-3134: Include shard info in distributed response when shards.info=true
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292717 13f79535-47bb-0310-9956-ffa450edef68
2012-02-23 09:07:31 +00:00
Sami Siren 6ff799d4b3 SOLR-3037: simplify method as suggested by Jörg Maier
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292690 13f79535-47bb-0310-9956-ffa450edef68
2012-02-23 08:07:06 +00:00
Ryan McKinley 198c2a8b2d SOLR-2459: Expose LogLevel selection with a RequestHandler rather then servlet
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292617 13f79535-47bb-0310-9956-ffa450edef68
2012-02-23 01:53:08 +00:00
Erik Hatcher 5dc9fbc849 SOLR-2607: remove client/ directory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292278 13f79535-47bb-0310-9956-ffa450edef68
2012-02-22 13:29:51 +00:00
Koji Sekiguchi 3ab34fc0d0 SOLR-2909: add support for ResourceLoaderAware tokenizerFactories in synonym filter factories
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1291541 13f79535-47bb-0310-9956-ffa450edef68
2012-02-21 00:56:42 +00:00