Commit Graph

2456 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
Ryan McKinley b46fffff3e SOLR-3238: keep "Query Analyzer" on one line
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1325401 13f79535-47bb-0310-9956-ffa450edef68
2012-04-12 17:42:13 +00:00
Ryan McKinley 09df31df42 SOLR-3325: linking to query UI with parameters will execute them
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1325390 13f79535-47bb-0310-9956-ffa450edef68
2012-04-12 17:21:09 +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
Stefan Matheis e166ebdd2c SOLR-3339: Use solr_path instead of core_basepath for Cloud-View
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1325148 13f79535-47bb-0310-9956-ffa450edef68
2012-04-12 07:41:36 +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 e240c0f0fb remove old javadoc comment (it is already in common)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1324899 13f79535-47bb-0310-9956-ffa450edef68
2012-04-11 18:08:23 +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
Ryan McKinley d0e07e8f8c SOLR-3330: Add a 'reload' button -- yes its the same as browser refresh!
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1324885 13f79535-47bb-0310-9956-ffa450edef68
2012-04-11 17:29:22 +00:00
Stefan Matheis 28392a4609 SOLR-3330: Adding Images
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1324857 13f79535-47bb-0310-9956-ffa450edef68
2012-04-11 16:40:53 +00:00
Chris M. Hostetter bfcffd6e67 fix solrconfig.xml comment, SolrServlet has been removed on trunk for a while now
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1324855 13f79535-47bb-0310-9956-ffa450edef68
2012-04-11 16:36:38 +00:00
Ryan McKinley 7d2d1aa519 SOLR-3330: Adding a 'watch for changes' button in the plugins UI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1324839 13f79535-47bb-0310-9956-ffa450edef68
2012-04-11 16:10:34 +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
Yonik Seeley e8d967aa80 example: promote json update handler to first-class (non-lazy)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1311881 13f79535-47bb-0310-9956-ffa450edef68
2012-04-10 17:42:52 +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 4294c9d35c SOLR-3238: Use jquery 1.7.2
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1311442 13f79535-47bb-0310-9956-ffa450edef68
2012-04-09 21:05:51 +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
Jan Høydahl 2670aa57a2 SOLR-3254: NOTICE.TXT entries for Javassist (MPL), OggVorbis, Scannotation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1311301 13f79535-47bb-0310-9956-ffa450edef68
2012-04-09 16:07:26 +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
Jan Høydahl ff5206e64f SOLR-3254: Upgrade Solr to Tika 1.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1311198 13f79535-47bb-0310-9956-ffa450edef68
2012-04-09 10:48:03 +00:00
Jan Høydahl aed333d367 SOLR-1979: Updated README and CHANGES in trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1311116 13f79535-47bb-0310-9956-ffa450edef68
2012-04-08 23:05:52 +00:00
Michael McCandless 879e825083 LUCENE-3966: smoke tester can test from local (file://) urls, handle url-shortened base URLs, and build/stage/test unsigned artifacts
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1311067 13f79535-47bb-0310-9956-ffa450edef68
2012-04-08 18:22:14 +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
Stanisław Osiński 55454dd616 SOLR-3338: ignore exceptions from getConfigDir(), it's used only for clearer logs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1310800 13f79535-47bb-0310-9956-ffa450edef68
2012-04-07 16:50:49 +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 874507d982 SOLR-3326: Show plugin links as real links
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1310532 13f79535-47bb-0310-9956-ffa450edef68
2012-04-06 18:16:26 +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
Martijn van Groningen f946fd6e94 SOLR-3316: Moved entry under 3.6
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1310497 13f79535-47bb-0310-9956-ffa450edef68
2012-04-06 17:41:24 +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
Uwe Schindler d14d365317 LUCENE-3962: Fix missing entries in CHANGES.txt before release of 3.6.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1310303 13f79535-47bb-0310-9956-ffa450edef68
2012-04-06 12:41: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
Chris M. Hostetter 04609de9c7 SOLR-3323: make solr->lucene javadoc links relative by default for SNAPSHOT builds
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1310062 13f79535-47bb-0310-9956-ffa450edef68
2012-04-05 20:46:11 +00:00
Ryan McKinley 2ebf6243ca SOLR-3238: Admin UI -- link the doc count to a query showing matching docs (field:[* TO *])
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1310027 13f79535-47bb-0310-9956-ffa450edef68
2012-04-05 19:31:41 +00:00
Ryan McKinley 33787e952c SOLR-3238: Admin UI -- use singular field name
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1310025 13f79535-47bb-0310-9956-ffa450edef68
2012-04-05 19:29:30 +00:00
Robert Muir 43628919e5 unconfuse NOTICE.txt files (jar locations etc)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1309590 13f79535-47bb-0310-9956-ffa450edef68
2012-04-04 20:49:14 +00:00
Chris M. Hostetter bb7bc2ff44 LUCENE-3945: use sha1 checksums to verify jars pulled from ivy match expectations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1309503 13f79535-47bb-0310-9956-ffa450edef68
2012-04-04 17:53:32 +00:00
Ryan McKinley 083829171a SOLR-3311: fix dashboard view on windows
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1309485 13f79535-47bb-0310-9956-ffa450edef68
2012-04-04 16:35:52 +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
Robert Muir 755b86b429 SOLR-3310: nuke the solr-langdetect maven packaging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1309191 13f79535-47bb-0310-9956-ffa450edef68
2012-04-04 00:47:22 +00:00
Steven Rowe 53b71596b2 LUCENE-3944: in solr/build.xml, when invoking the dist-maven target under internal modules core, solrj, test-framework, and webapp, pass through *uptodate and *compiled property values
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1309152 13f79535-47bb-0310-9956-ffa450edef68
2012-04-03 21:15:23 +00:00
Steven Rowe c9393b9683 LUCENE-3944: Make the 'generate-maven-artifacts' target use filtered POMs placed under lucene/build/poms/, rather than in each module's base directory. The 'clean' target now removes them.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1309141 13f79535-47bb-0310-9956-ffa450edef68
2012-04-03 20:52:02 +00:00
Chris M. Hostetter ca8aa6a7ee fix URLs in docs to not rely on redirects
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1309022 13f79535-47bb-0310-9956-ffa450edef68
2012-04-03 16:31:09 +00:00
Chris M. Hostetter 0b82b5e87c tweak build instructions related to ivy bootstraping
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1309015 13f79535-47bb-0310-9956-ffa450edef68
2012-04-03 16:22:06 +00:00
Robert Muir 09bf650fbc SOLR-3295: merge changes entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1308891 13f79535-47bb-0310-9956-ffa450edef68
2012-04-03 13:30:45 +00:00
Robert Muir e00a7dce89 nuke relics of fake noggit release
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1308886 13f79535-47bb-0310-9956-ffa450edef68
2012-04-03 13:08:02 +00:00
Christopher John Male bace726320 Removing empty jsonic-pom.xml.template
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1308667 13f79535-47bb-0310-9956-ffa450edef68
2012-04-03 03:50:38 +00:00
Robert Muir d219d119e2 SOLR-3308: nuke the solr-jsonic maven packaging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1308658 13f79535-47bb-0310-9956-ffa450edef68
2012-04-03 02:59:42 +00:00
Chris M. Hostetter 2b0eb1393b typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1308647 13f79535-47bb-0310-9956-ffa450edef68
2012-04-03 01:54:49 +00:00
Robert Muir 86c7878963 svn:eolstyle=native
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1308638 13f79535-47bb-0310-9956-ffa450edef68
2012-04-03 00:59:11 +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 83e58db89c SOLR-3145: Velocity "/browse" config should set mm=100% to behave as in 3.x
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1308611 13f79535-47bb-0310-9956-ffa450edef68
2012-04-02 23:05:57 +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
Dawid Weiss bf582b23b0 Use actual carrot2-core dependencies (consistent with pom.xml) - jackson 1.7.4.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1308602 13f79535-47bb-0310-9956-ffa450edef68
2012-04-02 22:24:38 +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
Robert Muir 8cfbb7948b LUCENE-3930: update binary dist patterns to exclude ivy.xmls and include test-framework libs (Hossmans patch)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1308309 13f79535-47bb-0310-9956-ffa450edef68
2012-04-02 11:40:39 +00:00
Jan Høydahl b70152d24c SOLR-3255: Moved changes entry from 3.6 to 4.0, because of feature freeze on 3.6
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1308080 13f79535-47bb-0310-9956-ffa450edef68
2012-04-01 11:31:34 +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
Erick Erickson b005bcb790 Fixes (documentation only) for SOLR-3297 and SOLR-3298
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307543 13f79535-47bb-0310-9956-ffa450edef68
2012-03-30 17:17:52 +00:00
Robert Muir a62b8828be add temporary placeholder targets for jenkins
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307490 13f79535-47bb-0310-9956-ffa450edef68
2012-03-30 15:50:57 +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
Sami Siren 42141717a3 remove deprecated api
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307319 13f79535-47bb-0310-9956-ffa450edef68
2012-03-30 09:03:09 +00:00
Yonik Seeley 95f80348f6 tests: ignore expected exceptions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307194 13f79535-47bb-0310-9956-ffa450edef68
2012-03-30 01:08:11 +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
Steven Rowe 91fb08086a LUCENE-3937: Removed remaining references to the patched xercesImpl jar; added benchmark/CHANGES.txt entry.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307165 13f79535-47bb-0310-9956-ffa450edef68
2012-03-29 23:27:45 +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
Yonik Seeley 1a96461df8 SOLR-3259: add a /query handler that defaults to indented JSON
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307017 13f79535-47bb-0310-9956-ffa450edef68
2012-03-29 17:49:59 +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
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
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
Chris M. Hostetter 3657a6a6ec tweak example <lib/> declarations so license files aren't added to classpath, also fix so langid deps are included
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1306033 13f79535-47bb-0310-9956-ffa450edef68
2012-03-27 22:30:26 +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
Chris M. Hostetter fff288f735 comment introducing solr.xml file and linking to online docs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1306019 13f79535-47bb-0310-9956-ffa450edef68
2012-03-27 21:13:11 +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
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
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 ee7e14e5fd SOLR-3268: use sync for more safety
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1305587 13f79535-47bb-0310-9956-ffa450edef68
2012-03-26 20:59:42 +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
James Dyer 0b1c526b67 SOLR-3262: Remove "threads" from DIH
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1305384 13f79535-47bb-0310-9956-ffa450edef68
2012-03-26 15:04:38 +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 3a8241485d SOLR-3112: rename abstract -Test to -TestCase
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1304455 13f79535-47bb-0310-9956-ffa450edef68
2012-03-23 15:43:30 +00:00
Robert Muir c1cab4323a SOLR-3112: license header on test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1304449 13f79535-47bb-0310-9956-ffa450edef68
2012-03-23 15:37:18 +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 c9c1166d07 fix javadocs for uima contrib from top level (copy the hack and comment from analysis-extras)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1304088 13f79535-47bb-0310-9956-ffa450edef68
2012-03-22 21:54:14 +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 86c2da0eac happy new year
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303828 13f79535-47bb-0310-9956-ffa450edef68
2012-03-22 15:21:17 +00:00
James Dyer fca2253a55 SOLR-3260: Add one more exception ignore for JVMs without Rhino
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303818 13f79535-47bb-0310-9956-ffa450edef68
2012-03-22 14:56:40 +00:00
James Dyer 33645d3764 Add license headers (SOLR-2382 new classes)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303811 13f79535-47bb-0310-9956-ffa450edef68
2012-03-22 14:45:16 +00:00
James Dyer 57c6955385 Add CHANGES.txt entry for SOLR-2382
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303797 13f79535-47bb-0310-9956-ffa450edef68
2012-03-22 14:29:29 +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
James Dyer f3ffdf3a68 better messages when ScriptTransform fails on init (add back 1 exception ignore in case JVM doesn't support Rhino)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303568 13f79535-47bb-0310-9956-ffa450edef68
2012-03-21 20:55:17 +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
James Dyer dfc345b5c7 SOLR-3260: better messages when ScriptTransform fails on init (remove Reflection in Trunk, JRE1.6+ assurred)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303470 13f79535-47bb-0310-9956-ffa450edef68
2012-03-21 17:22:13 +00:00
Stefan Matheis a98decea1d SOLR-3238: UI Improvments
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303326 13f79535-47bb-0310-9956-ffa450edef68
2012-03-21 09:36:59 +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
Yonik Seeley 5855c9c54b SOLR-3159: don't auto-scan for new webapps
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303064 13f79535-47bb-0310-9956-ffa450edef68
2012-03-20 18:09:37 +00:00