Commit Graph

713 Commits

Author SHA1 Message Date
Ryan McKinley 24d47c6c11 SOLR-3356: Logging UI now works when using log4j (and gives an error when using something other then JUL or Log4j)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1325828 13f79535-47bb-0310-9956-ffa450edef68
2012-04-13 16:18:32 +00:00
Stefan Matheis c23ba0564c SOLR-3312 Remove static reference to schema/solrconfig
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1325268 13f79535-47bb-0310-9956-ffa450edef68
2012-04-12 14:06:53 +00:00
Christopher John Male 649cad2a75 SOLR-3343: Moved non-shared utils out of solrj
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1325094 13f79535-47bb-0310-9956-ffa450edef68
2012-04-12 01:32:29 +00:00
Ryan McKinley 12d826b264 SOLR-3326: Link search components to their MBean info
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1324895 13f79535-47bb-0310-9956-ffa450edef68
2012-04-11 17:58:31 +00:00
Michael McCandless 5bae28d57e LUCENE-3970: rename getUniqueTerm/FieldCount() to size()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1312037 13f79535-47bb-0310-9956-ffa450edef68
2012-04-10 23:21:39 +00:00
Andrzej Bialecki aff9334337 SOLR-3322 Add more context to IndexReaderFactory.newReader.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1311812 13f79535-47bb-0310-9956-ffa450edef68
2012-04-10 16:06:33 +00:00
Sami Siren fb97a9e169 SOLR-3237: fix test, add more iterations when waiting for shardId
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1311670 13f79535-47bb-0310-9956-ffa450edef68
2012-04-10 10:44:11 +00:00
Chris M. Hostetter bc700fa5aa SOLR-3302: Upgraded SLF4j to version 1.6.4 (hossman)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1311558 13f79535-47bb-0310-9956-ffa450edef68
2012-04-10 02:34:24 +00:00
Chris M. Hostetter be9ddf6aac SOLR-3134 / SOLR-3335: fix copy/paste mistake in queryPartialResults ... we can't query arbitrary 'clients' because some of the jetty instances are shut down ... should be querying the upClients
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1311477 13f79535-47bb-0310-9956-ffa450edef68
2012-04-09 21:49:14 +00:00
Ryan McKinley 97cafccf52 SOLR-3202: now that we are not using JSP, no need for the static getFileContents hack
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1311471 13f79535-47bb-0310-9956-ffa450edef68
2012-04-09 21:36:31 +00:00
Ryan McKinley 10fc3fe21a SOLR-3337: redirect old UI locations to new UI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1311363 13f79535-47bb-0310-9956-ffa450edef68
2012-04-09 18:22:31 +00:00
Ryan McKinley ce574a8c53 SOLR-3330: use SimpleOrderedMap
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1311292 13f79535-47bb-0310-9956-ffa450edef68
2012-04-09 15:57:57 +00:00
Michael McCandless 72cc92c903 LUCENE-3109: revert
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1310998 13f79535-47bb-0310-9956-ffa450edef68
2012-04-08 13:38:01 +00:00
Michael McCandless c9031ca725 LUCENE-3109: rename Fields/Producer/Consumer to InvertedFields*
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1310969 13f79535-47bb-0310-9956-ffa450edef68
2012-04-08 10:09:19 +00:00
Robert Muir 61ee8ef3ec SOLR-3340: don't use number format of the default locale
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1310812 13f79535-47bb-0310-9956-ffa450edef68
2012-04-07 18:12:28 +00:00
Steven Rowe bb59b83358 LUCENE-3959: remove all @author tags from Lucene/Solr sources
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1310622 13f79535-47bb-0310-9956-ffa450edef68
2012-04-06 22:29:35 +00:00
Ryan McKinley 22c40a71c2 SOLR-3330: Let MBeansHandler show differences between two requests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1310526 13f79535-47bb-0310-9956-ffa450edef68
2012-04-06 18:07:43 +00:00
Ryan McKinley 96d5eebd03 SOLR-3316: explict import (for eclipse error)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1310484 13f79535-47bb-0310-9956-ffa450edef68
2012-04-06 17:00:54 +00:00
Martijn van Groningen 4ed059b7e6 SOLR-3316: Distributed grouping failed when rows parameter was set to 0 and sometimes returned a wrong
hit count as matches.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1310305 13f79535-47bb-0310-9956-ffa450edef68
2012-04-06 12:46:54 +00:00
Ryan McKinley 81ddd8cbe2 SOLR-3329: Dropping getSourceID() from SolrInfoMBean and most of the svn:keywords
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1310219 13f79535-47bb-0310-9956-ffa450edef68
2012-04-06 08:13:15 +00:00
Ryan McKinley 61a354e079 SOLR-3326 -- looking at the plugin links... many of them are wrong because of svn property is not set
svn propset svn:keywords "Date Author Id Revision HeadURL"

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1310121 13f79535-47bb-0310-9956-ffa450edef68
2012-04-05 22:42:56 +00:00
Robert Muir 2fe2e82584 LUCENE-1866: better RAT reporting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1309248 13f79535-47bb-0310-9956-ffa450edef68
2012-04-04 05:03:53 +00:00
Yonik Seeley 84dbc7930a SOLR-3259: default json update handler to json response format
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1309210 13f79535-47bb-0310-9956-ffa450edef68
2012-04-04 01:57:28 +00:00
Christopher John Male b230805157 SOLR-3296: Adding commons-csv tests for better test coverage
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1308628 13f79535-47bb-0310-9956-ffa450edef68
2012-04-03 00:01:47 +00:00
Jan Høydahl 058179d177 SOLR-1052: Deprecate/Remove <indexDefaults> and <mainIndex> in favor of <indexConfig> in solrconfig.xml (trunk)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1308608 13f79535-47bb-0310-9956-ffa450edef68
2012-04-02 22:55:37 +00:00
Chris M. Hostetter ae0a411041 SOLR-3200 and SOLR-3226: fixing SignatureUpdateProcessorFactory to include non-String values, and to deal with the 'all fields' case correctly
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1308604 13f79535-47bb-0310-9956-ffa450edef68
2012-04-02 22:37:12 +00:00
Robert Muir 73db5ff5fc SOLR-2435: nuke confusing duplicate junit dependency
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1308529 13f79535-47bb-0310-9956-ffa450edef68
2012-04-02 20:15:01 +00:00
David Wayne Smiley 040f40d449 SOLR-435 Improvements to SOLR-2001 (blank 'q') includes empty string check, dismax support, and test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1308016 13f79535-47bb-0310-9956-ffa450edef68
2012-04-01 04:06:20 +00:00
Yonik Seeley 9ed6aaf3bf fix qt for lazy (and other) request handlers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307810 13f79535-47bb-0310-9956-ffa450edef68
2012-03-31 14:19:11 +00:00
Jan Høydahl 86b59f2511 SOLR-3255: Fixed Noggit UNKNOWN_EVENT_ID:EOF bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307626 13f79535-47bb-0310-9956-ffa450edef68
2012-03-30 21:39:11 +00:00
Robert Muir 8f0d7cc135 LUCENE-3930: nuke jars from source tree and use ivy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307563 13f79535-47bb-0310-9956-ffa450edef68
2012-03-30 18:04:43 +00:00
Sami Siren d46c69e9ad deprecation cleaning
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307347 13f79535-47bb-0310-9956-ffa450edef68
2012-03-30 10:21:29 +00:00
Yonik Seeley 2d1bd256bd tests: ignore expected exceptions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307183 13f79535-47bb-0310-9956-ffa450edef68
2012-03-30 00:42:29 +00:00
Yonik Seeley 9198929357 tests: ignore expected exceptions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307180 13f79535-47bb-0310-9956-ffa450edef68
2012-03-30 00:34:34 +00:00
Yonik Seeley 1b61bbd592 tests: quiet exceptions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307125 13f79535-47bb-0310-9956-ffa450edef68
2012-03-29 21:44:43 +00:00
Yonik Seeley 6209a4123b tests: increase connection timeouts
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307123 13f79535-47bb-0310-9956-ffa450edef68
2012-03-29 21:39:30 +00:00
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
Martijn van Groningen c19e594ea2 LUCENE-3936: Rename StringIndexDocValues to DocTermsIndexDocValues
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307044 13f79535-47bb-0310-9956-ffa450edef68
2012-03-29 18:50:08 +00:00
Ryan McKinley 49f43806a8 LUCENE-2000: remove redundant casts
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307012 13f79535-47bb-0310-9956-ffa450edef68
2012-03-29 17:34:34 +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
David Wayne Smiley e2b3ce7028 SOLR-3161 register "/select" as the default handler if it isn't already. Remove old DEFAULT_HANDLER_NAME="standard" constant which hasn't been used in a long time.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1306714 13f79535-47bb-0310-9956-ffa450edef68
2012-03-29 04:37:51 +00:00
Yonik Seeley a9f2dbec17 try to fix erroneous qt restriction
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1306711 13f79535-47bb-0310-9956-ffa450edef68
2012-03-29 04:33:54 +00:00
David Wayne Smiley 93522a23fd SOLR-3283 PingRequestHandler make qt optional
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1306703 13f79535-47bb-0310-9956-ffa450edef68
2012-03-29 03:38:21 +00:00
Yonik Seeley 859814a06f SOLR-3161: ignore expected exceptions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1306702 13f79535-47bb-0310-9956-ffa450edef68
2012-03-29 03:27:02 +00:00
Ryan McKinley 05fe168961 LUCENE-2000: clone() now returns covariant types where possible.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1306626 13f79535-47bb-0310-9956-ffa450edef68
2012-03-28 22:22:25 +00:00
Christian Moen ec18632428 Fixed various related to config and user dictionaries for Kuromoji (SOLR-3276)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1306476 13f79535-47bb-0310-9956-ffa450edef68
2012-03-28 17:20:48 +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
Mark Robert Miller a392193e58 revert dsmiley commit SOLR-3161
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1306318 13f79535-47bb-0310-9956-ffa450edef68
2012-03-28 13:38:05 +00:00
Chris M. Hostetter a614ff561c SOLR-3287: fix tutorial examples specific to english, and add some non-english analysis.jsp examples
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1306166 13f79535-47bb-0310-9956-ffa450edef68
2012-03-28 04:55:10 +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
David Wayne Smiley 461e7884c6 SOLR-435 Improvements to SOLR-2001 (blank 'q') includes empty string check, dismax support, and test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1306152 13f79535-47bb-0310-9956-ffa450edef68
2012-03-28 04:21:02 +00:00
David Wayne Smiley b083a2f530 SOLR-3283 PingRequestHandler make qt optional
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1306140 13f79535-47bb-0310-9956-ffa450edef68
2012-03-28 03:59:01 +00:00
David Wayne Smiley d5fd5562cb SOLR-3161 register "/select" as the default handler if it isn't already. Remove old DEFAULT_HANDLER_NAME="standard" constant which hasn't been used in a long time.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1306138 13f79535-47bb-0310-9956-ffa450edef68
2012-03-28 03:37:59 +00:00
Chris M. Hostetter a2a0a9db22 add style for codefrag css class so they are monospace and stand out a bi more
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1306103 13f79535-47bb-0310-9956-ffa450edef68
2012-03-28 01:35:27 +00:00
Chris M. Hostetter 70e2949e24 update sample command output in tutorial to be more current then 2009
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1306077 13f79535-47bb-0310-9956-ffa450edef68
2012-03-28 00:31:33 +00:00
Chris M. Hostetter 338673335f point to the download redir URL
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1306067 13f79535-47bb-0310-9956-ffa450edef68
2012-03-28 00:06:50 +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
Jan Høydahl 4859bd8b30 SOLR-2970 and SOLR-3281: Fix tests for IBM VM
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1306025 13f79535-47bb-0310-9956-ffa450edef68
2012-03-27 21:50:41 +00:00
Yonik Seeley 0827fffde6 SOLR-2656: distrib/cloud support for realtime get
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1306018 13f79535-47bb-0310-9956-ffa450edef68
2012-03-27 20:58:34 +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
Mark Robert Miller ce1cead6eb comment out sys out
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1305907 13f79535-47bb-0310-9956-ffa450edef68
2012-03-27 17:13:31 +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
Robert Muir 33d1d81d87 SOLR-3268: don't create indexes under core/src/test-files/solr/data
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1305579 13f79535-47bb-0310-9956-ffa450edef68
2012-03-26 20:53:33 +00:00
Robert Muir ae0f44fcb9 remaining eol-style fixes to trunk, native except .sh (LF)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1305492 13f79535-47bb-0310-9956-ffa450edef68
2012-03-26 18:57:08 +00:00
Christian Moen c6a8b487e5 Move remaining Solr factory tests (LUCENE-3909)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1305421 13f79535-47bb-0310-9956-ffa450edef68
2012-03-26 16:08:37 +00:00
Robert Muir aad3a816ab add test for noCFSRatio setter (thanks Tomas for the idea)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1305346 13f79535-47bb-0310-9956-ffa450edef68
2012-03-26 13:28:01 +00:00
Robert Muir a29a14698e fix eol-style
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1305339 13f79535-47bb-0310-9956-ffa450edef68
2012-03-26 12:58:58 +00:00
Christian Moen f5770479e3 Move and rename Kuromoji (LUCENE-3909)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1305297 13f79535-47bb-0310-9956-ffa450edef68
2012-03-26 10:31:48 +00:00
David Wayne Smiley 2e666feda9 SOLR-3161 An incoming isShard=true should be limited to a SearchHandler. Protects against shards.qt=/update attack
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1305218 13f79535-47bb-0310-9956-ffa450edef68
2012-03-26 04:44:39 +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
Uwe Schindler 7a43dc7432 Move DocSetBase to a separate Java file to prevent compile failures on partially updated source files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1305061 13f79535-47bb-0310-9956-ffa450edef68
2012-03-25 15:30:53 +00:00
Christian Moen c3ddb9dc67 Added KuromojiReadingFormFilter (LUCENE-3915)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1305046 13f79535-47bb-0310-9956-ffa450edef68
2012-03-25 14:17:23 +00:00
Robert Muir 44695f0f3f LUCENE-3883: add multitermaware to the irish case filter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1304838 13f79535-47bb-0310-9956-ffa450edef68
2012-03-24 16:05:41 +00:00
Robert Muir f597b9a1cc LUCENE-3883: Irish Analyzer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1304836 13f79535-47bb-0310-9956-ffa450edef68
2012-03-24 15:59:04 +00:00
Christian Moen 63f1c48b7d Added katakana stem filter (LUCENE-3901)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1304719 13f79535-47bb-0310-9956-ffa450edef68
2012-03-24 06:38:53 +00:00
David Wayne Smiley e0141c7350 SOLR-3270 edismax blank q bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1304704 13f79535-47bb-0310-9956-ffa450edef68
2012-03-24 05:06:48 +00:00
Chris M. Hostetter d7bccac40b SOLR-2291: bug doesn't exist on trunk, but forward porting test to prove it
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1304628 13f79535-47bb-0310-9956-ffa450edef68
2012-03-23 22:14:19 +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
Robert Muir 6df50d5486 SOLR-2921: enable multitermqueries for these filters too
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1304059 13f79535-47bb-0310-9956-ffa450edef68
2012-03-22 21:03:58 +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 edfac283ff Fixes for SOLR-2921 (making more components MultiTermAware)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303939 13f79535-47bb-0310-9956-ffa450edef68
2012-03-22 18:03:21 +00:00
Robert Muir a6fd306dfb add missing license headers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303738 13f79535-47bb-0310-9956-ffa450edef68
2012-03-22 11:33:45 +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
Martijn van Groningen a25cb028e1 SOLR-3052: Added jdocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303206 13f79535-47bb-0310-9956-ffa450edef68
2012-03-20 23:26:19 +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
Yonik Seeley a1538c6853 SOLR-2949: add sort by id to test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302661 13f79535-47bb-0310-9956-ffa450edef68
2012-03-19 21:22:56 +00:00
Yonik Seeley 7cc0e9683e SOLR-2949: use a diff elevate file for distrib QEC test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302637 13f79535-47bb-0310-9956-ffa450edef68
2012-03-19 20:20:33 +00:00
Yonik Seeley 2460ae1647 SOLR-2949: distrib support for QEC
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302541 13f79535-47bb-0310-9956-ffa450edef68
2012-03-19 17:08:08 +00:00
Jan Høydahl 52b55a13c1 SOLR-2826: Remove some dead code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1301906 13f79535-47bb-0310-9956-ffa450edef68
2012-03-17 10:12:40 +00:00
Koji Sekiguchi e4ff34cc65 SOLR-2826: use logging rather than e.printStackTrace()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1301875 13f79535-47bb-0310-9956-ffa450edef68
2012-03-17 07:06:24 +00:00
Robert Muir 3d2d144f92 LUCENE-3848: don't produce tokenstreams that start with posinc=0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1301478 13f79535-47bb-0310-9956-ffa450edef68
2012-03-16 13:06:30 +00:00
Erick Erickson 048721d9dc Fix for SOLR-3196
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1301097 13f79535-47bb-0310-9956-ffa450edef68
2012-03-15 17:12:42 +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
Robert Muir 29ccdd372a SOLR-3241: document/field boosts would fail if you copyField from a norms field to an omitNorms field
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1300639 13f79535-47bb-0310-9956-ffa450edef68
2012-03-14 17:01:49 +00:00
Yonik Seeley d8fff9b873 LUCENE-3795: re-optimize degrees-radians conversions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1300457 13f79535-47bb-0310-9956-ffa450edef68
2012-03-14 04:05:51 +00:00
Mark Robert Miller fe9b072490 defend against npe
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1300434 13f79535-47bb-0310-9956-ffa450edef68
2012-03-14 01:34:07 +00:00
Ryan McKinley 2ac613aef9 LUCENE-3795: Replace contrib/spatial with modules/spatial (merge from branch)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1300409 13f79535-47bb-0310-9956-ffa450edef68
2012-03-13 23:28:17 +00:00