Commit Graph

2695 Commits

Author SHA1 Message Date
Tommaso Teofili 7de9508aa5 [SOLR-3221] - fixed possible NPE for text variable being null in UIMAUpdateRequestProcessor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1347817 13f79535-47bb-0310-9956-ffa450edef68
2012-06-07 22:00:47 +00:00
Stefan Matheis 68734bd459 SOLR-3515: Use seperate Cookies for Analysis and Schema-Browser
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1347712 13f79535-47bb-0310-9956-ffa450edef68
2012-06-07 16:59:11 +00:00
Chris M. Hostetter c876896b59 SOLR-3288: dangling sentence and formatting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1347323 13f79535-47bb-0310-9956-ffa450edef68
2012-06-07 02:27:49 +00:00
Chris M. Hostetter b9d51ab793 SOLR-3288: tutorial updates to reflect: jetty8; new admin ui URLs; mime-type aware /update handler; autocommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1347313 13f79535-47bb-0310-9956-ffa450edef68
2012-06-07 02:23:54 +00:00
Mark Robert Miller 3bb8c907e8 also check for SolrServerException#rootCause - we want to retry if it is an IOException as well
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1346975 13f79535-47bb-0310-9956-ffa450edef68
2012-06-06 16:35:43 +00:00
Mark Robert Miller 3e5607cc60 complete a simple TODO: but we really should only retry on connection errors...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1346934 13f79535-47bb-0310-9956-ffa450edef68
2012-06-06 15:15:14 +00:00
Mark Robert Miller 21cbb77e90 fix my new log line
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1346913 13f79535-47bb-0310-9956-ffa450edef68
2012-06-06 14:25:19 +00:00
Mark Robert Miller f2765722fa allow another 1/2 second on forward retries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1346897 13f79535-47bb-0310-9956-ffa450edef68
2012-06-06 14:04:52 +00:00
Mark Robert Miller 496b94e39d typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1346877 13f79535-47bb-0310-9956-ffa450edef68
2012-06-06 13:15:34 +00:00
Mark Robert Miller d7d998a16b add log line for update request retries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1346873 13f79535-47bb-0310-9956-ffa450edef68
2012-06-06 13:10:33 +00:00
Sami Siren 7eeef73f10 improve javadocs, remove unused constructor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1346785 13f79535-47bb-0310-9956-ffa450edef68
2012-06-06 08:46:42 +00:00
James Dyer 8f8680e8f5 SOLR-2993: javadoc fix.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1346525 13f79535-47bb-0310-9956-ffa450edef68
2012-06-05 18:48:49 +00:00
Chris M. Hostetter 1c39e5c147 SOLR-3095: improve test to demo/verify that enable=false works on update processors
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1346500 13f79535-47bb-0310-9956-ffa450edef68
2012-06-05 18:04:25 +00:00
Yonik Seeley 3a01a1d789 CHANGES typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1346498 13f79535-47bb-0310-9956-ffa450edef68
2012-06-05 18:04:06 +00:00
Yonik Seeley cd9a34e17e SOLR-3508: allow _version_ on JSON delete cmd
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1346494 13f79535-47bb-0310-9956-ffa450edef68
2012-06-05 17:59:59 +00:00
James Dyer ce20e7b133 SOLR-2993: fix test failures (SOLR-2993-fixes.patch)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1346489 13f79535-47bb-0310-9956-ffa450edef68
2012-06-05 17:44:02 +00:00
Tommaso Teofili 71ccfc3a15 [SOLR-3464] - fixing javadoc for commit with softCommit parameter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1346419 13f79535-47bb-0310-9956-ffa450edef68
2012-06-05 15:21:23 +00:00
Yonik Seeley c72a7f77b3 SOLR-3508: Improve JSON update format for deletes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1346407 13f79535-47bb-0310-9956-ffa450edef68
2012-06-05 15:04:23 +00:00
James Dyer c70cb208fa SOLR-2993: ignore test (temp.)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1346208 13f79535-47bb-0310-9956-ffa450edef68
2012-06-05 01:07:58 +00:00
James Dyer 848a7cc01b SOLR-2993: revert r1346116
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1346168 13f79535-47bb-0310-9956-ffa450edef68
2012-06-04 21:33:36 +00:00
James Dyer 33b5881f21 SOLR-2993: comment out failing distributed test (TODO)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1346156 13f79535-47bb-0310-9956-ffa450edef68
2012-06-04 21:15:37 +00:00
James Dyer e7335a5ff3 SOLR-2993: javadoc fix.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1346138 13f79535-47bb-0310-9956-ffa450edef68
2012-06-04 20:11:40 +00:00
James Dyer 050f6c7a3c SOLR-2993: fix (2) for fail on TestSpellCheckResponse: ConjunctionSolrSpellChecker was not preserving original Token Freqs.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1346116 13f79535-47bb-0310-9956-ffa450edef68
2012-06-04 19:48:26 +00:00
Yonik Seeley e4a6061e8a add newline after JSON responses
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1346101 13f79535-47bb-0310-9956-ffa450edef68
2012-06-04 19:34:51 +00:00
James Dyer 649dfb6e79 SOLR-2993: fix (1) for fail on TestSpellCheckResponse
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1346088 13f79535-47bb-0310-9956-ffa450edef68
2012-06-04 19:01:31 +00:00
James Dyer a1a3808a6e SOLR-2993: o.a.l.Search.Suggest.WordBreakSpellChecker Solr integration
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1346058 13f79535-47bb-0310-9956-ffa450edef68
2012-06-04 17:55:25 +00:00
Tommaso Teofili 8d3f45da8a [SOLR-3477] - applied Tomás Fernández Löbbe's patch for no-cores-initialization test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1345869 13f79535-47bb-0310-9956-ffa450edef68
2012-06-04 08:33:17 +00:00
Yonik Seeley 32037aa84a SOLR-3259: move field decls to top of schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1345548 13f79535-47bb-0310-9956-ffa450edef68
2012-06-02 18:49:46 +00:00
Yonik Seeley ba3f792e7e example: add more multiValued dynamic field types
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1345523 13f79535-47bb-0310-9956-ffa450edef68
2012-06-02 15:27:24 +00:00
Chris M. Hostetter f7707d7d91 SOLR-2796: uniqueKey field can no longer be populated via <copyField/> or <field default=...>. Also corrected CHANGES.txt entry for related SOLR-3495
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1345376 13f79535-47bb-0310-9956-ffa450edef68
2012-06-01 22:20:18 +00:00
Christopher John Male 7d87c740ee LUCENE-4019: Added support for handling rules with incorrect number of arguments
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1344987 13f79535-47bb-0310-9956-ffa450edef68
2012-06-01 05:13:12 +00:00
Koji Sekiguchi cf9686ed9a fix typo in uima contrib
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1344967 13f79535-47bb-0310-9956-ffa450edef68
2012-06-01 02:18:56 +00:00
Chris M. Hostetter c6ab4fc3c5 SOLR-3495: new UpdateProcessors to add default values (constant, UUID, or Date) to documents w/o field values
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1344946 13f79535-47bb-0310-9956-ffa450edef68
2012-06-01 00:06:46 +00:00
Michael McCandless 9b103fa61e LUCENE-4077: expose max score and per-group (parent) scores in TopGroups returned by ToParentBlockJoinCollector
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1344844 13f79535-47bb-0310-9956-ffa450edef68
2012-05-31 18:19:27 +00:00
Tommaso Teofili ae25687579 [SOLR-3550] - remove useless switches on the always true enablePosIncr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1344775 13f79535-47bb-0310-9956-ffa450edef68
2012-05-31 15:25:57 +00:00
Robert Muir bc3a3dc5d4 LUCENE-4095: remove deprecations from trunk (just the easy ones for now)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1344531 13f79535-47bb-0310-9956-ffa450edef68
2012-05-31 02:07:11 +00:00
Robert Muir 54be02eef2 LUCENE-4086: remove 3.x index support from trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1344076 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 02:07:31 +00:00
Robert Muir f5223505b0 4.0 -> 5.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1343848 13f79535-47bb-0310-9956-ffa450edef68
2012-05-29 17:01:58 +00:00
Sami Siren 872f71e0d9 SOLR-3480: move httpclient details into a utility class, improve javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1343690 13f79535-47bb-0310-9956-ffa450edef68
2012-05-29 12:01:24 +00:00
Jan Høydahl ef0b065bc2 SOLR-3489: Config file replication less error prone
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1343600 13f79535-47bb-0310-9956-ffa450edef68
2012-05-29 08:39:39 +00:00
Robert Muir e9bb487252 LUCENE-4055: Refactor SegmentInfo and FieldInfo to make them extensible
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1343365 13f79535-47bb-0310-9956-ffa450edef68
2012-05-28 19:28:10 +00:00
Chris M. Hostetter f4819005cf SOLR-2822: Skip update processors already run on other nodes (solr cloud)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1342743 13f79535-47bb-0310-9956-ffa450edef68
2012-05-25 17:24:58 +00:00
Mark Robert Miller a72fb4fb77 SOLR-2923: IllegalArgumentException when using useFilterForSortedQuery on an empty index.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1342702 13f79535-47bb-0310-9956-ffa450edef68
2012-05-25 15:55:06 +00:00
James Dyer 50baab7c4b SOLR-2058: Add optional "phrase slop" syntax to edismax pf/pf2/pf3
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1342681 13f79535-47bb-0310-9956-ffa450edef68
2012-05-25 15:16:30 +00:00
Sami Siren fc48a07bfb SOLR-3487: handle named lists in xml response
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1342553 13f79535-47bb-0310-9956-ffa450edef68
2012-05-25 09:57:46 +00:00
Chris M. Hostetter 0cbc7ec4e7 LUCENE-4075: Cleaner path usage in TestXPathEntityProcessor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1342490 13f79535-47bb-0310-9956-ffa450edef68
2012-05-25 02:36:29 +00:00
Chris M. Hostetter 92f3b3aee2 SOLR-3446: Better errors when PatternTokenizerFactory is configured with an invalid pattern, and include the 'name' whenever possible in plugin init error messages.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1342489 13f79535-47bb-0310-9956-ffa450edef68
2012-05-25 02:18:33 +00:00
Robert Muir 0ce89ebf87 merge trunk: 1341933 through 1342428
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4055@1342429 13f79535-47bb-0310-9956-ffa450edef68
2012-05-24 20:57:43 +00:00
Chris M. Hostetter c44afc292c typos, thanks Jack
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1342363 13f79535-47bb-0310-9956-ffa450edef68
2012-05-24 18:21:38 +00:00
Mark Robert Miller 36d15b4921 lets see what fails, if any, this test is still producing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1342340 13f79535-47bb-0310-9956-ffa450edef68
2012-05-24 16:58:44 +00:00
Mark Robert Miller da38e054b5 add a space
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1342335 13f79535-47bb-0310-9956-ffa450edef68
2012-05-24 16:51:10 +00:00
Yonik Seeley 8cbe8114d1 tests: use INFO for debugging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1342101 13f79535-47bb-0310-9956-ffa450edef68
2012-05-24 00:23:23 +00:00
Robert Muir 9cde5052a2 LUCENE-4055: merge trunk (1341011-1341932)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4055@1341936 13f79535-47bb-0310-9956-ffa450edef68
2012-05-23 16:24:21 +00:00
Stefan Matheis 4bbef9d503 SOLR-3478: DataImportHandler's Entity must have a name
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1341920 13f79535-47bb-0310-9956-ffa450edef68
2012-05-23 15:59:29 +00:00
Yonik Seeley d8b9a75631 cancelRecovery wasn't being called, check for close between small sleeps, set closed even if we get an exception talking to ZK
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1341899 13f79535-47bb-0310-9956-ffa450edef68
2012-05-23 15:31:46 +00:00
James Dyer c24efa0a9b SOLR-3309: Change <web-app /> to use "javaee" namespace instead of "j2ee"
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1341897 13f79535-47bb-0310-9956-ffa450edef68
2012-05-23 15:30:07 +00:00
James Dyer ec1649300c SOLR-2585: Context-Sensitive Spelling Suggestions & Collations (spellcheck.alternativeTermCount & spellcheck.maxResultsForSuggest)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1341894 13f79535-47bb-0310-9956-ffa450edef68
2012-05-23 15:27:29 +00:00
Tommaso Teofili 8c037c2115 [SOLR-3464] - added softCommit option to SolrServer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1341658 13f79535-47bb-0310-9956-ffa450edef68
2012-05-22 22:00:08 +00:00
Yonik Seeley 2e2c70c6ae use isClosed method
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1341528 13f79535-47bb-0310-9956-ffa450edef68
2012-05-22 15:25:47 +00:00
Yonik Seeley 2b3ce2d435 tests: turn up logging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1341526 13f79535-47bb-0310-9956-ffa450edef68
2012-05-22 15:25:04 +00:00
Yonik Seeley 964e90adb3 SOLR-3469: prevent false peersync recovery by recording buffering flags in tlog
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1341283 13f79535-47bb-0310-9956-ffa450edef68
2012-05-22 00:36:11 +00:00
Yonik Seeley 467717e475 doc: reserved names pattern
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1341118 13f79535-47bb-0310-9956-ffa450edef68
2012-05-21 17:27:51 +00:00
Stefan Matheis e688e6c07b SOLR-3238: Move License for d3.js & highlight.js
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1341066 13f79535-47bb-0310-9956-ffa450edef68
2012-05-21 15:20:12 +00:00
Robert Muir d5f7dbdde7 LUCENE-4055: merge trunk (1338960:1341010)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4055@1341015 13f79535-47bb-0310-9956-ffa450edef68
2012-05-21 13:39:57 +00:00
Stanisław Osiński 98d15d4e67 SOLR-3470: Custom Carrot2 tokenizer and stemmer factories overwritten by defaults: fixing class loader issues, minor cleanups (Dawid Weiss)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1340939 13f79535-47bb-0310-9956-ffa450edef68
2012-05-21 08:57:31 +00:00
Stefan Matheis a79a14347d SOLR-3234: Remove contrib/dataimport's webapp
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1340934 13f79535-47bb-0310-9956-ffa450edef68
2012-05-21 08:47:39 +00:00
Stefan Matheis aee60cb3ab SOLR-3459: Fix Cloud's Graph-Views for multiple collections
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1340933 13f79535-47bb-0310-9956-ffa450edef68
2012-05-21 08:37:34 +00:00
Mark Robert Miller a29a6c6f29 SOLR-3472: ping request handler should force distrib=false default
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1340869 13f79535-47bb-0310-9956-ffa450edef68
2012-05-20 23:10:02 +00:00
Mark Robert Miller ff037852fc add ping and analysis request handlers for good UI defaults
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1340863 13f79535-47bb-0310-9956-ffa450edef68
2012-05-20 22:49:35 +00:00
Mark Robert Miller abaec93967 add a couple cloud props to multicore example solr.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1340837 13f79535-47bb-0310-9956-ffa450edef68
2012-05-20 20:54:17 +00:00
Uwe Schindler 664ab89dee SOLR-3471: Disable tests that don't work correctly on Windows
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1340687 13f79535-47bb-0310-9956-ffa450edef68
2012-05-20 12:06:22 +00:00
Stanisław Osiński d65f086baf SOLR-3470: Custom Carrot2 tokenizer and stemmer factories overwritten by defaults: fixed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1340686 13f79535-47bb-0310-9956-ffa450edef68
2012-05-20 11:53:51 +00:00
Stefan Matheis d722b19748 SOLR-3238: Add License for d3
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1340665 13f79535-47bb-0310-9956-ffa450edef68
2012-05-20 10:32:38 +00:00
Robert Muir a9721702e1 LUCENE-4055: make fieldinfos always readonly once built
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4055@1340134 13f79535-47bb-0310-9956-ffa450edef68
2012-05-18 15:42:40 +00:00
Martijn van Groningen 0b1d814c94 SOLR-3454: Exception when using result grouping with main=true and using wt=javabin
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1340080 13f79535-47bb-0310-9956-ffa450edef68
2012-05-18 12:28:21 +00:00
Erik Hatcher 870d86440f Fix jquery and Solr logo references in /browse that broke during admin UI overhauls
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1339923 13f79535-47bb-0310-9956-ffa450edef68
2012-05-17 23:38:49 +00:00
Erik Hatcher 1ce88f3f65 Revert change to r1339781 - tests fail with clustering automatically enabled
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1339901 13f79535-47bb-0310-9956-ffa450edef68
2012-05-17 22:34:08 +00:00
Erik Hatcher 80e4e05578 DeHossification
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1339859 13f79535-47bb-0310-9956-ffa450edef68
2012-05-17 20:51:43 +00:00
Erik Hatcher a137d089c8 Update clustering /browse UI to reflect long past change with Carrot dependencies that used to require a system property switch to enable
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1339781 13f79535-47bb-0310-9956-ffa450edef68
2012-05-17 18:34:04 +00:00
Erik Hatcher 8db469ef01 Fix typo in defaultValue parameter name
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1339750 13f79535-47bb-0310-9956-ffa450edef68
2012-05-17 17:59:42 +00:00
Mark Robert Miller 119de8f949 SOLR-3460: Improve cmd line config bootstrap tool so that it now reads solr.xml and uploads configs for each SolrCore found
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1339701 13f79535-47bb-0310-9956-ffa450edef68
2012-05-17 16:47:39 +00:00
Yonik Seeley ca7df01ccf SOLR-2824: add fromSearcher open time to JoinQuery for caching
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1339687 13f79535-47bb-0310-9956-ffa450edef68
2012-05-17 16:23:58 +00:00
Stefan Matheis 422828cfd6 SOLR-3444: Optimize Navigation for global Items
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1339518 13f79535-47bb-0310-9956-ffa450edef68
2012-05-17 08:45:29 +00:00
Erik Hatcher bc33ed0ef2 SOLR-1726: remove CHANGES entry until re-implemented
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1339436 13f79535-47bb-0310-9956-ffa450edef68
2012-05-17 00:41:12 +00:00
Erik Hatcher 2cb9ccf98c Fix errant copy/paste comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1339376 13f79535-47bb-0310-9956-ffa450edef68
2012-05-16 21:26:49 +00:00
Erik Hatcher e542b9b3c7 Fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1339373 13f79535-47bb-0310-9956-ffa450edef68
2012-05-16 21:24:02 +00:00
Erik Hatcher db535704b9 Fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1339367 13f79535-47bb-0310-9956-ffa450edef68
2012-05-16 21:14:50 +00:00
Erik Hatcher f22742322e couple of minor cosmetics
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1339357 13f79535-47bb-0310-9956-ffa450edef68
2012-05-16 20:53:21 +00:00
Stefan Matheis 4898a6eb8e SOLR-3401: Always show CoreAdmin
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1339232 13f79535-47bb-0310-9956-ffa450edef68
2012-05-16 15:36:35 +00:00
Uwe Schindler 3f73342025 SOLR-3461: Ignore this test on windows until this is fixed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1339209 13f79535-47bb-0310-9956-ffa450edef68
2012-05-16 14:55:02 +00:00
Michael McCandless ad7914c5b2 LUCENE-3514: also support IndexSearcher.searchAfter when Sort is used
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1339137 13f79535-47bb-0310-9956-ffa450edef68
2012-05-16 12:28:57 +00:00
Stefan Matheis 560a287e68 SOLR-3238: rename 'Plugins' to 'Plugins / Stats' in Navigation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1339120 13f79535-47bb-0310-9956-ffa450edef68
2012-05-16 11:27:32 +00:00
Stefan Matheis 04486d4454 SOLR-3238: decode query-params for analysis
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1339114 13f79535-47bb-0310-9956-ffa450edef68
2012-05-16 11:15:41 +00:00
Stefan Matheis b550e5a30a SOLR-3238: add missing image for analysis
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1339110 13f79535-47bb-0310-9956-ffa450edef68
2012-05-16 10:47:53 +00:00
Robert Muir 09b10efe3f LUCENE-4055: clear up nocommits
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4055@1339025 13f79535-47bb-0310-9956-ffa450edef68
2012-05-16 06:28:31 +00:00
Robert Muir 91522c32a1 LUCENE-4055: make fieldinfos abstract, split into read-only and read-write (for now)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4055@1338977 13f79535-47bb-0310-9956-ffa450edef68
2012-05-16 02:45:55 +00:00
Dawid Weiss 4652d65f0b LUCENE-4047: Cleanup of LuceneTestCase: moved blocks of initialization/ cleanup code into JUnit instance and class rules.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1338826 13f79535-47bb-0310-9956-ffa450edef68
2012-05-15 18:47:45 +00:00
Yonik Seeley e42ebbcb93 SOLR-3178: add inc to updateable docs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1338343 13f79535-47bb-0310-9956-ffa450edef68
2012-05-14 19:02:30 +00:00
Martijn van Groningen 63f87a7bdb SOLR-3336: SolrEntityProcessor substitutes most variables at query time
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1338240 13f79535-47bb-0310-9956-ffa450edef68
2012-05-14 15:07:12 +00:00
Yonik Seeley 9d70bf609b SOLR-2824: parse query in fromCore for cross-core join
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1338231 13f79535-47bb-0310-9956-ffa450edef68
2012-05-14 14:46:01 +00:00
Martijn van Groningen 04dceabc18 SOLR-3436: Group count incorrect when not all shards are queried in the second pass.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1338194 13f79535-47bb-0310-9956-ffa450edef68
2012-05-14 13:42:17 +00:00
Yonik Seeley 015d8601c8 SOLR-2824: don't rewrite join subquery
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1337955 13f79535-47bb-0310-9956-ffa450edef68
2012-05-13 18:08:28 +00:00
Robert Muir 23c1ebced2 LUCENE-3489: generalize UseNoMemoryExpensiveCodec to SuppressCodecs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1337538 13f79535-47bb-0310-9956-ffa450edef68
2012-05-12 13:32:40 +00:00
Christopher John Male 43fc21c41e LUCENE-2510: Simplified analysis factory test hierarchy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1336462 13f79535-47bb-0310-9956-ffa450edef68
2012-05-10 01:06:43 +00:00
Christopher John Male 57ee353991 LUCENE-2510: Moved MultiTermComponent into analysis module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1335876 13f79535-47bb-0310-9956-ffa450edef68
2012-05-09 01:03:35 +00:00
Ryan McKinley 3fc32fad19 SOLR-2857: UpdateRequestHandler CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1335769 13f79535-47bb-0310-9956-ffa450edef68
2012-05-08 21:09:54 +00:00
Ryan McKinley 800f5a54a6 SOLR-2857: add UpdateRequestHandler that handles xml,csv,json, and javabin
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1335768 13f79535-47bb-0310-9956-ffa450edef68
2012-05-08 21:06:10 +00:00
Yonik Seeley e35df0b58f SOLR-139 SOLR-3178 : Updateable documents, optimistic locking
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1335642 13f79535-47bb-0310-9956-ffa450edef68
2012-05-08 17:00:33 +00:00
Christopher John Male 0bad718d58 LUCENE-2510: Moved Analysis Factory parent classes into analysis module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1335331 13f79535-47bb-0310-9956-ffa450edef68
2012-05-08 03:23:47 +00:00
Stefan Matheis 871924ea2e SOLR-3367: add missing ico for logging-viewer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1335229 13f79535-47bb-0310-9956-ffa450edef68
2012-05-07 20:14:06 +00:00
Ryan McKinley cfbabcf54f SOLR-3371: update sammy paths so the core name is not assumed in request
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1335213 13f79535-47bb-0310-9956-ffa450edef68
2012-05-07 19:39:22 +00:00
Ryan McKinley 5a79b09dc8 SOLR-3367: adding log viewer page
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1335204 13f79535-47bb-0310-9956-ffa450edef68
2012-05-07 19:13:24 +00:00
James Dyer aa0c9fba28 SOLR-3430: build script changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1335196 13f79535-47bb-0310-9956-ffa450edef68
2012-05-07 19:03:39 +00:00
Ryan McKinley bb56a01e53 SOLR-3083: JMX beans now report Numbers as numeric values rather then String
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1335147 13f79535-47bb-0310-9956-ffa450edef68
2012-05-07 17:37:47 +00:00
James Dyer d29c5a8ea9 SOLR-3430: DIH expanded test coverage & subsequent bug fixes (cache support).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1335140 13f79535-47bb-0310-9956-ffa450edef68
2012-05-07 17:24:42 +00:00
Mark Robert Miller 98e144bd60 fix retry limit mismatch and print known config set names when config name cannot be found
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1335067 13f79535-47bb-0310-9956-ffa450edef68
2012-05-07 15:35:50 +00:00
Koji Sekiguchi ab1d793317 not javadoc comment (currently license announcement is displayed in JsonPreAnalyzedParser javadoc)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1334888 13f79535-47bb-0310-9956-ffa450edef68
2012-05-07 06:54:45 +00:00
Michael McCandless 3e9b5a9893 LUCENE-3830: use FST instead of recursive HashMaps for MappingCharFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1334619 13f79535-47bb-0310-9956-ffa450edef68
2012-05-06 13:13:34 +00:00
David Wayne Smiley 9707be81c1 SOLR-3424 PhoneticFilterFactory thread-safety bug. Improved documentation & tests too.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1334544 13f79535-47bb-0310-9956-ffa450edef68
2012-05-06 02:23:38 +00:00
Mark Robert Miller 73dd9ff015 SOLR-3437: Recovery issues a spurious commit to the cluster.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1334449 13f79535-47bb-0310-9956-ffa450edef68
2012-05-05 16:59:05 +00:00
Christopher John Male 1538ebb339 LUCENE-2510: Moved deprecated ResourceLoader into solr-core to remove solrj dependency on lucene
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1334277 13f79535-47bb-0310-9956-ffa450edef68
2012-05-05 00:41:16 +00:00
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