Commit Graph

17612 Commits

Author SHA1 Message Date
Uwe Schindler 60151ce379 LUCENE-4953: Fixed ParallelCompositeReader to inform ReaderClosedListeners of its synthetic subreaders. FieldCaches keyed on the atomic childs will be purged earlier and FC insanity prevented. In addition, ParallelCompositeReader's toString() was changed to better reflect the reader structure.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1476526 13f79535-47bb-0310-9956-ffa450edef68
2013-04-27 08:31:23 +00:00
Steven Rowe aa73a22aca SOLR-4729: exit loop after finding expected dynamic field definition in LukeRequestHandlerTest.testCatchAllCopyField()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1476496 13f79535-47bb-0310-9956-ffa450edef68
2013-04-27 05:37:05 +00:00
Steven Rowe f42d02cc21 SOLR-4729: Remove CHANGES.txt entry from 4.4.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1476493 13f79535-47bb-0310-9956-ffa450edef68
2013-04-27 05:20:13 +00:00
Steven Rowe feee17c344 SOLR-4729: Move CHANGES.txt entry to 4.3.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1476491 13f79535-47bb-0310-9956-ffa450edef68
2013-04-27 05:17:26 +00:00
Michael McCandless cce0cbe5ff SOLR-4766: don't compare file sizes of war/jar contents when comparing maven to binary release
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1476386 13f79535-47bb-0310-9956-ffa450edef68
2013-04-26 20:24:22 +00:00
Steven Rowe e53378bac6 SOLR-4771: Throw a more specific exception when SLF4J logging jars cannot be found on the classpath.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1476362 13f79535-47bb-0310-9956-ffa450edef68
2013-04-26 19:52:54 +00:00
Mark Robert Miller 2db8c9aa1b SOLR-4754: our config parser seems to have been changed to return "" when it used to return null on an empty value and broke default host detection
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1476347 13f79535-47bb-0310-9956-ffa450edef68
2013-04-26 19:10:31 +00:00
Chris M. Hostetter e7829139fc SOLR-4705: move CHANGES to 4.3.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1476328 13f79535-47bb-0310-9956-ffa450edef68
2013-04-26 18:10:27 +00:00
Chris M. Hostetter 3e45d17a90 SOLR-4705: Fixed bug causing NPE when querying a single replica in SolrCloud using the shards param
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1476310 13f79535-47bb-0310-9956-ffa450edef68
2013-04-26 17:34:08 +00:00
Steven Rowe 18c22df8de SOLR-4768: The Solr war produced by generate-maven-artifacts should not contain logging jars
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1476237 13f79535-47bb-0310-9956-ffa450edef68
2013-04-26 14:53:24 +00:00
Mark Robert Miller 79f996a31b SOLR-4757: Change the example to use the new solr.xml format and core discovery by directory structure.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1476227 13f79535-47bb-0310-9956-ffa450edef68
2013-04-26 14:32:35 +00:00
Martijn van Groningen bdd509f21d Fixed test failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1476206 13f79535-47bb-0310-9956-ffa450edef68
2013-04-26 13:52:55 +00:00
Simon Willnauer 2bcdaaa114 LUCENE-4961: Filters should return null if they don't accept documents
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1476185 13f79535-47bb-0310-9956-ffa450edef68
2013-04-26 13:30:06 +00:00
Michael McCandless 08a6f78510 SOLR-4766: detect when maven war/jar has different contents (file name + size) from the corresponding binary release
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1476154 13f79535-47bb-0310-9956-ffa450edef68
2013-04-26 12:03:13 +00:00
Adrien Grand a03e38d5d0 LUCENE-4955: Fix NGramTokenizer and NGramTokenFilter, and remove them from TestRandomChains' exclusion list.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1476135 13f79535-47bb-0310-9956-ffa450edef68
2013-04-26 11:03:26 +00:00
Robert Muir 7cfcb26b92 SOLR-4761: add option to plug in mergedSegmentWarmer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1476026 13f79535-47bb-0310-9956-ffa450edef68
2013-04-26 02:18:25 +00:00
Michael McCandless c28b671ee4 fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1475920 13f79535-47bb-0310-9956-ffa450edef68
2013-04-25 19:27:05 +00:00
Michael McCandless 614199141f LUCENE-4738: only CheckIndex when the last commit is > segments_1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1475905 13f79535-47bb-0310-9956-ffa450edef68
2013-04-25 19:03:19 +00:00
Mark Robert Miller f3feb297d6 SOLR-4765: The new Collections API test deleteCollectionWithDownNodes fails often with a server 500 error.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1475869 13f79535-47bb-0310-9956-ffa450edef68
2013-04-25 17:46:52 +00:00
Michael McCandless 992dab017e LUCENE-4951: cutover another freq -> cost
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1471738 13f79535-47bb-0310-9956-ffa450edef68
2013-04-24 22:20:20 +00:00
Michael McCandless 5ba67e9c74 LUCENE-4952: put CHANGES entry in the right place
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1471733 13f79535-47bb-0310-9956-ffa450edef68
2013-04-24 22:16:37 +00:00
Michael McCandless 3bcd6d4da0 LUCENE-4952: add method to force DrillSideways to keep all sub-scorers on the doc being collected
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1471732 13f79535-47bb-0310-9956-ffa450edef68
2013-04-24 22:14:49 +00:00
Michael McCandless dacc7f0166 LUCENE-4951: DrillSideways now uses Scorer.cost() to decide which scorer impl to use
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1471705 13f79535-47bb-0310-9956-ffa450edef68
2013-04-24 21:43:57 +00:00
Michael McCandless 160438c43a fix typo in comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1471617 13f79535-47bb-0310-9956-ffa450edef68
2013-04-24 19:53:20 +00:00
Mark Robert Miller 7b783b312c SOLR-4756: Change some of our existing tests to use the new solr.xml format and core discovery by directory structure.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1471545 13f79535-47bb-0310-9956-ffa450edef68
2013-04-24 17:16:21 +00:00
Simon Willnauer 72721860fd LUCENE-4766: Added a PatternCaptureGroupTokenFilter that uses Java regexes to emit multiple tokens one for each capture group in one or more patterns
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1471347 13f79535-47bb-0310-9956-ffa450edef68
2013-04-24 10:21:04 +00:00
Mark Robert Miller ffbaa58de0 SOLR-4753: add assert so that tests fail when SolrCores are closed too many times
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1471114 13f79535-47bb-0310-9956-ffa450edef68
2013-04-23 19:44:52 +00:00
Shawn Heisey dea93395d0 SOLR-4547: Move logging of filenames on commit from INFO to DEBUG.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1471105 13f79535-47bb-0310-9956-ffa450edef68
2013-04-23 19:20:39 +00:00
Mark Robert Miller 03a855bac2 SOLR-4752: There are some minor bugs in the Collections API parameter validation.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1471091 13f79535-47bb-0310-9956-ffa450edef68
2013-04-23 18:48:45 +00:00
Uwe Schindler 8bf0797a22 LUCENE-4949: Make the version prefix ("SNAPSHOT") separately configurable to enable Jenkins use its BUILD_ID variable, cleanup code duplication
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470975 13f79535-47bb-0310-9956-ffa450edef68
2013-04-23 14:17:17 +00:00
Adrien Grand ad6b4ea88b LUCENE-4936: Improve numeric doc values compression (for dates especially).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470948 13f79535-47bb-0310-9956-ffa450edef68
2013-04-23 13:38:57 +00:00
Steven Rowe c8f3000300 SOLR-4729: LukeRequestHandler: Using a dynamic copyField source that is not also a dynamic field triggers error message 'undefined field: "(glob)"'
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470820 13f79535-47bb-0310-9956-ffa450edef68
2013-04-23 05:56:05 +00:00
David Wayne Smiley 383af5c085 LUCENE-4945: added some getters to CustomScoreQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470816 13f79535-47bb-0310-9956-ffa450edef68
2013-04-23 05:21:13 +00:00
Mark Robert Miller 16012cfd99 SOLR-4749: Record solrcloud attribs even when not in zk mode.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470772 13f79535-47bb-0310-9956-ffa450edef68
2013-04-23 01:21:32 +00:00
Mark Robert Miller 7a70a0d6a3 SOLR-4749: Fix a few issues.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470766 13f79535-47bb-0310-9956-ffa450edef68
2013-04-23 01:07:05 +00:00
Mark Robert Miller 33abacf125 SOLR-4749: Clean up and refactor CoreContainer code around solr.xml and SolrCore management.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470758 13f79535-47bb-0310-9956-ffa450edef68
2013-04-23 00:09:30 +00:00
Steven Rowe 7410b25972 SOLR-3251: TestManagedSchema: Explicitly close managed-schema FileInputStream so that Windows can delete the file in the @After-annotated method that cleans up the temp directory.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470723 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 21:25:52 +00:00
Michael McCandless 933fb1c3d0 factor out Asserting* from AssertingIndexSearcher
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470715 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 21:01:47 +00:00
Mark Robert Miller 168047c4ec SOLR-4749: Clean up and refactor CoreContainer code around solr.xml and SolrCore management.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470709 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 20:39:24 +00:00
Steven Rowe eed3533439 SOLR-3251: Wait longer before failing when modified schema doesn't show up right away
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470686 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 19:54:03 +00:00
Mark Robert Miller 898058005a SOLR-4749: Remove nocommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470678 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 19:41:07 +00:00
Mark Robert Miller 87e248f2d5 SOLR-4749: Clean up and refactor CoreContainer code around solr.xml and SolrCore management.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470674 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 19:35:10 +00:00
Robert Muir c5a5a77336 LUCENE-4948: Fix stinkbug in PostingsHighlighter (wrong array sizing on some jvms)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470642 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 18:09:46 +00:00
Robert Muir 13be62c316 SOLR-4738: Upgrade jetty to 8.1.10.v20130312
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470626 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 17:25:11 +00:00
Robert Muir 89b08baab7 SOLR-2079: Add option to pass HttpServletRequest in the SolrQueryRequest context map
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470614 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 16:44:16 +00:00
James Dyer a24f93e728 SOLR-4333: edismax to not double-escape colons if already escaped by client application
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470577 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 15:31:04 +00:00
Robert Muir 60ffa638b6 SOLR-4748: remove more bogus files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470563 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 15:00:35 +00:00
Robert Muir 79e22bd13a SOLR-4748: remove bogus files in licenses/ directory and fix the build to fail again when this happens
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470558 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 14:49:54 +00:00
Steven Rowe 28b7111dc7 SOLR-3251: Dynamically add fields to schema.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470539 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 14:26:55 +00:00
Yonik Seeley db21fb0bbd SOLR-4746: fix JSON output for distributed grouping top level
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470523 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 14:08:10 +00:00