Steven Rowe
|
7dc46c9f2d
|
LUCENE-5273: Fix slowdown when running 'ant example': unless called from the 'create-package' target, the 'lucene-jars-to-solr' and 'module-jars-to-solr' targets no longer depend on '-unpack-lucene-tgz', pulling lucene-*.jar from lucene/build/*/ instead.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531750 13f79535-47bb-0310-9956-ffa450edef68
|
2013-10-13 21:04:31 +00:00 |
Steven Rowe
|
6f06bb1708
|
LUCENE-5273: Binary artifacts in Lucene and Solr convenience binary distributions accompanying a release, including on Maven Central, should be identical across all distributions.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531354 13f79535-47bb-0310-9956-ffa450edef68
|
2013-10-11 16:58:36 +00:00 |
Steven Rowe
|
02d8e37328
|
LUCENE-5249: All Lucene/Solr modules should use the same dependency versions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1528215 13f79535-47bb-0310-9956-ffa450edef68
|
2013-10-01 21:01:12 +00:00 |
Tommaso Teofili
|
e69fb35cc2
|
SOLR-5201 - AnalysisEngines are now created in the factory and passed to the processors with a JCas pool
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1520239 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-05 07:12:10 +00:00 |
Tommaso Teofili
|
082f6e4d2e
|
SOLR-5195 - remove SolrCore reference from UIMAUpdateRequestProcessor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1518018 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-27 22:16:50 +00:00 |
Dawid Weiss
|
0fd1bed95b
|
SOLR-4708: Enable ClusteringComponent by default in collection1 example.
The solr.clustering.enabled system property is set to 'true' by default.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1512227 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-09 09:42:57 +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 |
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 |
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
|
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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
|
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 |
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 |
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 |
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
|
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 |
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 |
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 |
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 |
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 |
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
|
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 |
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 |
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 |
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 |
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 |
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 |
Tommaso Teofili
|
e894e7c542
|
[SOLR-3013] - fix the build of solr-uima
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1295594 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-01 14:45:13 +00:00 |
Tommaso Teofili
|
41ddc259d7
|
[SOLR-3013] - removed unneded custom ant configuration for solr-uima
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1295508 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-01 10:58:57 +00:00 |
Tommaso Teofili
|
0c5c13e157
|
[SOLR-3013] - removing the ae package from Solr as it's now under analysis/uima module, adding the Solr factories for UIMA based tokenizers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1295330 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-29 22:43:12 +00:00 |
Sami Siren
|
d6fa94970f
|
fix build
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294505 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-28 07:52:12 +00:00 |
Robert Muir
|
f5d1e967db
|
LUCENE-3667: make tests reasonable if you dont have a supercomputer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1225920 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-30 21:14:15 +00:00 |