Commit Graph

128 Commits

Author SHA1 Message Date
Chris M. Hostetter 972e53c413 SOLR-2377: fix test/example configs that use a bad meme in dataDir
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1072397 13f79535-47bb-0310-9956-ffa450edef68
2011-02-19 17:09:45 +00:00
Chris M. Hostetter 3b9482440b SOLR-2116: Fix TikaConfig classloader bug in TikaEntityProcessor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1072232 13f79535-47bb-0310-9956-ffa450edef68
2011-02-19 01:49:10 +00:00
Chris M. Hostetter d279ff8251 this test was missing @Test, and wasn't actually checking any fields were added
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1072230 13f79535-47bb-0310-9956-ffa450edef68
2011-02-19 01:33:12 +00:00
Yonik Seeley 77258e59ac SOLR-2365: Move DIH jars out of solr.war
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1072127 13f79535-47bb-0310-9956-ffa450edef68
2011-02-18 20:16:07 +00:00
Robert Muir d964adafe9 SOLR-2367: use ignoreException for DIH tests that expect exceptions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1071594 13f79535-47bb-0310-9956-ffa450edef68
2011-02-17 12:26:11 +00:00
Yonik Seeley 4dd86bf8ab SOLR-1191: fix DIH deltaQyery when pk has prefix, change NPE to better error reporting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1071435 13f79535-47bb-0310-9956-ffa450edef68
2011-02-16 23:01:41 +00:00
Robert Muir 25177837b0 SOLR-2367: DataImportHandler unit tests are very noisy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1071417 13f79535-47bb-0310-9956-ffa450edef68
2011-02-16 21:56:34 +00:00
Mark Robert Miller 0da6f25e6b SOLR-1992: Remove abortOnConfigurationError from example solrconfig.xml as it no longer has any affect
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1071242 13f79535-47bb-0310-9956-ffa450edef68
2011-02-16 13:39:48 +00:00
Koji Sekiguchi 4eb6319382 SOLR-2129: fix the name of uima update processor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1070185 13f79535-47bb-0310-9956-ffa450edef68
2011-02-13 03:29:09 +00:00
Koji Sekiguchi 7caa47e48b SOLR-2129: add note for AlchemyAPI and Calais to uima README.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1070183 13f79535-47bb-0310-9956-ffa450edef68
2011-02-13 02:45:11 +00:00
Shai Erera ece1524805 LUCENE-2609: Generate jar containing test classes (trunk)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1067738 13f79535-47bb-0310-9956-ffa450edef68
2011-02-06 19:48:54 +00:00
Koji Sekiguchi a3dbc97978 LUCENE-2894: Use google-code-prettify for syntax highlighting in javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1067551 13f79535-47bb-0310-9956-ffa450edef68
2011-02-05 23:36:32 +00:00
Uwe Schindler 783c8fd7b5 More charset violations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1067163 13f79535-47bb-0310-9956-ffa450edef68
2011-02-04 12:27:16 +00:00
Uwe Schindler 0188da6a73 Fix lots of default charset violations in Solr caused by String.getBytes() and IOUtils.toString() [and others]
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1067160 13f79535-47bb-0310-9956-ffa450edef68
2011-02-04 12:01:49 +00:00
Robert Muir d087701cd6 SOLR-1916: add locale/timezone warning
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1065891 13f79535-47bb-0310-9956-ffa450edef68
2011-02-01 02:08:35 +00:00
Robert Muir d1a5ca1460 add missing @Override and @Deprecated annotations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1065304 13f79535-47bb-0310-9956-ffa450edef68
2011-01-30 15:10:15 +00:00
Steven Rowe 1b44e0b9a5 added support for maven artifact generation of the new Solr UIMA contrib; the top-level get-maven-poms target now forces copying of all of the source pom.xml files, even if the source is not newer than the target files, so that version changes will always take effect when specified through the -Dversion ant cmdline option
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1062936 13f79535-47bb-0310-9956-ffa450edef68
2011-01-24 19:33:14 +00:00
Robert Muir 6c05d94c93 SOLR-2129: Provide a Solr module for dynamic metadata extraction/indexing with Apache UIMA
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1062604 13f79535-47bb-0310-9956-ffa450edef68
2011-01-24 01:58:00 +00:00
Koji Sekiguchi 741882bcb1 SOLR-2330, SOLR-1992: due to solrconfig.xml files in example-DIH are broken, DIH sample cannot be launched. add luceneMatchVersion, remove abortOnConfigurationError, DisMaxRequestHandler etc.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1062314 13f79535-47bb-0310-9956-ffa450edef68
2011-01-23 03:39:07 +00:00
Steven Rowe 74360c80f5 LUCENE-2657: Replace Maven POM templates with full POMs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1061613 13f79535-47bb-0310-9956-ffa450edef68
2011-01-21 03:44:13 +00:00
Uwe Schindler 460fa90564 LUCENE-2374: Added Attribute reflection API: It's now possible to inspect the contents of AttributeImpl and AttributeSource using a well-defined API
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1061039 13f79535-47bb-0310-9956-ffa450edef68
2011-01-19 22:41:16 +00:00
Robert Muir 5fac196404 SOLR-2269: contrib entries in solr/CHANGES.txt should go solr/contrib/*/CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1060057 13f79535-47bb-0310-9956-ffa450edef68
2011-01-17 19:51:01 +00:00
Robert Muir 56026e37a2 SOLR-1930: remove analysis API deprecations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1059901 13f79535-47bb-0310-9956-ffa450edef68
2011-01-17 12:34:39 +00:00
Koji Sekiguchi 12a35431a9 SOLR-2282: fix concurrency for distributed search test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1059426 13f79535-47bb-0310-9956-ffa450edef68
2011-01-16 00:12:58 +00:00
Simon Willnauer 05565c3b29 fixed testcases which failed with -Dtests.multiplier > 1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1058547 13f79535-47bb-0310-9956-ffa450edef68
2011-01-13 13:37:26 +00:00
Koji Sekiguchi 3478bb9358 SOLR-2282: use solr home properly in the test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1058393 13f79535-47bb-0310-9956-ffa450edef68
2011-01-13 02:39:35 +00:00
Koji Sekiguchi a0249fe9d1 SOLR-2282: revert the previous commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1058180 13f79535-47bb-0310-9956-ffa450edef68
2011-01-12 15:20:22 +00:00
Koji Sekiguchi ed6c358386 SOLR-2282: rename solr-clustering to solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1058162 13f79535-47bb-0310-9956-ffa450edef68
2011-01-12 14:58:49 +00:00
Koji Sekiguchi db175cce71 SOLR-2310: getTimeElapsedSince() returns incorrect hour value when the elapse is over 60 hours
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1057221 13f79535-47bb-0310-9956-ffa450edef68
2011-01-10 14:51:13 +00:00
Koji Sekiguchi 2e03681712 SOLR-2296: Upgrade Carrot2 binaries to version 3.4.2
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1057149 13f79535-47bb-0310-9956-ffa450edef68
2011-01-10 10:58:57 +00:00
Robert Muir 05a4d05c77 SOLR-2303: remove unnecessary (and problematic) log4j jars in contribs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054405 13f79535-47bb-0310-9956-ffa450edef68
2011-01-02 13:42:03 +00:00
Steven Rowe 039d75fc9e LUCENE-2611: removing solr/contrib/analysis-extras/src/test/test-files/ after copying it up one level
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054375 13f79535-47bb-0310-9956-ffa450edef68
2011-01-02 10:04:00 +00:00
Steven Rowe c1c09c7776 LUCENE-2611: Re-sync IntelliJ config in dev-tools/idea/; Move both solr/src/test/test-files/ and solr/contrib/analysis-extras/src/test/test-files/ up one level; Set the IntelliJ Java language level on all Solr modules to 6.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054374 13f79535-47bb-0310-9956-ffa450edef68
2011-01-02 10:01:17 +00:00
Yonik Seeley 691e982dce tests: supress exception
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054166 13f79535-47bb-0310-9956-ffa450edef68
2010-12-31 20:35:23 +00:00
Robert Muir cf43718bca SOLR-2299: enforce resource handling, prevent test interference by running in a jvm-unique CWD (under build/, same as tempDir)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054164 13f79535-47bb-0310-9956-ffa450edef68
2010-12-31 20:17:20 +00:00
Yonik Seeley 9f72957010 SOLR-1930: remove SolrCore deprecations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054149 13f79535-47bb-0310-9956-ffa450edef68
2010-12-31 17:50:45 +00:00
Yonik Seeley 582fc07370 SOLR-1930: add SolrQueryRequest to UpdateCommand
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1053965 13f79535-47bb-0310-9956-ffa450edef68
2010-12-30 18:27:27 +00:00
Robert Muir 8696f549d4 LUCENE-2020: Remove unused imports
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1052926 13f79535-47bb-0310-9956-ffa450edef68
2010-12-26 19:16:42 +00:00
Yonik Seeley 36aab2d41c SOLR-1930: remove solr deprecations - add.overwritePending/overwriteCommitted/allowDups
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1052924 13f79535-47bb-0310-9956-ffa450edef68
2010-12-26 19:11:38 +00:00
Yonik Seeley 42f25e65e0 SOLR-1930: remove solr deprecations - delete.fromCommitted/fromPending
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1052905 13f79535-47bb-0310-9956-ffa450edef68
2010-12-26 15:48:55 +00:00
Yonik Seeley b8026f5fd4 tests: remove deprecations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1052743 13f79535-47bb-0310-9956-ffa450edef68
2010-12-25 02:51:46 +00:00
Koji Sekiguchi 9b4e4a608e SOLR-2296: still failing on hudson - reverted
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1052436 13f79535-47bb-0310-9956-ffa450edef68
2010-12-24 03:03:32 +00:00
Koji Sekiguchi 8ad3dec80b SOLR-2296: Upgrade Carrot2 binaries to version 3.4.2
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1052416 13f79535-47bb-0310-9956-ffa450edef68
2010-12-24 00:03:54 +00:00
Robert Muir 0df0e9ff1d SOLR-2282: disable failing test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1051872 13f79535-47bb-0310-9956-ffa450edef68
2010-12-22 12:27:06 +00:00
Koji Sekiguchi 2c859ba49b SOLR-2282: add distributed support to search results clustering
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1051715 13f79535-47bb-0310-9956-ffa450edef68
2010-12-22 00:46:47 +00:00
Koji Sekiguchi 3474026904 javadoc for DIH
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1044561 13f79535-47bb-0310-9956-ffa450edef68
2010-12-11 02:19:58 +00:00
Koji Sekiguchi 995abebdec javadoc in DIH
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1042315 13f79535-47bb-0310-9956-ffa450edef68
2010-12-05 11:12:52 +00:00
Robert Muir f87ca310ec LUCENE-2797: Upgrade icu to 4.6
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1042185 13f79535-47bb-0310-9956-ffa450edef68
2010-12-04 14:08:03 +00:00
Robert Muir 836873d779 SOLR-2259: use $tests.luceneMatchVersion in all test files, make this parameter mandatory in trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1040982 13f79535-47bb-0310-9956-ffa450edef68
2010-12-01 12:37:01 +00:00
Grant Ingersoll ef762e6046 SOLR-2241: upgrade to Tika 0.8
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1040815 13f79535-47bb-0310-9956-ffa450edef68
2010-11-30 22:33:30 +00:00