Commit Graph

665 Commits

Author SHA1 Message Date
Alan Woodward 5a42052fba SOLR-4914: Factor out core discovery and persistence logic
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1502276 13f79535-47bb-0310-9956-ffa450edef68
2013-07-11 16:35:01 +00:00
Steven Rowe b2bc345a60 SOLR-4916: Move MiniDfsCluster test dependencies from solr test-framework to solr-core; download solr-core test dependencies to solr/core/test-lib/ instead of solr/core/lib/; download DIH test dependencies to solr/contrib/dataimporthandler/test-lib instead of [...]/lib/
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1502105 13f79535-47bb-0310-9956-ffa450edef68
2013-07-11 04:03:24 +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
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
Dawid Weiss efc6826ed8 LUCENE-5089: Update to Morfologik 1.6.0. MorfologikAnalyzer and MorfologikFilter no longer support multiple "dictionaries" as there is only one dictionary available.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1499352 13f79535-47bb-0310-9956-ffa450edef68
2013-07-03 12:14:50 +00:00
Jan Høydahl e2fc82a978 SOLR-4986: Upgrade to Tika 1.4
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1499338 13f79535-47bb-0310-9956-ffa450edef68
2013-07-03 11:49:59 +00:00
Alan Woodward f38c5163cc SOLR-4948: Tidy up CoreContainer construction logic
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1498990 13f79535-47bb-0310-9956-ffa450edef68
2013-07-02 15:50:49 +00:00
Jan Høydahl 42b3251408 SOLR-4412: LanguageIdentifier lcmap for language field
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1498959 13f79535-47bb-0310-9956-ffa450edef68
2013-07-02 14:38:47 +00:00
Chris M. Hostetter be9bf006c2 SOLR-4942: test improvements to randomize use of compound files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1495668 13f79535-47bb-0310-9956-ffa450edef68
2013-06-22 06:00:18 +00:00
Shalin Shekhar Mangar 14d7d11d59 SOLR-4920: JdbcDataSource incorrectly suppresses exceptions when retrieving a connection from a JNDI context and falls back to trying to use DriverManager to obtain a connection. Additionally, if a SQLException is thrown while initializing a connection, such as in setAutoCommit(), the connection will not be closed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1492537 13f79535-47bb-0310-9956-ffa450edef68
2013-06-13 06:47:47 +00:00
Tommaso Teofili eee9bd713f SOLR-4865 - improved UIMA URP logging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1486792 13f79535-47bb-0310-9956-ffa450edef68
2013-05-28 07:35:33 +00:00
Adrien Grand fa76c30147 LUCENE-4963: Completely remove deprecated options in 5.0.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1479171 13f79535-47bb-0310-9956-ffa450edef68
2013-05-04 20:25:51 +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
Shalin Shekhar Mangar ccf99d3e6c SOLR-4530: DIH: Provide configuration to use Tika's IdentityHtmlMapper
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1465879 13f79535-47bb-0310-9956-ffa450edef68
2013-04-09 04:40:12 +00:00
Robert Muir 29b5142e79 LUCENE-4877: throw exception for invalid arguments in analysis factories
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1463191 13f79535-47bb-0310-9956-ffa450edef68
2013-04-01 16:30:00 +00:00
Steven Rowe b1e4ba6843 SOLR-4658: In preparation for REST API requests that can modify the schema, a "managed schema" is introduced.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1463182 13f79535-47bb-0310-9956-ffa450edef68
2013-04-01 16:16:03 +00:00
Robert Muir abea806409 SOLR-4641: Schema should throw exceptoin on illegal field parameters
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1462502 13f79535-47bb-0310-9956-ffa450edef68
2013-03-29 15:46:58 +00:00
Uwe Schindler bf368745b9 SOLR-4634: Fix scripting engine tests to work with Java 8's "Nashorn" Javascript implementation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1460069 13f79535-47bb-0310-9956-ffa450edef68
2013-03-23 00:53:25 +00:00
Uwe Schindler 9a54942863 LUCENE-4747: Fix nocommits
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1457747 13f79535-47bb-0310-9956-ffa450edef68
2013-03-18 13:07:24 +00:00
Uwe Schindler 6231597974 LUCENE-4747: Move to Java 7 in trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1457734 13f79535-47bb-0310-9956-ffa450edef68
2013-03-18 12:28:52 +00:00
James Dyer e9f2108093 SOLR-4361: DIH to allow handler parameters with dots in the name
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1455245 13f79535-47bb-0310-9956-ffa450edef68
2013-03-11 17:37:17 +00:00
Mark Robert Miller a8ce23b445 SOLR-4416: Upgrade to Tika 1.3.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452499 13f79535-47bb-0310-9956-ffa450edef68
2013-03-04 20:39:36 +00:00
Dawid Weiss 2080245c8d SOLR-4259: Carrot2 dependency should be declared on the mini version, not the core.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452220 13f79535-47bb-0310-9956-ffa450edef68
2013-03-04 09:30:00 +00:00
Erik Hatcher 13fc322cf0 SOLR-2856: Fix schema (scheam) typo in test configurations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1449211 13f79535-47bb-0310-9956-ffa450edef68
2013-02-22 20:52:17 +00:00
Erik Hatcher 1082bf8a71 SOLR-2470: Added more tests for VelocityResponseWriter (merged from lucene_4x r1449183)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1449188 13f79535-47bb-0310-9956-ffa450edef68
2013-02-22 19:57:47 +00:00
Steven Rowe 83fa975ae9 LUCENE-4789: fix typos
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1448400 13f79535-47bb-0310-9956-ffa450edef68
2013-02-20 20:53:46 +00:00
Tommaso Teofili 80430f5f62 LUCENE-4749 - added sample conf in solr/contrib/uima too
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1442112 13f79535-47bb-0310-9956-ffa450edef68
2013-02-04 13:41:06 +00:00
Jan Høydahl d6317b5e68 SOLR-3967: langid.enforceSchema option checks source field instead of target field
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1440226 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 00:26:39 +00:00
Mark Robert Miller 529af9a0bb tests: remove these annoying svn sub properties from config files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1440069 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 19:23:45 +00:00
Chris M. Hostetter 5dbcae4cd3 SOLR-4342: Fix DataImportHandler stats to be a prper Map
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1439536 13f79535-47bb-0310-9956-ffa450edef68
2013-01-28 18:03:26 +00:00
James Dyer f8c00c1f85 SOLR-4325: fix TestBuiltInEvaluators
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1438597 13f79535-47bb-0310-9956-ffa450edef68
2013-01-25 17:20:22 +00:00
Uwe Schindler 4be9caa5b2 Disable solr fails!
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1435628 13f79535-47bb-0310-9956-ffa450edef68
2013-01-19 18:11:42 +00:00
Dawid Weiss b0cba0346b SOLR-4288: Improve logging for FileDataSource (basePath, relative resources).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1433849 13f79535-47bb-0310-9956-ffa450edef68
2013-01-16 08:22:03 +00:00
Steven Rowe 56b62c1ddb SOLR-4287: Removed "apache-" prefix from Solr distribution and artifact filenames.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1432483 13f79535-47bb-0310-9956-ffa450edef68
2013-01-12 17:51:57 +00:00
Erick Erickson faad008d7f removed println
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1432058 13f79535-47bb-0310-9956-ffa450edef68
2013-01-11 14:11:56 +00:00
Shalin Shekhar Mangar f41e563d7d SOLR-4112: Fixed DataImportHandler ZKAwarePropertiesWriter implementation so
import works fine with SolrCloud clusters

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1432045 13f79535-47bb-0310-9956-ffa450edef68
2013-01-11 13:38:23 +00:00
James Dyer 2a1e68e504 SOLR-2201: DIH "formatDate" evaluator timezone support
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429957 13f79535-47bb-0310-9956-ffa450edef68
2013-01-07 18:54:21 +00:00
Dawid Weiss 0d05a14bd6 SOLR-4106: Javac/ ivy path warnings with morfologik fixed by updating to Morfologik 1.5.5 (no functional changes).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1428823 13f79535-47bb-0310-9956-ffa450edef68
2013-01-04 12:42:00 +00:00
Stanisław Osiński ed09a998b6 SOLR-4253: Misleading resource loading warning from Carrot2 clustering component fixed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1427755 13f79535-47bb-0310-9956-ffa450edef68
2013-01-02 12:06:49 +00:00
Stanisław Osiński bf412aa62c SOLR-3279: upgrade Carrot2 to version 3.6.2
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1427747 13f79535-47bb-0310-9956-ffa450edef68
2013-01-02 11:41:19 +00:00
James Dyer 69383cb079 SOLR-4247: fix bug with TestSimplePropertiesWriter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1427215 13f79535-47bb-0310-9956-ffa450edef68
2012-12-31 18:30:41 +00:00
Erik Hatcher fcc4d6f01a SOLR-3735: Relocate the example mime-to-extension mapping, and upgrade Velocity Engine to 1.7
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1426716 13f79535-47bb-0310-9956-ffa450edef68
2012-12-29 08:41:53 +00:00
Mark Robert Miller f5b5d3e17f SOLR-4204: Make SolrCloud tests more friendly to FreeBSD blackhole 2 environments.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1422728 13f79535-47bb-0310-9956-ffa450edef68
2012-12-17 00:38:03 +00:00
Uwe Schindler a9e41d20a3 SOLR-4195: Further restrict security policy of tests to disallow writing to files outside the test's work dir (e.g. disallow writing to build/test-files)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1422368 13f79535-47bb-0310-9956-ffa450edef68
2012-12-15 21:50:57 +00:00
Tommaso Teofili 7e7bfe1f4d [SOLR-3902] - minor fixes (imports / warnings)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1421108 13f79535-47bb-0310-9956-ffa450edef68
2012-12-13 07:58:27 +00:00
Uwe Schindler 5a34f6a5c9 TestSolrEntityProcessorEndToEnd: Fix getFile() again and fix possible bugs created by non-test-local target SOLR_HOME.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1421045 13f79535-47bb-0310-9956-ffa450edef68
2012-12-12 23:50:50 +00:00
Uwe Schindler a162f36d04 Further simplify this test (see previous commit)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1421031 13f79535-47bb-0310-9956-ffa450edef68
2012-12-12 22:38:56 +00:00
Uwe Schindler bcd26aca7a Rewrite TestSolrEntityProcessorEndToEnd.testFullImportWrongSolrUrl to use a non-blocking, non-blackhole remote address when testing unreachable remote Solr server to import from
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1421026 13f79535-47bb-0310-9956-ffa450edef68
2012-12-12 22:22:05 +00:00
Uwe Schindler 9a74a588da Hopefully fix the forever hanging DIH test in Maven builds, because it depends on CWD, which is different on Maven builds...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1420908 13f79535-47bb-0310-9956-ffa450edef68
2012-12-12 18:45:56 +00:00
Shai Erera e2f54df3ca fix missing Overrides
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1420195 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11 14:31:01 +00:00
James Dyer b134c54a4e fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418606 13f79535-47bb-0310-9956-ffa450edef68
2012-12-08 06:25:47 +00:00
James Dyer 330a570fc6 fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418500 13f79535-47bb-0310-9956-ffa450edef68
2012-12-07 21:56:56 +00:00
James Dyer 58cde699ad remove duplicate code from test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417636 13f79535-47bb-0310-9956-ffa450edef68
2012-12-05 20:36:03 +00:00
James Dyer 5b1d05c6ab reduce noise on TestSqlEntityProcessorDelta
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417632 13f79535-47bb-0310-9956-ffa450edef68
2012-12-05 20:29:40 +00:00
Uwe Schindler 91240881de Fix the tests.jvms override in some modules so the user (e.g., Jenkins) cannot override it
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417622 13f79535-47bb-0310-9956-ffa450edef68
2012-12-05 20:15:11 +00:00
James Dyer 987acc6ccc make test noisy to help debug failures
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417058 13f79535-47bb-0310-9956-ffa450edef68
2012-12-04 17:45:40 +00:00
James Dyer d3d4ee84cd ignore this test for now
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417019 13f79535-47bb-0310-9956-ffa450edef68
2012-12-04 16:28:01 +00:00
James Dyer 87b1a93a77 git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1416977 13f79535-47bb-0310-9956-ffa450edef68 2012-12-04 15:04:35 +00:00
James Dyer 5aacb271b2 ignore this test for now
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1415904 13f79535-47bb-0310-9956-ffa450edef68
2012-12-01 01:40:11 +00:00
James Dyer 01cfcca8a6 SOLR-2141 / SOLR-4047 / SOLR-3842 - remove tabs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1414259 13f79535-47bb-0310-9956-ffa450edef68
2012-11-27 16:49:21 +00:00
James Dyer 9c1d89fe1b SOLR-2141 / SOLR-4047 / SOLR-3842 - fix problems with VariableResolver, better test coverage
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1414242 13f79535-47bb-0310-9956-ffa450edef68
2012-11-27 16:12:26 +00:00
James Dyer af004fd22b SOLR-4086: fix trivial test mistake
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1413729 13f79535-47bb-0310-9956-ffa450edef68
2012-11-26 17:11:20 +00:00
James Dyer 012c260973 SOLR-1916: reinstate @Ignore'ed test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1413684 13f79535-47bb-0310-9956-ffa450edef68
2012-11-26 15:36:46 +00:00
James Dyer 84b624f028 SOLR-2045: workaround for Locales not supported by Derby
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1412262 13f79535-47bb-0310-9956-ffa450edef68
2012-11-21 19:59:56 +00:00
James Dyer 925dcb80bd SOLR-4095: fix silly bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411887 13f79535-47bb-0310-9956-ffa450edef68
2012-11-20 21:23:56 +00:00
James Dyer 01ffd5b4b4 SOLR-1916: DIH - fix remaining forbidden apis & remove build-time exclusion
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411820 13f79535-47bb-0310-9956-ffa450edef68
2012-11-20 19:48:54 +00:00
James Dyer 1f47a886a3 SOLR-4096: FileDataSource & FieldReaderDataSource to default to UTF-8 charset
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411812 13f79535-47bb-0310-9956-ffa450edef68
2012-11-20 19:38:52 +00:00
James Dyer 0eab30da1d SOLR-4095: NumberFormatTransformer & DateFormatTransformer default to the Root Locale
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411757 13f79535-47bb-0310-9956-ffa450edef68
2012-11-20 17:40:57 +00:00
James Dyer 58a8e8be6b SOLR-4086: fix TestVariableResolver
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411370 13f79535-47bb-0310-9956-ffa450edef68
2012-11-19 19:50:50 +00:00
James Dyer 7d67fc2dc8 SOLR-4086: fix residual problems with DateFormatEvaluator
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411366 13f79535-47bb-0310-9956-ffa450edef68
2012-11-19 19:43:52 +00:00
James Dyer 6f572b5033 SOLR-4086: fix TestVariableResolver
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411357 13f79535-47bb-0310-9956-ffa450edef68
2012-11-19 19:18:04 +00:00
James Dyer 743fc1081c SOLR-4086: fix dateformat evaluator unit test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411334 13f79535-47bb-0310-9956-ffa450edef68
2012-11-19 17:58:06 +00:00
James Dyer 11071d5631 SOLR-4086: remove tabs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411304 13f79535-47bb-0310-9956-ffa450edef68
2012-11-19 16:54:24 +00:00
James Dyer 26e0f02214 SOLR-4086: Refactor DIH - VariableResolver & Evaluator
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411276 13f79535-47bb-0310-9956-ffa450edef68
2012-11-19 16:23:50 +00:00
James Dyer 3e45aec329 SOLR-4051: Configurable DIH Property Writers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408873 13f79535-47bb-0310-9956-ffa450edef68
2012-11-13 18:30:51 +00:00
James Dyer b87c71a09b SOLR-2045: suppress creation of derby.log during test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408377 13f79535-47bb-0310-9956-ffa450edef68
2012-11-12 17:54:45 +00:00
James Dyer f8736aaf9a SOLR-2045: DIH doesn't release jdbc connections for some databases
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408364 13f79535-47bb-0310-9956-ffa450edef68
2012-11-12 17:33:00 +00:00
James Dyer 18ed36adac SOLR-3856: Improve tests for SqlEntityProcessor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407547 13f79535-47bb-0310-9956-ffa450edef68
2012-11-09 17:17:54 +00:00
James Dyer f57cdb8fc3 SOLR-3856: @Ignore Delta test while investigating Linux failures
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407140 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 15:51:48 +00:00
James Dyer f8be77c39b SOLR-3856: Better test failure output
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406698 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 16:20:25 +00:00
James Dyer 5461ef1ac1 SOLR-3856: Improve tests for SqlEntityProcessor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406231 13f79535-47bb-0310-9956-ffa450edef68
2012-11-06 17:24:40 +00:00
Chris M. Hostetter b6db7c76f1 SOLR-3904: progress adding package.html files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406204 13f79535-47bb-0310-9956-ffa450edef68
2012-11-06 16:17:50 +00:00
Robert Muir feddbabf80 fix and detect invalid html tags in javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1401947 13f79535-47bb-0310-9956-ffa450edef68
2012-10-25 01:57:46 +00:00
Chris M. Hostetter 01fdf8a0c8 SOLR-3966: Eliminate superfluous warning from LanguageIdentifierUpdateProcessor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1401340 13f79535-47bb-0310-9956-ffa450edef68
2012-10-23 16:23:02 +00:00
Tommaso Teofili 6dae6204f7 [SOLR-3902] - renamed the analysis tests to a single integration test rather than 2 unit tests (since tested sources are in lucene-analysis-uima)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1397454 13f79535-47bb-0310-9956-ffa450edef68
2012-10-12 06:55:02 +00:00
Tommaso Teofili 2e01a46f8c [SOLR-3902] - adding super constructor to FieldMappingException, adding final modifiers where possible, substituting StringBuffer with StringBuilder where possible, for each loops
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1397452 13f79535-47bb-0310-9956-ffa450edef68
2012-10-12 06:41:55 +00:00
Tommaso Teofili c65bdde36f [SOLR-3902] - moved SentimentAnnotation to DummySentimentAnnotation (to avoid cofusion), moved out FieldMappingException from a dedicated exception package
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391322 13f79535-47bb-0310-9956-ffa450edef68
2012-09-28 06:14:35 +00:00
Uwe Schindler f230486ce6 SOLR-3895, SOLR-3614: XML and XSLT UpdateRequestHandler should not try to resolve external entities; fix XML parsing in XPathEntityProcessor to correctly expand named entities, but ignore external entities
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1390921 13f79535-47bb-0310-9956-ffa450edef68
2012-09-27 10:10:42 +00:00
Robert Muir 798fd49a76 LUCENE-4409: implement javadocs linting with eclipse ecj compiler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1389188 13f79535-47bb-0310-9956-ffa450edef68
2012-09-24 02:56:46 +00:00
Robert Muir f025322f81 fix all malformed javadocs (@code/deprecated/param/returns/throws with no args)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1389133 13f79535-47bb-0310-9956-ffa450edef68
2012-09-23 19:54:23 +00:00
Robert Muir 486110d172 fix all remaining links: dih-extras links to dih, and fix public method taking pkg-private arg in dih
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr3733@1388151 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20 18:27:12 +00:00
Robert Muir 1eda7edf6a fix javadocs broken links: public methods taking pkg-private arguments are effectively pkg-private
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr3733@1388148 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20 18:10:46 +00:00
James Dyer 4130617f69 SOLR-3850: rename "cachePk" back to "cacheKey"
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1387681 13f79535-47bb-0310-9956-ffa450edef68
2012-09-19 17:12:39 +00:00
Erick Erickson 580b53efdd Fixes for SOLR-3846 (very long tests on OS X for TestReplicationHandler)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1387099 13f79535-47bb-0310-9956-ffa450edef68
2012-09-18 11:40:13 +00:00
Chris M. Hostetter 5399379a34 SOLR-3848: comments explaining workarround
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1386790 13f79535-47bb-0310-9956-ffa450edef68
2012-09-17 19:40:21 +00:00
Erick Erickson ded01621a4 Fix for LUCENE-4362, ban tabs-indent
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1386681 13f79535-47bb-0310-9956-ffa450edef68
2012-09-17 16:01:56 +00:00
Mark Robert Miller 4214846719 switch some of the localhost usage to 127.0.0.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1386639 13f79535-47bb-0310-9956-ffa450edef68
2012-09-17 14:46:02 +00:00
James Dyer 71a8203a06 SOLR-3791: CachedSqlEntityProcessor throws NPE when pk column is Null
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1384819 13f79535-47bb-0310-9956-ffa450edef68
2012-09-14 15:26:28 +00:00
James Dyer e312ee6bfa SOLR-3779: fix for DIH LineEntityProcessor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1384816 13f79535-47bb-0310-9956-ffa450edef68
2012-09-14 15:19:40 +00:00
Robert Muir fab19135fd fix some bad javadocs html, make AbstractPluginLoader actually readable
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1383034 13f79535-47bb-0310-9956-ffa450edef68
2012-09-10 18:48:08 +00:00
Yonik Seeley b34c9a9683 SOLR-3815: separate ZkNodeProps from Replica, change properties from String values to Object values
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1382621 13f79535-47bb-0310-9956-ffa450edef68
2012-09-10 02:14:50 +00:00
Robert Muir e96e4a62ef LUCENE-4361: prioritize test-classes first (for things like preflex-rw)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1380964 13f79535-47bb-0310-9956-ffa450edef68
2012-09-05 03:34:46 +00:00
Robert Muir 4c5696217e LUCENE-4361: fix broken classpaths in solr-dataimporthandler-extras
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1380960 13f79535-47bb-0310-9956-ffa450edef68
2012-09-05 03:31:41 +00:00
Uwe Schindler 12dddf2285 LUCENE-3312: Final merge before reintegrate
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3312@1379940 13f79535-47bb-0310-9956-ffa450edef68
2012-09-02 11:21:01 +00:00
Uwe Schindler 90e692e180 SOLR-3775: Add a test for Office 2003 file (.doc)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1379357 13f79535-47bb-0310-9956-ffa450edef68
2012-08-31 08:31:34 +00:00
Uwe Schindler bb6c2582d8 LUCENE-3312: Merged revision(s) 1373336-1374717 from lucene/dev/trunk:
test this cleaner, we don't need a nested test, just want to ensure MDW throws exception on close
........
SOLR-3730: Rollback is not implemented quite right and can cause corner case fails in SolrCloud tests.
........
SOLR-3690: Fixed binary release packages to include dependencies needed for the solr-test-framework
........
SOLR-2981: Fixed StatsComponent to no longer return duplicated information when requesting multiple stats.facet fields
........
SOLR-3690: need to copy the license + sha1 files to be included in solr artifacts
........
LUCENE-4308: don't delete a test's files if the test fails
........
LUCENE-4308: clean up imports, move below license
........
add more missing javadocs
........
javadocs
........
add hostContext to solr.xml by default
........
SOLR-2857: restore /update/json and /update/csv
........
improve javadocs
........
use assertEquals so we will see whats going on when this fails
........
added javadocs to SortedBytesMergeUtils public inner classes
........
added javadocs to SortedBytesMergeUtils public inner classes
........
fix javadocs
........
javadocs
........
Better verbosity, also fix bug in while loop with char==0.
I have one explanation for this: Maybe Apaches SVN server returns something (like error message) that's not UTF8?
........
javadocs
........
Fix bug in test by using a local file instead of HTTP URL. Also fix unclosed file in FileStream.getContentType(), remove dead code.
........
Don't use IOUtils in SolrJ! Sorry, hope maven build did not start in this time frame *g*
........
SOLR-3737: fix Stempel factory resource loading, use singleton instance
........
javadocs
........
enforce all lucene core classes have javadocs
........
LUCENE-4310: non-BMP characters were failing to match with MappingCharFilter
........
LUCENE-4310: revert ... new test is failing
........
LUCENE-4310: non-BMP characters were failing to match with MappingCharFilter
........
Rewrite the copying loop slightly; scratch.grow has an assert offset == 0
so moved this reset up before grow.
........
SOLR-3715: fix FastOutputStream, FastWriter when buffer sizes can change
........
license
........
SOLR-3691: SimplePostTool: Mode for indexing a web page
........
SOLR-3707: Upgrade Solr to Tika 1.2
........
SOLR-3691: Fixed javadocs-lint errors
........
use hasNext not .next() == null to detect empty iterator
........
2nd fix: The same problem had size()
........
Solr extraction contrib should have compile time dependency on lucene, not just test.
........
Fix javadocs of Fields.size(), use FilteredIterator from StoredFields branch. Return -1 for Fields.size() in FieldFilterAtomicReader. If this breaks some test, we found a bug and have to change test to respect -1 (which is valid return value)
........
Fix javadocs
........


git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3312@1374718 13f79535-47bb-0310-9956-ffa450edef68
2012-08-19 09:35:25 +00:00
Jan Høydahl 01cdc012a0 SOLR-3707: Upgrade Solr to Tika 1.2
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1374501 13f79535-47bb-0310-9956-ffa450edef68
2012-08-18 01:47:40 +00:00
Uwe Schindler 481c6d952d LUCENE-3312: Apply lucene-3312-patch-12a.patch
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3312@1372427 13f79535-47bb-0310-9956-ffa450edef68
2012-08-13 14:06:05 +00:00
Uwe Schindler 148d99cbbc LUCENE-3312: Merged revision(s) 1366639-1371131 from lucene/dev/trunk:
SOLR-3259: default /get to json
........
minor tweaks to update script example
........
LUCENE-4268: Rename ResourceAsStreamReasourceLoader to ClasspathResourceLoader, provide FilesystemResourceLoader, bug fixing
........
LUCENE-4268: Fix test bug
........
SOLR-3648: Fix Velocity template loading in SolrCloud mode
........
fix confusing IW infoStream message
........
Fix rawtypes warning in java 7 and 8, make the SuppressWarnings more local
........
Nicer solution to generic array creation (still problematic in Java 6, but correct in Java 7 if done this way)
........
Disable test failing with Java 8
........
Allow detecting of Java 8
........
LUCENE-4109: BooleanQueries are not parsed correctly with the flexible queryparser
........
LUCENE-4269: remove BalancedSegmentMergePolicy (use TieredMergePolicy instead)
........
LUCENE-4269: deprecate BalancedSegmentMergePolicy (use TieredMergePolicy instead)
........
LUCENE-4190: restrict allowed filenames to reduce risk of deleting non-lucene file from the index directory
........
fix the monkey: connection loss and expiration cause NPE
........
upgrade checkJavaDocs.py to python3
........
LUCENE-3884: Move ElisionFilter out of .fr package
........
fix encoding in javadocs checker
........
LUCENE-2501: fix thread hazard when threads add same field with different IndexOptions at the same time
........


git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3312@1371142 13f79535-47bb-0310-9956-ffa450edef68
2012-08-09 10:20:53 +00:00
Jan Høydahl 37153b5c34 SOLR-3439: Make SolrCell easier to use out of the box
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1369433 13f79535-47bb-0310-9956-ffa450edef68
2012-08-04 20:50:11 +00:00
James Dyer 386c8ddeac SOLR-2115: more flexible loading of DIH configuration
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1368993 13f79535-47bb-0310-9956-ffa450edef68
2012-08-03 14:45:20 +00:00
Chris M. Hostetter 4eb362c0b3 SOLR-3650: migrate DIH CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1368190 13f79535-47bb-0310-9956-ffa450edef68
2012-08-01 18:44:02 +00:00
Chris M. Hostetter 1cac548005 SOLR-3650: checkpoint, migrated CHANGES.txt for contrib/uima and contrib/extraction
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1367384 13f79535-47bb-0310-9956-ffa450edef68
2012-07-31 01:37:17 +00:00
Chris M. Hostetter 6961d9f589 SOLR-3650: checkpoint - merged in CHANGES.txt entries from contrib/analysis-extras contrib/langid contrib/clustering
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1367377 13f79535-47bb-0310-9956-ffa450edef68
2012-07-31 00:34:01 +00:00
Erik Hatcher eef6a6bec2 SOLR-3648: Fix Velocity template loading in SolrCloud mode
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366775 13f79535-47bb-0310-9956-ffa450edef68
2012-07-28 22:20:38 +00:00
Uwe Schindler 81cf4938ca LUCENE-3312: Merge up to trunk r1366638
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3312@1366643 13f79535-47bb-0310-9956-ffa450edef68
2012-07-28 11:27:51 +00:00
Uwe Schindler a536dbf6ed LUCENE-3312: Apply patch 8
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3312@1366638 13f79535-47bb-0310-9956-ffa450edef68
2012-07-28 10:56:46 +00:00
Robert Muir 6d2a288be3 LUCENE-4262: add ivy sync=true, so when resolve runs, only jars that should be there are there
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366509 13f79535-47bb-0310-9956-ffa450edef68
2012-07-27 19:18:49 +00:00
Robert Muir 78ca29ee09 LUCENE-4263: remove conflicting versions of the same jar dependencies
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366381 13f79535-47bb-0310-9956-ffa450edef68
2012-07-27 13:36:13 +00:00
Steven Rowe 5abc76ea42 LUCENE-3747: Support Unicode 6.1.0.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1365971 13f79535-47bb-0310-9956-ffa450edef68
2012-07-26 12:56:35 +00:00
Uwe Schindler 58a9b85ae0 LUCENE-4255: Remove more useless try..catch on IOException after ResourceLoader update
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1365956 13f79535-47bb-0310-9956-ffa450edef68
2012-07-26 11:51:14 +00:00
Uwe Schindler 6751eefb8e Merged revision(s) 1364862-1365482 from lucene/dev/trunk:
........
LUCENE-4044: add spi support to Tokenizer/CharFilter/TokenFilter factory
........
LUCENE-2510: apply movefactories.sh
........
LUCENE-4044: few steps closer to fixing compile
........
LUCENE-4044: add the rest for common/
........
LUCENE-4044: add services for kuromoji
........
LUCENE-4044: more factories and tests
........
LUCENE-4044: fix more compil
........
LUCENE-4044: fix some more tests
........
LUCENE-4197 rename CachedDistanceValueSource
........
LUCENE-4044: get analysis/common tests passing
........
improve zk tests vs blackhole
........
LUCENE-4044: get all lucene tests passing
........
LUCENE-4044: register phonetic factories
........
LUCENE-4245: Make IndexWriter#close() and MergeScheduler#close() non-interruptible
........
LUCENE-4044: port over icu module
........
LUCENE-4044: port over morfologik
........
LUCENE-4044: port over smartcn
........
LUCENE-4245: Addon: handle failures during flushing by enforcing CMS to stop
........
LUCENE-4044: port over stempel/uima
........
LUCENE-4044: port over synfilter
........
LUCENE-4245: better record interruption
........
fix reuse bug
........
simplify + improve test infra
........
LUCENE-4245: use IOUtils to close everything in finally block
........
LUCENE-4044: get solr tests working
........
LUCENE-4044: dont use instances just class names
........


git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene2510@1365483 13f79535-47bb-0310-9956-ffa450edef68
2012-07-25 08:10:27 +00:00
Robert Muir 5b1664349a LUCENE-4044: dont use instances just class names
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene2510@1365106 13f79535-47bb-0310-9956-ffa450edef68
2012-07-24 15:01:12 +00:00
Tommaso Teofili cb33194b37 [SOLR-2838] - applying Koji's patch plus aligning tests to use a SolrCore while building the update processor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1364940 13f79535-47bb-0310-9956-ffa450edef68
2012-07-24 08:59:19 +00:00
Robert Muir dfe9a8444a LUCENE-4044: port over stempel/uima
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene2510@1364905 13f79535-47bb-0310-9956-ffa450edef68
2012-07-24 06:08:49 +00:00
Robert Muir d4eb7f40b0 LUCENE-4044: port over smartcn
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene2510@1364900 13f79535-47bb-0310-9956-ffa450edef68
2012-07-24 05:45:59 +00:00
Robert Muir 274a48b0e0 LUCENE-4044: port over morfologik
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene2510@1364899 13f79535-47bb-0310-9956-ffa450edef68
2012-07-24 05:41:25 +00:00
Robert Muir e7b30a7d8d LUCENE-4044: port over icu module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene2510@1364897 13f79535-47bb-0310-9956-ffa450edef68
2012-07-24 05:27:52 +00:00
Robert Muir ca658fd75d LUCENE-4044: fix more compil
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene2510@1364879 13f79535-47bb-0310-9956-ffa450edef68
2012-07-24 04:05:36 +00:00
Chris M. Hostetter 32a0f402d6 SOLR-3623: Fixed inconsistent treatment of third-party dependencies for solr contribs analysis-extras & uima
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1364728 13f79535-47bb-0310-9956-ffa450edef68
2012-07-23 17:33:24 +00:00
Uwe Schindler a956609a85 Copy over changes from 3.6 branch #2
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1364570 13f79535-47bb-0310-9956-ffa450edef68
2012-07-23 10:33:34 +00:00
Uwe Schindler 4ecb3975c3 Silence always-failing Solr tests!
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1364349 13f79535-47bb-0310-9956-ffa450edef68
2012-07-22 16:39:57 +00:00
Robert Muir e003b49cab LUCENE-4228: refactor CharFilter to be a java.io.FilterReader
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1362442 13f79535-47bb-0310-9956-ffa450edef68
2012-07-17 10:53:28 +00:00
Robert Muir 963efbfea2 LUCENE-2191: rename Tokenizer.reset(Reader) to Tokenizer.setReader(Reader)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1362074 13f79535-47bb-0310-9956-ffa450edef68
2012-07-16 14:57:00 +00:00
Robert Muir 9df919c5ba LUCENE-4199: fix more charset/locale usages
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4199@1358890 13f79535-47bb-0310-9956-ffa450edef68
2012-07-09 01:17:15 +00:00
Robert Muir b6a4748f21 make Locale.ENGLISH/US -> ROOT for locale-independent operations, now that we are on java6
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4199@1358594 13f79535-47bb-0310-9956-ffa450edef68
2012-07-07 15:42:40 +00:00
Mark Robert Miller 38fc03163a fix javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1356435 13f79535-47bb-0310-9956-ffa450edef68
2012-07-02 19:43:52 +00:00
Mark Robert Miller 3bbbd0bea3 SOLR-3488: Added a Collection management API for SolrCloud.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1356313 13f79535-47bb-0310-9956-ffa450edef68
2012-07-02 15:57:12 +00:00
Dawid Weiss 51c387731b LUCENE-4181: Change the semantics of @Slow on tests.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1355310 13f79535-47bb-0310-9956-ffa450edef68
2012-06-29 10:55:26 +00:00
Steven Rowe fd16190940 LUCENE-4172: clean up redundant throws clauses
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1355069 13f79535-47bb-0310-9956-ffa450edef68
2012-06-28 16:39:25 +00:00
Jan Høydahl 032cad944a SOLR-1929: Index encrypted files in SolrCell
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1354887 13f79535-47bb-0310-9956-ffa450edef68
2012-06-28 09:46:49 +00:00
Dawid Weiss 8127865e2d LUCENE-4138: Update morfologik (polish stemming) to release 1.5.3. Changed the way morphosyntactic tags are exposed (a list of tags for a single lemma instead of a compound tag).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1354840 13f79535-47bb-0310-9956-ffa450edef68
2012-06-28 07:35:36 +00:00
Jan Høydahl 52516ebb21 SOLR-1856: In Solr Cell, literals should override Tika-parsed values
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1354455 13f79535-47bb-0310-9956-ffa450edef68
2012-06-27 12:05:55 +00:00
Mark Robert Miller 1fc4347e41 SOLR-1770: Move the default core instance directory into a collection1 folder
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1354308 13f79535-47bb-0310-9956-ffa450edef68
2012-06-27 01:48:00 +00:00
David Wayne Smiley 991bbd7b57 SOLR-3313 Rename Query Type to Query Parser
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1352760 13f79535-47bb-0310-9956-ffa450edef68
2012-06-22 02:41:36 +00:00
David Wayne Smiley f12b94ab86 SOLR-3313 Rename Query Type to Request Handler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1351932 13f79535-47bb-0310-9956-ffa450edef68
2012-06-20 04:23:07 +00:00
James Dyer fb4e0a644b SOLR-1958: Empty fetchMailsSince exception
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1350269 13f79535-47bb-0310-9956-ffa450edef68
2012-06-14 14:37:51 +00:00
Chris M. Hostetter 2ac3eb27c4 LUCENE-3949: fix license headers to not be javadoc style comments
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1348980 13f79535-47bb-0310-9956-ffa450edef68
2012-06-11 19:26:18 +00:00
Robert Muir e650829677 4.0.0 -> 4.0.0-ALPHA
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1348289 13f79535-47bb-0310-9956-ffa450edef68
2012-06-09 00:57:26 +00:00
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
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
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
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
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
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
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
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 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
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
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
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
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
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 9dcae1a12f SOLR-3402: Analysis Factory Lucene Version is now parsed outside of the Factories
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1331220 13f79535-47bb-0310-9956-ffa450edef68
2012-04-27 05:18:38 +00:00
Robert Muir a047f3f9dd LUCENE-4011: disable broken link for now
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1329262 13f79535-47bb-0310-9956-ffa450edef68
2012-04-23 14:37:18 +00:00
Robert Muir ab3f63d279 LUCENE-4011: fix most broken links in solr javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1329235 13f79535-47bb-0310-9956-ffa450edef68
2012-04-23 13:44:03 +00:00
Robert Muir 167b296353 LUCENE-3981: fix regex queryparsing issues (improperly recognized as wildcard, etc)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1326893 13f79535-47bb-0310-9956-ffa450edef68
2012-04-17 02:51:43 +00:00
Christopher John Male a4cbd8a605 SOLR-3357: Added expected Class type to ResourceLoader.newInstance
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1326879 13f79535-47bb-0310-9956-ffa450edef68
2012-04-17 02:03:05 +00:00
Dawid Weiss 2df0423244 LUCENE-3808: rename tests.threadspercpu into tests.jvms.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1326427 13f79535-47bb-0310-9956-ffa450edef68
2012-04-15 21:45:10 +00:00
Dawid Weiss cf85aab1a0 LUCENE-3808: Switch LuceneTestCaseRunner to RandomizedRunner. Enforce Random sharing contracts. Enforce thread leaks.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1326351 13f79535-47bb-0310-9956-ffa450edef68
2012-04-15 14:41:44 +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
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
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
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
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
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
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 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
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
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
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
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
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 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
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
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 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
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