Commit Graph

17664 Commits

Author SHA1 Message Date
Erik Hatcher c3bc304aaf SOLR-4991: Register QParserPlugins as SolrInfoMBeans
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501863 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 17:27:08 +00:00
Yonik Seeley 7f1765f1fa tests: use single quoted json for readability
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501809 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 15:54:35 +00:00
Mark Robert Miller 2310ab22f0 SOLR-5026: org.apache.solr.store.blockcache.BlockDirectoryTest.testRandomAccessWrites would pass a 0 to random#next on 0 file size
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501781 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 15:05:52 +00:00
Grant Ingersoll f007cde66d SOLR-5010: switch to lists for copy fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501715 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 10:55:38 +00:00
Uwe Schindler 46e83f7e60 SOLR-5022: Make the Maven build also automatically populate the tests.disableHdfs property by a build profile. Otherwise the maven build fails by default on Windows.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501678 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 08:51:17 +00:00
Koji Sekiguchi b3acba47e7 fix typo in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501639 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 03:39:13 +00:00
Uwe Schindler d36efc1fe1 SOLR-5022: Pass-through disableHdfs to Maven Surefire
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501595 13f79535-47bb-0310-9956-ffa450edef68
2013-07-09 22:41:48 +00:00
Adrien Grand 4adf7c5c10 LUCENE-5084: Move Elias-Fano encoding from Lucene 4.4 to 4.5...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501577 13f79535-47bb-0310-9956-ffa450edef68
2013-07-09 21:53:12 +00:00
Adrien Grand f3ca2faaf9 LUCENE-5084: EliasFanoDocIdSet.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501576 13f79535-47bb-0310-9956-ffa450edef68
2013-07-09 21:49:04 +00:00
Yonik Seeley 4617b8da89 tests: don't log expected exceptions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501498 13f79535-47bb-0310-9956-ffa450edef68
2013-07-09 19:50:34 +00:00
Yonik Seeley fd914505ea SOLR-5020: add DelegatingCollector.final()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501376 13f79535-47bb-0310-9956-ffa450edef68
2013-07-09 16:54:55 +00:00
Uwe Schindler 2734af0c56 SOLR-5022: Make it possible to disable HDFS tests on ANT command line (so ASF Jenkins can use it). Windows is disabled by default, too.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501278 13f79535-47bb-0310-9956-ffa450edef68
2013-07-09 14:08:48 +00:00
Steven Rowe e52e98e2f7 Add Lucene 4.5
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501091 13f79535-47bb-0310-9956-ffa450edef68
2013-07-09 05:12:38 +00:00
Steven Rowe 8ad221ee8e SOLR-5010: tweak CHANGES.txt entry to refer to full copyFields creation capabilities
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501054 13f79535-47bb-0310-9956-ffa450edef68
2013-07-09 03:46:11 +00:00
Grant Ingersoll 450854e0c5 SOLR-5010: clean up plus POST support on schema/copyfields
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501047 13f79535-47bb-0310-9956-ffa450edef68
2013-07-09 02:24:39 +00:00
Uwe Schindler b8858ab1ca Update svnkit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501011 13f79535-47bb-0310-9956-ffa450edef68
2013-07-08 23:19:37 +00:00
Uwe Schindler 16639538c4 Update build dependencies (Groovy, Pegdown)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501007 13f79535-47bb-0310-9956-ffa450edef68
2013-07-08 23:11:36 +00:00
Robert Muir 20a6de0241 SOLR-5012: optimize search with filter when filterCache is null
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501004 13f79535-47bb-0310-9956-ffa450edef68
2013-07-08 23:05:58 +00:00
Yonik Seeley 5b257ac4df SOLR-5019: don't modify original filter list
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1500903 13f79535-47bb-0310-9956-ffa450edef68
2013-07-08 19:39:42 +00:00
Uwe Schindler f092795fe9 LUCENE-5097: Analyzer now has an additional tokenStream(String fieldName, String text) method, so wrapping by StringReader for common use is no longer needed. This method uses an internal reuseable reader, which was previously only used by the Field class.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1500862 13f79535-47bb-0310-9956-ffa450edef68
2013-07-08 17:55:48 +00:00
Grant Ingersoll 33d014f3aa SOLR-5010: add copy field support to the REST API
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1500737 13f79535-47bb-0310-9956-ffa450edef68
2013-07-08 14:00:23 +00:00
Shalin Shekhar Mangar 6e638c8460 SOLR-4978: Time is stripped from datetime column when imported into Solr date field if convertType=true
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1500666 13f79535-47bb-0310-9956-ffa450edef68
2013-07-08 11:30:40 +00:00
Shalin Shekhar Mangar e98616b8f1 SOLR-4788: Multiple Entities DIH delta import: dataimporter.[entityName].last_index_time is empty
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1500652 13f79535-47bb-0310-9956-ffa450edef68
2013-07-08 11:11:58 +00:00
Erick Erickson 89ea939a4a Fix broken test checked in with SOLR-4982
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1500354 13f79535-47bb-0310-9956-ffa450edef68
2013-07-07 02:25:49 +00:00
Alan Woodward 1402e51c70 Move SOLR-4948 CHANGES.txt entry to 4.4
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1500316 13f79535-47bb-0310-9956-ffa450edef68
2013-07-06 19:30:36 +00:00
Erick Erickson 3b640360fd Fix for SOLR-4982, creating cores with sysprops does not dereference them properly
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1500284 13f79535-47bb-0310-9956-ffa450edef68
2013-07-06 14:45:47 +00:00
Uwe Schindler 0f3e2dd245 Fix broken generics
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1500243 13f79535-47bb-0310-9956-ffa450edef68
2013-07-06 11:48:02 +00:00
Robert Muir f549dc94ff improve variable name
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1500181 13f79535-47bb-0310-9956-ffa450edef68
2013-07-06 00:44:19 +00:00
Uwe Schindler f134d0856b SOLR-5009: CHANGES.txt now only list SOLR-5009 as part of SOLR-4948
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1500166 13f79535-47bb-0310-9956-ffa450edef68
2013-07-05 23:15:07 +00:00
Uwe Schindler 852b1c79f3 SOLR-5009: fix issue number
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1500157 13f79535-47bb-0310-9956-ffa450edef68
2013-07-05 22:56:45 +00:00
Uwe Schindler 568f6a398a SOLR-5009: Don't create multiple SolrResourceLoaders for same Solr home, wasting resources and slowing down startup. This fixes the problem where the loader was not correctly closed, making tests fail on Windows.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1500156 13f79535-47bb-0310-9956-ffa450edef68
2013-07-05 22:45:28 +00:00
Robert Muir a278bb6628 SOLR-5002: optimize numDocs(Query,DocSet) when filterCache is null
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1500102 13f79535-47bb-0310-9956-ffa450edef68
2013-07-05 19:03:16 +00:00
Grant Ingersoll b119be488a SOLR-5003: add rowidOffset as well
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1500097 13f79535-47bb-0310-9956-ffa450edef68
2013-07-05 18:51:16 +00:00
Grant Ingersoll 218856ac6d SOLR-5003: add rowid (line number) option to CSV Loader
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1500046 13f79535-47bb-0310-9956-ffa450edef68
2013-07-05 15:30:42 +00:00
Uwe Schindler 18cc36851f LUCENE-5086: RamUsageEstimator now uses official Java 7 API or a proprietary Oracle Java 6 API to get Hotspot MX bean, preventing AWT classes to be loaded on MacOSX
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1499935 13f79535-47bb-0310-9956-ffa450edef68
2013-07-05 08:28:55 +00:00
Mark Robert Miller a69b1b0e3d SOLR-5007: clean up resource management
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1499894 13f79535-47bb-0310-9956-ffa450edef68
2013-07-05 01:00:50 +00:00
Mark Robert Miller 40f9475570 SOLR-4916: Fix NOTICE - take Solr entry out of Lucene section
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1499842 13f79535-47bb-0310-9956-ffa450edef68
2013-07-04 18:55:06 +00:00
Mark Robert Miller 4083a005c5 nightly-smoke should fail right away if the python executable is not valid
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1499817 13f79535-47bb-0310-9956-ffa450edef68
2013-07-04 17:33:41 +00:00
Robert Muir c19abde3ee ignore jersey-cores sheistiness for now, its not in the war
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1499795 13f79535-47bb-0310-9956-ffa450edef68
2013-07-04 16:06:40 +00:00
Shalin Shekhar Mangar dcbc79ce15 SOLR-4693: A "deleteshard" collections API that unloads all replicas of a given shard and then removes it from the cluster state. It will remove only those shards which are INACTIVE or have no range (created for custom sharding).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1499655 13f79535-47bb-0310-9956-ffa450edef68
2013-07-04 05:04:21 +00:00
Grant Ingersoll 969c50b403 slight tweak to properly handle IntelliJ module files in sub dirs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1499620 13f79535-47bb-0310-9956-ffa450edef68
2013-07-04 02:17:09 +00:00
Steven Rowe e76d6599d9 SOLR-5000: ManagedIndexSchema doesn't persist uniqueKey tag after calling addFields method
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1499578 13f79535-47bb-0310-9956-ffa450edef68
2013-07-03 22:07:51 +00:00
Dawid Weiss d23f0887e6 LUCENE-5089: updated tag split character to be either + or |.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1499533 13f79535-47bb-0310-9956-ffa450edef68
2013-07-03 19:32:41 +00:00
Mark Robert Miller 7dc5d67fe4 SOLR-4916: Merge out separate hdfs solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1499472 13f79535-47bb-0310-9956-ffa450edef68
2013-07-03 16:49:04 +00:00
Steven Rowe df8e15a93b SOLR-4986: Tika upgrade to 1.4: Maven configuration: rename asm:asm exclusion under tika-parsers to org.ow2.asm:asm-debug-all, to block transitive dep on the renamed artifact.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1499463 13f79535-47bb-0310-9956-ffa450edef68
2013-07-03 16:26:33 +00:00
Michael McCandless 4c23c1f1f4 add TODO
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1499439 13f79535-47bb-0310-9956-ffa450edef68
2013-07-03 15:18:39 +00:00
Robert Muir e75fb1287a add tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1499422 13f79535-47bb-0310-9956-ffa450edef68
2013-07-03 14:39:06 +00:00
Jan Høydahl 80da8cfb15 LUCENE-5013: ScandinavianFoldingFilterFactory and ScandinavianNormalizationFilterFactory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1499409 13f79535-47bb-0310-9956-ffa450edef68
2013-07-03 13:59:22 +00:00
Jan Høydahl 7ed1d0c047 LUCENE-5013: Revert bad commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1499392 13f79535-47bb-0310-9956-ffa450edef68
2013-07-03 13:28:18 +00:00
Jan Høydahl ca6648b227 LUCENE-5013: ScandinavianFoldingFilterFactory and ScandinavianNormalizationFilterFactory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1499382 13f79535-47bb-0310-9956-ffa450edef68
2013-07-03 13:09:33 +00:00